uic.widgets
Interface StatusBar.StatusLabelInterface
- Enclosing interface:
- StatusBar
- public static interface StatusBar.StatusLabelInterface
For applications that want more then just a single label on their status bar they can use this.
In combination with the createStatusLabel()
method and
optionally with the createStatusBar method on MainWindow
it is possible to create your own statusLabel component to be show on the StatusBar.
Method Summary |
void |
setText(String text)
The methods on StatusBar which affect the main text area are routed through this call. |
setText
public void setText(String text)
- The methods on StatusBar which affect the main text area are routed through this call.
- Parameters:
text
- the text to be put as the main text on the statusBar.
Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence