Uses of Class
org.jdesktop.application.TaskService
-
Packages that use TaskService Package Description org.jdesktop.application -
-
Uses of TaskService in org.jdesktop.application
Methods in org.jdesktop.application that return TaskService Modifier and Type Method Description TaskServiceApplicationContext. getTaskService()Returns the default TaskService, i.e.TaskServiceApplicationContext. getTaskService(java.lang.String name)TaskServiceTask. 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 TaskService Modifier and Type Method Description java.util.List<TaskService>ApplicationContext. getTaskServices()Returns a read-only view of the complete list of TaskServices.Methods in org.jdesktop.application with parameters of type TaskService Modifier and Type Method Description voidApplicationContext. addTaskService(TaskService taskService)voidApplicationContext. removeTaskService(TaskService taskService)
-