|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsiouxsie.desktop.impl.StatusBar
public class StatusBar
Constructor Summary | |
---|---|
StatusBar()
Deprecated. |
Method Summary | |
---|---|
javax.swing.JComponent |
getComponent()
Deprecated. The component |
void |
processEnded()
Deprecated. Notice the process has ended. |
void |
processStarted(boolean indeterminate)
Deprecated. Notice a process has started. |
void |
setLeadingMessage(java.lang.String msg)
Deprecated. Message (usually on the left) |
void |
setProgress(int progress)
Deprecated. Notice the process evolution (out of 100) |
void |
setTrailingMessage(java.lang.String msg)
Deprecated. Message (usually beside the progress bar) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusBar()
Method Detail |
---|
public javax.swing.JComponent getComponent()
IStatusBar
getComponent
in interface IStatusBar
public void setTrailingMessage(java.lang.String msg)
IStatusBar
setTrailingMessage
in interface IStatusBar
public void setLeadingMessage(java.lang.String msg)
IStatusBar
setLeadingMessage
in interface IStatusBar
public void processEnded()
IStatusBar
processEnded
in interface IStatusBar
public void processStarted(boolean indeterminate)
IStatusBar
processStarted
in interface IStatusBar
indeterminate
- the process state cannot be followedpublic void setProgress(int progress)
IStatusBar
setProgress
in interface IStatusBar
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |