ObservableExecutorService observableExecutorService
ObservableExecutorService that is currently displayed
in this panelExecutorObserver executorObserver
ExecutorObserver that will be attached to the
ObservableExecutorService, and forward all status
updates, on the Event Dispatch Thread, to the handling
methods in this class.DefaultListModel<E> listModel
TaskView for each task
that was submitted to the ObservableExecutorServiceJList<E> list
Map<K,V> taskViews
ObservableExecutorService to the corresponding
TaskViews that are shown in the listMap<K,V> progressListeners
ObservableExecutorService and implement the
ProgressTask interface to the corresponding
ProgressListeners that will receive the progress
information and forward it to the TaskViewHandler
on the Event Dispatch Threadde.javagl.swing.tasks.executors.TaskViewHandler taskViewHandler
TaskViewHandler that will update the TaskView
instances based on the execution status of the tasksTaskRunnerController taskRunnerController
TaskRunnerController controlled with this panelCopyright © 2016. All rights reserved.