| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
IProgressListener.getProcessingTask()
Get the current processing task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IProgressListener.setProcessingTask(AbstractProcessingTask task)
Set the current processing task.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
IStatusPanel.getProcessingTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
IStatusPanel.setProcessingTask(AbstractProcessingTask task) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractProcessingTask |
AbstractOperator.parentTask
A reference to the task, an operator is executed in.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
IOperator.getParentTask()
Get the executing task of this operator.
|
AbstractProcessingTask |
AbstractOperator.getParentTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ICancelable.isCancelled(AbstractProcessingTask task) |
boolean |
AbstractOperator.isCancelled(AbstractProcessingTask task)
This method should be invoked within long-running operators which shall
be cancelled at certain execution stages.
|
void |
IOperator.setParentTask(AbstractProcessingTask parentTask)
Set the executing task of this operator.
|
void |
AbstractOperator.setParentTask(AbstractProcessingTask parentTask) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractProcessingTask |
AbstractProcessingTask.childTask
A reference to the child task, if present.
|
protected AbstractProcessingTask |
AbstractProcessingTask.parentTask
A reference to the parent task, if present.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProcessingTask.setChildTask(AbstractProcessingTask childTask) |
void |
IProcessingTask.setParentTask(AbstractProcessingTask parentTask) |
void |
AbstractProcessingTask.setParentTask(AbstractProcessingTask parentTask) |
| Modifier and Type | Class and Description |
|---|---|
class |
CreateCopiesTask
This task creates
n copies of the currently displayed item. |
class |
ExecutorServiceProcessingTask
This task processes items and operators with a given operator in a parallel
manner using
ExecutorService. |
class |
PreviewProcessingTask
This class performs a distinct preview, triggered by the currently active
IOperatorGUI. |
class |
SerialProcessingTask
This class performs a stack processing task on
1...n items
sequentially. |
class |
SingleProcessingTask
This class performs a processing task on a single image.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ImageDataBoxLoader
This class is responsible for adding images from the HD to the
Tank
list. |
class |
SynchronousTankItemLoader
This loader is responsible for synchronously assembling items a given
List of IqmDataBoxes to the DefaultListModel in the
TankPanel . |
class |
TankItemLoader
This loader is responsible for asynchronously assembling items a given
List of IqmDataBoxes to the DefaultListModel in the
TankPanel . |
| Modifier and Type | Field and Description |
|---|---|
private AbstractProcessingTask |
StatusPanel.processingTask |
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
StatusPanel.getProcessingTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusPanel.setProcessingTask(AbstractProcessingTask task) |
| Modifier and Type | Field and Description |
|---|---|
protected AbstractProcessingTask |
ImageProcessingTask.parentTask
A reference to the task, an operator is executed in.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractProcessingTask |
ImageProcessingTask.getParentTask() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ImageProcessingTask.isCancelled(AbstractProcessingTask task)
This method should be invoked within long-running operators which shall
be cancelable.
|
void |
ImageProcessingTask.setParentTask(AbstractProcessingTask parentTask) |
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.