Package | Description |
---|---|
examples | |
org.jdesktop.application |
Modifier and Type | Class | Description |
---|---|---|
class |
LoadImageTask |
A Task that loads an image from a URL.
|
Modifier and Type | Method | Description |
---|---|---|
Task |
BlockingExample1.blockAction() |
|
Task |
BlockingExample1.blockApplication() |
|
Task |
BlockingExample1.blockComponent() |
|
Task |
BlockingExample1.blockWindow() |
|
Task |
ActionExample4.go() |
The
go @Action . |
Task |
SingleFrameExample5.nextImage() |
|
Task |
DocumentExample.open() |
Prompt the user for a filename and then attempt to load the file.
|
Task |
SingleFrameExample5.previousImage() |
|
Task |
SingleFrameExample5.refreshImage() |
|
Task |
DocumentExample.save() |
Save the contents of the textArea to the current
file . |
Task |
DocumentExample.saveAs() |
Save the contents of the textArea to the current file.
|
Modifier and Type | Method | 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 | Description |
---|---|---|
java.util.List<Task> |
TaskMonitor.getTasks() |
All of the Application Tasks whose
state is not DONE . |
java.util.List<Task> |
TaskService.getTasks() |
Modifier and Type | Method | Description |
---|---|---|
void |
TaskService.execute(Task task) |
|
void |
TaskMonitor.setForegroundTask(Task foregroundTask) |
The TaskMonitor's PropertyChangeListeners are fired each time
any property of the the
foregroundTask changes. |
Constructor | Description |
---|---|
InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target) |
Construct an InputBlocker.
|
InputBlocker(Task task,
Task.BlockingScope scope,
java.lang.Object target,
ApplicationAction action) |
Construct an InputBlocker with four immutable properties.
|
TaskEvent(Task source,
T value) |
Construct a
TaskEvent . |