|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatusBar
StatusBar abstraction.
Method Summary | |
---|---|
void |
clear()
Clears the messages of this status bar. |
ProgressMonitor |
getProgressMonitor()
Returns the ProgressMonitor in use by this
StatusBar |
void |
setCancelEnabled(boolean enabled)
Provides a hint whether the current running operation can be canceled. |
void |
setErrorMessage(Message message)
Sets the error message of this status bar. |
void |
setErrorMessage(String message)
Sets the error message of this status bar. |
void |
setMessage(Message message)
Sets the message of this status bar. |
void |
setMessage(String message)
Sets the message of this status bar. |
void |
setVisible(boolean visible)
Sets the visible state of this status bar. |
Methods inherited from interface org.springframework.richclient.factory.ControlFactory |
---|
getControl |
Method Detail |
---|
ProgressMonitor getProgressMonitor()
ProgressMonitor
in use by this
StatusBar
void setMessage(String message)
message
- the message, null
clears the messagevoid setMessage(Message message)
message
- the message, null
clears the messagevoid setErrorMessage(String message)
An error message is usualy painted in another color,
StatusBar
implementations are free to choose the way they
display the error message
message
- the error message, null
clears the error
messagevoid setErrorMessage(Message message)
An error message is usualy painted in another color,
StatusBar
implementations are free to choose the way they
display the error message
message
- the error message, null
clears the error
messagevoid setVisible(boolean visible)
visible
- true or falsevoid setCancelEnabled(boolean enabled)
enabled
- true or falsevoid clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |