uic.model
Class UICAction.StatusBarUpdater

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by uic.model.UICAction.StatusBarUpdater
All Implemented Interfaces:
MouseListener, EventListener
Enclosing class:
UICAction

public class UICAction.StatusBarUpdater
extends MouseAdapter

Helper class.


Method Summary
 void clearStatus()
           
 void mouseEntered(MouseEvent e)
           
 void mouseExited(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
 

Method Detail

mouseEntered

public void mouseEntered(MouseEvent e)
Specified by:
mouseEntered in interface MouseListener
Overrides:
mouseEntered in class MouseAdapter

mouseExited

public void mouseExited(MouseEvent e)
Specified by:
mouseExited in interface MouseListener
Overrides:
mouseExited in class MouseAdapter

clearStatus

public void clearStatus()


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence