- Task<T,V> - Class in org.jdesktop.application
-
A type of SwingWorker
that represents an application
background task.
- Task(Application, ResourceMap, String) - Constructor for class org.jdesktop.application.Task
-
Deprecated.
- Task(Application, String) - Constructor for class org.jdesktop.application.Task
-
Deprecated.
- Task(Application) - Constructor for class org.jdesktop.application.Task
-
Construct a Task
with an empty (""
) resource name
prefix, whose ResourceMap is the value of
ApplicationContext.getInstance().getResourceMap(this.getClass(),
Task.class)
.
- Task.BlockingScope - Enum in org.jdesktop.application
-
Specifies to what extent the GUI should be blocked a Task
is executed by a TaskService.
- Task.InputBlocker - Class in org.jdesktop.application
-
Specifies to what extent input to the Application's GUI should
be blocked while this Task is being executed and provides
a pair of methods, block
and unblock
that
do the work of blocking the GUI.
- Task.InputBlocker(Task, Task.BlockingScope, Object, ApplicationAction) - Constructor for class org.jdesktop.application.Task.InputBlocker
-
Construct an InputBlocker with four immutable properties.
- Task.InputBlocker(Task, Task.BlockingScope, Object) - Constructor for class org.jdesktop.application.Task.InputBlocker
-
Construct an InputBlocker.
- TaskEvent<T> - Class in org.jdesktop.application
-
An encapsulation of the value produced one of the Task
execution
methods: doInBackground()
, process
, done
.
- TaskEvent(Task, T) - Constructor for class org.jdesktop.application.TaskEvent
-
Construct a TaskEvent
.
- TaskListener<T,V> - Interface in org.jdesktop.application
-
Listener used for observing Task
execution.
- TaskListener.Adapter<T,V> - Class in org.jdesktop.application
-
Convenience class that stubs all of the TaskListener interface
methods.
- TaskListener.Adapter() - Constructor for class org.jdesktop.application.TaskListener.Adapter
-
- TaskMonitor - Class in org.jdesktop.application
-
This class is intended to serve as the model for GUI components,
like status bars, that display the state of an application's
background tasks.
- TaskMonitor(ApplicationContext) - Constructor for class org.jdesktop.application.TaskMonitor
-
Construct a TaskMonitor.
- TaskService - Class in org.jdesktop.application
-
- TaskService(String, ExecutorService) - Constructor for class org.jdesktop.application.TaskService
-
- TaskService(String) - Constructor for class org.jdesktop.application.TaskService
-
- toggleAction() - Method in class examples.SelectedPropertyExample
-
- toString() - Method in class org.jdesktop.application.ApplicationAction
-
Returns a string representation of this
ApplicationAction that should be useful for debugging.
- toString() - Method in exception org.jdesktop.application.ResourceConverter.ResourceConverterException
-
- toString(Object) - Method in class org.jdesktop.application.ResourceConverter
-
- type - Variable in class org.jdesktop.application.ResourceConverter
-