Package se.conciliate.extensions.ui
Interface Shell.StatusProgress
- All Known Implementing Classes:
Shell.SimpleStatusProgress
- Enclosing interface:
- Shell
public static interface Shell.StatusProgress
Used to show a progress bar in the status bar. Throws property change
events for text, progress and completion status on the EDT.
-
Method Details
-
getText
String getText() -
getProgress
int getProgress() -
isComplete
boolean isComplete() -
addPropertyChangeListener
-
removePropertyChangeListener
-
getOnClickAction
-
isAbortable
default boolean isAbortable() -
abort
default void abort()
-