Package | Description |
---|---|
org.jdesktop.application |
Modifier and Type | Method and Description |
---|---|
Task |
TaskMonitor.getForegroundTask()
Indicates the
Task whose status the ApplicationContext's GUI wants
to be displayed, typically in the main window's status bar. |
Task |
Task.InputBlocker.getTask()
The
block method will block input while this Task
is being executed by a TaskService. |
Modifier and Type | Method and Description |
---|---|
List<Task> |
TaskService.getTasks()
Returns the list of tasks which are executing by this service
|
List<Task> |
TaskMonitor.getTasks()
All of the Application Tasks whose
state is not DONE . |
Modifier and Type | Method and Description |
---|---|
void |
TaskService.execute(Task task)
Executes the task.
|
void |
TaskMonitor.setForegroundTask(Task foregroundTask)
The TaskMonitor's PropertyChangeListeners are fired each time
any property of the the
foregroundTask changes. |
Constructor and Description |
---|
InputBlocker(Task task,
Task.BlockingScope scope,
Object target)
Construct an InputBlocker.
|
InputBlocker(Task task,
Task.BlockingScope scope,
Object target,
ApplicationAction action)
Construct an InputBlocker with four immutable properties.
|
TaskEvent(Task source,
T value)
Construct a
TaskEvent . |
Copyright © 2009–2019. All rights reserved.