Uses of Class
org.jdesktop.application.Task
-
Packages that use Task Package Description org.jdesktop.application -
-
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()Returns the list of tasks which are executing by this serviceMethods in org.jdesktop.application with parameters of type Task Modifier and Type Method Description voidTaskService. execute(Task task)Executes the 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.
-