Uses of Class
org.jdesktop.application.Task
-
Packages that use Task Package Description examples org.jdesktop.application -
-
Uses of Task in examples
Subclasses of Task in examples Modifier and Type Class Description classLoadImageTaskA Task that loads an image from a URL.Methods in examples that return Task Modifier and Type Method Description TaskBlockingExample1. blockAction()TaskBlockingExample1. blockApplication()TaskBlockingExample1. blockComponent()TaskBlockingExample1. blockWindow()TaskActionExample4. go()Thego@Action.TaskSingleFrameExample5. nextImage()TaskDocumentExample. open()Prompt the user for a filename and then attempt to load the file.TaskSingleFrameExample5. previousImage()TaskSingleFrameExample5. refreshImage()TaskDocumentExample. save()Save the contents of the textArea to the currentfile.TaskDocumentExample. saveAs()Save the contents of the textArea to the current file. -
Uses of Task in org.jdesktop.application
Methods in org.jdesktop.application that return Task Modifier and Type Method Description TaskTaskMonitor. getForegroundTask()Indicates theTaskwhose status the ApplicationContext's GUI wants to be displayed, typically in the main window's status bar.TaskTask.InputBlocker. getTask()Theblockmethod will block input while this Task is being executed by a TaskService.Methods in org.jdesktop.application that return types with arguments of type Task Modifier and Type Method Description java.util.List<Task>TaskMonitor. getTasks()All of the Application Tasks whosestateis notDONE.java.util.List<Task>TaskService. getTasks()Methods in org.jdesktop.application with parameters of type Task Modifier and Type Method Description voidTaskService. execute(Task task)voidTaskMonitor. setForegroundTask(Task foregroundTask)The TaskMonitor's PropertyChangeListeners are fired each time any property of the theforegroundTaskchanges.Constructors in org.jdesktop.application with parameters of type Task 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 aTaskEvent.
-