|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StatusElement
Implementations represent a single element on a StatusBar implementation
and typically provide some component that displays the state of terminal.
Every instance should provide a weight value that determines how much space the element should take up on the status bar. This follows the same rules as java.awt.GridBagLayout.weightx.
| Method Summary | |
|---|---|
void |
cleanUp()
Should be invoked by the virtual session manager to clean up any resources the status element may be using. |
double |
getWeight()
Get the display weight of element. |
| Method Detail |
|---|
double getWeight()
void cleanUp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||