public class TaskViewHandlers extends Object
TaskViewHandler instances| Modifier and Type | Method and Description |
|---|---|
static de.javagl.swing.tasks.executors.TaskViewHandler |
createDefault()
Creates a
TaskViewHandler that shows basic information about
the execution status of tasks, with unspecified (but sensible) messages
and color coding. |
static de.javagl.swing.tasks.executors.TaskViewHandler |
createDefault(boolean removeSuccessfullyFinishedTasks)
Creates a
TaskViewHandler that shows basic information about
the execution status of tasks, with unspecified (but sensible) messages
and color coding, which will remove finished tasks from the list
depending on the given flag. |
public static de.javagl.swing.tasks.executors.TaskViewHandler createDefault()
TaskViewHandler that shows basic information about
the execution status of tasks, with unspecified (but sensible) messages
and color coding.TaskViewHandlerpublic static de.javagl.swing.tasks.executors.TaskViewHandler createDefault(boolean removeSuccessfullyFinishedTasks)
TaskViewHandler that shows basic information about
the execution status of tasks, with unspecified (but sensible) messages
and color coding, which will remove finished tasks from the list
depending on the given flag.removeSuccessfullyFinishedTasks - Whether tasks that completed
successfully should be removed from the listTaskViewHandlerCopyright © 2016. All rights reserved.