public interface IStatusPanel extends IProgressListener
| Modifier and Type | Method and Description |
|---|---|
JLabel |
getLblOperatorName()
Gets the label for the operator name.
|
AbstractProcessingTask |
getProcessingTask()
Get the current processing task.
|
JProgressBar |
getProgressBarSingleOperation() |
JProgressBar |
getProgressBarStack() |
void |
hideIOProcessingIcon()
Hides the I/O processing icon.
|
void |
resetProgressBarValueStack()
Resets and hides the progress bar for stack processing.
|
void |
setProcessingTask(AbstractProcessingTask task)
Set the current processing task.
|
void |
setProgressBarValueStack(int value)
This method paints the progress bar for a single operation with the new
value.
|
void |
showIOProcessingIcon()
Displays the I/O processing icon.
|
propertyChangeAbstractProcessingTask getProcessingTask()
IProgressListenergetProcessingTask in interface IProgressListenervoid setProcessingTask(AbstractProcessingTask task)
IProgressListenersetProcessingTask in interface IProgressListenertask - the AbstractProcessingTask to setJProgressBar getProgressBarSingleOperation()
JProgressBar getProgressBarStack()
void resetProgressBarValueStack()
void setProgressBarValueStack(int value)
value - - the value for the progress barJLabel getLblOperatorName()
JLabelvoid hideIOProcessingIcon()
void showIOProcessingIcon()
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.