Ontimize 5.2072EN

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.
 

Method Detail

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.

Ontimize