Package com.tonic.vellum.widget
Class StatusBar
- java.lang.Object
-
- com.tonic.vellum.Section
-
- com.tonic.vellum.widget.StatusBar
-
public final class StatusBar extends Section
A single-row text bar, reverse-video by default, for hints and status.
-
-
Constructor Summary
Constructors Constructor Description StatusBar(java.lang.String text)Creates a status bar with the given text.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatusBarsetText(java.lang.String text)Sets the bar text.StatusBarstyle(Style style)Sets the bar style.
-
-
-
Method Detail
-
setText
public StatusBar setText(java.lang.String text)
Sets the bar text.- Parameters:
text- the new text; treated as empty if null- Returns:
- this StatusBar for chaining
-
-