anl.aida.viz
Class ItemSelectionHandler

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

public class ItemSelectionHandler
extends edu.umd.cs.piccolo.event.PBasicInputEventHandler

Date: Mar 3, 2009 4:40:05 PM


Field Summary
private  AIDA2DLayer layer
           
 
Constructor Summary
ItemSelectionHandler(AIDA2DLayer layer)
           
 
Method Summary
 void mouseClicked(edu.umd.cs.piccolo.event.PInputEvent ev)
           
 
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseDragged, mouseEntered, mouseExited, mouseMoved, 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
 

Field Detail

layer

private AIDA2DLayer layer
Constructor Detail

ItemSelectionHandler

public ItemSelectionHandler(AIDA2DLayer layer)
Method Detail

mouseClicked

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