edu.cmu.cs.sb.chromviewer
Class GeneRectangle.GeneMouseOverHandler

java.lang.Object
  extended by edu.umd.cs.piccolo.event.PBasicInputEventHandler
      extended by edu.cmu.cs.sb.chromviewer.GeneRectangle.GeneMouseOverHandler
All Implemented Interfaces:
edu.umd.cs.piccolo.event.PInputEventListener, java.util.EventListener
Enclosing class:
GeneRectangle

public class GeneRectangle.GeneMouseOverHandler
extends edu.umd.cs.piccolo.event.PBasicInputEventHandler

Handles various mouse events on the interface


Constructor Summary
GeneRectangle.GeneMouseOverHandler()
           
 
Method Summary
 void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent e)
           
 void mouseEntered(edu.umd.cs.piccolo.event.PInputEvent e)
           
 void mouseExited(edu.umd.cs.piccolo.event.PInputEvent e)
           
 void mouseMoved(edu.umd.cs.piccolo.event.PInputEvent e)
           
 
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseDragged, mousePressed, mouseReleased, mouseWheelRotated, mouseWheelRotatedByBlock, paramString, processEvent, setEventFilter, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GeneRectangle.GeneMouseOverHandler

public GeneRectangle.GeneMouseOverHandler()
Method Detail

mouseClicked

public void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent e)
Overrides:
mouseClicked in class edu.umd.cs.piccolo.event.PBasicInputEventHandler

mouseEntered

public void mouseEntered(edu.umd.cs.piccolo.event.PInputEvent e)
Overrides:
mouseEntered in class edu.umd.cs.piccolo.event.PBasicInputEventHandler

mouseMoved

public void mouseMoved(edu.umd.cs.piccolo.event.PInputEvent e)
Overrides:
mouseMoved in class edu.umd.cs.piccolo.event.PBasicInputEventHandler

mouseExited

public void mouseExited(edu.umd.cs.piccolo.event.PInputEvent e)
Overrides:
mouseExited in class edu.umd.cs.piccolo.event.PBasicInputEventHandler