Ontimize 5.2072EN

com.ontimize.gui
Class MainApplication.StatusListener

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended bycom.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
           
 
Constructor Summary
MainApplication.StatusListener()
           
 
Method Summary
 void mouseEntered(java.awt.event.MouseEvent e)
           
 void mouseExited(java.awt.event.MouseEvent e)
           
 
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
 

Field Detail

text

protected java.lang.String text
Constructor Detail

MainApplication.StatusListener

public MainApplication.StatusListener()
Method Detail

mouseEntered

public void mouseEntered(java.awt.event.MouseEvent e)

mouseExited

public void mouseExited(java.awt.event.MouseEvent e)

Ontimize