com.ontimize.gui
Class MainApplication.StatusListener
java.lang.Object
java.awt.event.MouseAdapter
com.ontimize.gui.MainApplication.StatusListener
- All Implemented Interfaces:
- java.util.EventListener, java.awt.event.MouseListener
- Enclosing class:
- MainApplication
- protected class MainApplication.StatusListener
- extends java.awt.event.MouseAdapter
A default mouse listener that displays in the status bar the message of
all the StatusComponents registered in the application, when the mouse
passes over those components.
|
Field Summary |
protected java.lang.String |
text
|
| Methods inherited from class java.awt.event.MouseAdapter |
mouseClicked, mousePressed, mouseReleased |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected java.lang.String text
MainApplication.StatusListener
public MainApplication.StatusListener()
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)