|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStatusBar
Status bar interface
Method Summary | |
---|---|
javax.swing.JComponent |
getComponent()
The component |
void |
processEnded()
Notice the process has ended. |
void |
processStarted(boolean indeterminate)
Notice a process has started. |
void |
setLeadingMessage(java.lang.String msg)
Message (usually on the left) |
void |
setProgress(int progress)
Notice the process evolution (out of 100) |
void |
setTrailingMessage(java.lang.String msg)
Message (usually beside the progress bar) |
Method Detail |
---|
javax.swing.JComponent getComponent()
void setLeadingMessage(java.lang.String msg)
msg
- void setTrailingMessage(java.lang.String msg)
msg
- void processStarted(boolean indeterminate)
indeterminate
- the process state cannot be followedvoid processEnded()
void setProgress(int progress)
progress
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |