anl.aida.viz
Class SelectionHandler

java.lang.Object
  extended by edu.umd.cs.piccolo.event.PBasicInputEventHandler
      extended by anl.aida.viz.AbstractMarqueeHandler
          extended by anl.aida.viz.SelectionHandler
All Implemented Interfaces:
edu.umd.cs.piccolo.event.PInputEventListener, java.util.EventListener

public class SelectionHandler
extends AbstractMarqueeHandler


Constructor Summary
SelectionHandler()
           
 
Method Summary
protected  void execute(edu.umd.cs.piccolo.event.PInputEvent ev, edu.umd.cs.piccolo.util.PBounds rect)
           
 
Methods inherited from class anl.aida.viz.AbstractMarqueeHandler
mouseDragged, mousePressed, mouseReleased
 
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, 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

SelectionHandler

public SelectionHandler()
Method Detail

execute

protected void execute(edu.umd.cs.piccolo.event.PInputEvent ev,
                       edu.umd.cs.piccolo.util.PBounds rect)
Specified by:
execute in class AbstractMarqueeHandler