Uses of Class
org.jdesktop.application.TaskService
Packages that use TaskService
-
Uses of TaskService in org.jdesktop.application
Methods in org.jdesktop.application that return TaskServiceModifier and TypeMethodDescriptionfinal TaskServiceApplicationContext.getTaskService()Returns the default TaskService, i.e.ApplicationContext.getTaskService(String name) Look up a task service by name.Task.getTaskService()Returns the TaskService that this Task has been submitted to, or null.Methods in org.jdesktop.application that return types with arguments of type TaskServiceModifier and TypeMethodDescriptionApplicationContext.getTaskServices()Returns a read-only view of the complete list of TaskServices.Methods in org.jdesktop.application with parameters of type TaskServiceModifier and TypeMethodDescriptionvoidApplicationContext.addTaskService(TaskService taskService) Register a new TaskService with the application.voidApplicationContext.removeTaskService(TaskService taskService) Unregister a previously registered TaskService.