com.ontimize.gui
Interface StatusComponent
- All Known Implementing Classes:
- CheckMenuItem, Menu, MenuItem, RadioMenuItem
- public interface StatusComponent
Interface that must be implemented by those components that can be monitored
in the Application's status bar.
|
Method Summary |
java.lang.String |
getStatusText()
The text to be placed in the status bar relative to this component.
|
getStatusText
public java.lang.String getStatusText()
- The text to be placed in the status bar relative to this component.
Typically this method will be call when the mouse is over the element.
- Returns:
- the text to be shown in the status bar relative to the element.