|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatusDisplayer
Method Summary | |
---|---|
java.lang.String |
getStatusText()
Should return the text part of the status. |
boolean |
getVisible()
Should indicate whether the status is displayed or not. |
void |
setStatus(java.lang.String sText,
double dValue)
Should set the status and the value as an indication of progress. |
void |
setVisible(boolean bShow)
Should indicate whether the status should be displayed. |
Method Detail |
---|
void setStatus(java.lang.String sText, double dValue)
java.lang.String getStatusText()
void setVisible(boolean bShow)
boolean getVisible()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |