|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TaskService | |
---|---|
org.jdesktop.application |
Uses of TaskService in org.jdesktop.application |
---|
Methods in org.jdesktop.application that return TaskService | |
---|---|
TaskService |
Task.getTaskService()
Returns the TaskService that this Task has been submitted to, or null. |
TaskService |
ApplicationContext.getTaskService()
Returns the default TaskService, i.e. the one named "default": return getTaskService("default") . |
TaskService |
ApplicationContext.getTaskService(java.lang.String name)
|
Methods in org.jdesktop.application that return types with arguments of type TaskService | |
---|---|
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 | |
---|---|
void |
ApplicationContext.addTaskService(TaskService taskService)
|
void |
ApplicationContext.removeTaskService(TaskService taskService)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |