Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
TaskService |
ApplicationContext.getTaskService()
Returns the default TaskService, i.e.
|
TaskService |
Task.getTaskService()
Returns the TaskService that this Task has been submitted to,
or null.
|
TaskService |
ApplicationContext.getTaskService(String name)
Look up a task service by name.
|
Modifier and Type | Method and Description |
---|---|
List<TaskService> |
ApplicationContext.getTaskServices()
Returns a read-only view of the complete list of TaskServices.
|
Modifier and Type | Method and Description |
---|---|
void |
ApplicationContext.addTaskService(TaskService taskService)
Register a new TaskService with the application.
|
void |
ApplicationContext.removeTaskService(TaskService taskService)
Unregister a previously registered TaskService.
|
Copyright © 2009–2019. All rights reserved.