uic.model
Class UICAction.StatusBarUpdater

java.lang.Object
  extended byjava.awt.event.MouseAdapter
      extended byuic.model.UICAction.StatusBarUpdater
All Implemented Interfaces:
EventListener, MouseListener
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)

mouseExited

public void mouseExited(MouseEvent e)

clearStatus

public void clearStatus()


Copyright © 2002,2003 Thomas Zander Available under the Free Apache licence