| Package | Description |
|---|---|
| de.javagl.swing.tasks |
Classes related to the asynchronous execution of long-running
tasks in Swing.
|
| de.javagl.swing.tasks.executors |
Classes for observing the status of tasks that are executed in an
executor service.
|
| Class and Description |
|---|
| ProgressHandler
Interface for classes that can pass progress information from implementors
to a
SwingTask. |
| SwingTask
A background task for Swing.
|
| SwingTaskExecutor
An executor for a
SwingTask. |
| SwingTaskExecutorBuilder
A builder for
SwingTaskExecutor instances, returned by
SwingTaskExecutors.create(SwingTask). |
| SwingTaskView
Interface for the communication with a view for a
SwingTask. |
| SwingTaskViewConfig
Interface describing the configuration of a
SwingTaskView. |
| SwingTaskViewFactory
Interface for classes that can create a
SwingTaskView |
| Class and Description |
|---|
| ProgressListener
Interface for classes that can receive progress information.
|
Copyright © 2016. All rights reserved.