Uses of Class
org.jdesktop.application.Task
Packages that use Task
-
Uses of Task in examples
Modifier and TypeMethodDescriptionBlockingExample1.blockAction()BlockingExample1.blockApplication()BlockingExample1.blockComponent()BlockingExample1.blockWindow()ActionExample4.go()Thego@Action.SingleFrameExample5.nextImage()DocumentExample.open()Prompt the user for a filename and then attempt to load the file.SingleFrameExample5.previousImage()SingleFrameExample5.refreshImage()DocumentExample.save()Save the contents of the textArea to the currentfile.DocumentExample.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 TaskModifier and TypeMethodDescriptionTaskMonitor.getForegroundTask()Indicates theTaskwhose status the ApplicationContext's GUI wants to be displayed, typically in the main window's status bar.final 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 TaskModifier and TypeMethodDescriptionTaskMonitor.getTasks()All of the Application Tasks whosestateis notDONE.TaskService.getTasks()Methods in org.jdesktop.application with parameters of type TaskModifier and TypeMethodDescriptionvoidvoidTaskMonitor.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 TaskModifierConstructorDescriptionInputBlocker(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.Construct aTaskEvent.