| Package | Description |
|---|---|
| de.esprit.appsuite.gui.task |
Contains GUI support classes for async tasks
|
| de.esprit.appsuite.task |
Contains basic classes that make up the AsyncTask framework
|
| de.esprit.common.gui |
Contains reuseable GUI components as well helper classes for GUI construction.
|
| Modifier and Type | Method and Description |
|---|---|
SwingTaskMonitor |
AbstractSwingTask.getSwingTaskMonitor() |
| Modifier and Type | Method and Description |
|---|---|
static SwingTaskMonitor |
TaskUtil.fetchSwingTaskMonitor(AsyncTask task)
Fetches the
SwingTaskMonitor of the given task. |
static SwingTaskMonitor |
TaskUtil.findSwingTaskMonitor(AsyncTask task)
Tries to find a
SwingTaskMonitor in the monitors of the given task. |
static SwingTaskMonitor |
TaskUtil.findSwingTaskMonitor(TaskMonitor[] monitors)
Tries to find a
SwingTaskMonitor in the given monitor array. |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskCancelAction.setMonitor(SwingTaskMonitor newMonitor) |
| Modifier and Type | Method and Description |
|---|---|
void |
ZProgressBar.setMonitor(SwingTaskMonitor newMonitor) |
| Constructor and Description |
|---|
ZProgressBar(SwingTaskMonitor monitor) |
Copyright © 2014 EsprIT-Systems. All Rights Reserved.