public interface DTSLoadingBarInterface
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Access to the status bar value.
|
boolean |
isVisible()
Checks if is visible.
|
void |
setMessage(java.lang.String msg,
java.lang.String toolTipText)
Sets a new message in the label at the bottom.
|
void |
setStopable(Stopable stopable)
Sets the container this loading bar is going to work with.
|
void |
setValue(int value)
Value must be an integer between 0 and 100
if it is in the range 1-99 then the ying yang sign
will be visible on the right.
|
void |
setVisible(boolean b)
Sets the visible.
|
void setMessage(java.lang.String msg,
java.lang.String toolTipText)
msg - StringtoolTipText - Stringvoid setValue(int value)
value - the new valueboolean isVisible()
void setVisible(boolean b)
b - boolean valuevoid setStopable(Stopable stopable)
stopable - the new containerint getValue()