|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines operations to display status within a UI.
Method Summary | |
java.lang.String |
getStatusText()
Get the current status text. |
void |
updateStatus(boolean busy,
java.lang.String text)
Update the status of the UI. |
Method Detail |
public void updateStatus(boolean busy, java.lang.String text)
busy
- if true status should indicate a busy state.text
- status text to be displayed.public java.lang.String getStatusText()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |