Uses of Class
edu.umd.cs.piccolo.event.PBasicInputEventHandler

Packages that use PBasicInputEventHandler
edu.umd.cs.piccolo Piccolo is a general-purpose Java-based engine that supports 2D visualizations. 
edu.umd.cs.piccolo.event This package supports Piccolo event handlers. 
edu.umd.cs.piccolox.event   
edu.umd.cs.piccolox.handles   
 

Uses of PBasicInputEventHandler in edu.umd.cs.piccolo
 

Subclasses of PBasicInputEventHandler in edu.umd.cs.piccolo
 class PInputManager
          PInputManager is responsible for dispatching PInputEvents to node's event listeners.
 

Uses of PBasicInputEventHandler in edu.umd.cs.piccolo.event
 

Subclasses of PBasicInputEventHandler in edu.umd.cs.piccolo.event
 class PDragEventHandler
          PDragEventHandler is a simple event handler for dragging a node on the canvas.
 class PDragSequenceEventHandler
          PDragSequenceEventHandler is designed to support mouse pressed, dragged, and released interaction sequences.
 class PPanEventHandler
          PPanEventHandler provides event handlers for basic panning of the canvas view with the left mouse.
 class PZoomEventHandler
          ZoomEventhandler provides event handlers for basic zooming of the canvas view with the right (third) button.
 

Uses of PBasicInputEventHandler in edu.umd.cs.piccolox.event
 

Subclasses of PBasicInputEventHandler in edu.umd.cs.piccolox.event
 class PNavigationEventHandler
          PNavigationEventHandler implements simple focus based navigation.
 class PSelectionEventHandler
          PSelectionEventHandler provides standard interaction for selection.
 class PStyledTextEventHandler
           
 class PZoomToEventHandler
          PZoomToEventHandler is used to zoom the camera view to the node clicked on with button one.
 

Uses of PBasicInputEventHandler in edu.umd.cs.piccolox.handles
 

Methods in edu.umd.cs.piccolox.handles that return PBasicInputEventHandler
 PBasicInputEventHandler PBoundsHandle.getHandleCursorEventHandler()
          Return the event handler that is responsible for setting the mouse cursor when it enters/exits this handle.
 



Copyright © 2004 by University of Maryland, College Park, MD 20742, USA All rights reserved.