| Package | Description |
|---|---|
| de.javagl.swing.tasks |
Classes related to the asynchronous execution of long-running
tasks in Swing.
|
| Modifier and Type | Method and Description |
|---|---|
SwingTask<?,?> |
SwingTaskViewConfig.getSwingTask()
Returns the
SwingTask that is shown in the SwingTaskView |
| Modifier and Type | Method and Description |
|---|---|
static <T> SwingTaskExecutorBuilder<T> |
SwingTaskExecutors.create(SwingTask<T,?> swingTask)
Start creating a
SwingTaskExecutor using a
SwingTaskExecutorBuilder. |
| Modifier and Type | Method and Description |
|---|---|
void |
SwingTask.addDoneCallback(Consumer<SwingTask<T,V>> doneCallback)
Add the given callback to be called on the Event Dispatch Thread,
when this task is
done() |
void |
SwingTask.removeDoneCallback(Consumer<SwingTask<T,V>> doneCallback)
Remove the given callback
|
Copyright © 2016. All rights reserved.