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

Packages that use PInputEvent
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.piccolo.util This package defines several utility classes that are likely to be useful for Piccolo applications. 
edu.umd.cs.piccolox.event   
edu.umd.cs.piccolox.handles   
 

Uses of PInputEvent in edu.umd.cs.piccolo
 

Methods in edu.umd.cs.piccolo with parameters of type PInputEvent
 void PInputManager.keyPressed(PInputEvent event)
           
 void PInputManager.keyReleased(PInputEvent event)
           
 void PInputManager.keyTyped(PInputEvent event)
           
 void PInputManager.mouseClicked(PInputEvent event)
           
 void PInputManager.mouseWheelRotated(PInputEvent event)
           
 void PInputManager.mouseWheelRotatedByBlock(PInputEvent event)
           
 void PInputManager.mouseDragged(PInputEvent event)
           
 void PInputManager.mouseEntered(PInputEvent event)
           
 void PInputManager.mouseExited(PInputEvent event)
           
 void PInputManager.mouseMoved(PInputEvent event)
           
 void PInputManager.mousePressed(PInputEvent event)
           
 void PInputManager.mouseReleased(PInputEvent event)
           
protected  void PInputManager.checkForMouseEnteredAndExited(PInputEvent event)
           
 

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

Methods in edu.umd.cs.piccolo.event with parameters of type PInputEvent
 void PBasicInputEventHandler.processEvent(PInputEvent event, int type)
           
 boolean PBasicInputEventHandler.acceptsEvent(PInputEvent event, int type)
           
 void PBasicInputEventHandler.keyPressed(PInputEvent event)
           
 void PBasicInputEventHandler.keyReleased(PInputEvent event)
           
 void PBasicInputEventHandler.keyTyped(PInputEvent event)
           
 void PBasicInputEventHandler.mouseClicked(PInputEvent event)
           
 void PBasicInputEventHandler.mousePressed(PInputEvent event)
           
 void PBasicInputEventHandler.mouseDragged(PInputEvent event)
           
 void PBasicInputEventHandler.mouseEntered(PInputEvent event)
           
 void PBasicInputEventHandler.mouseExited(PInputEvent event)
           
 void PBasicInputEventHandler.mouseMoved(PInputEvent event)
           
 void PBasicInputEventHandler.mouseReleased(PInputEvent event)
           
 void PBasicInputEventHandler.mouseWheelRotated(PInputEvent event)
           
 void PBasicInputEventHandler.mouseWheelRotatedByBlock(PInputEvent event)
           
 void PBasicInputEventHandler.keyboardFocusGained(PInputEvent event)
           
 void PBasicInputEventHandler.keyboardFocusLost(PInputEvent event)
           
 void PInputEventListener.processEvent(PInputEvent aEvent, int type)
           
 boolean PInputEventFilter.acceptsEvent(PInputEvent aEvent, int type)
           
protected  void PPanEventHandler.drag(PInputEvent e)
           
protected  void PPanEventHandler.pan(PInputEvent e)
           
protected  void PPanEventHandler.dragActivityStep(PInputEvent aEvent)
          Do auto panning even when the mouse is not moving.
protected  void PZoomEventHandler.dragActivityFirstStep(PInputEvent aEvent)
           
protected  void PZoomEventHandler.dragActivityStep(PInputEvent aEvent)
           
protected  boolean PDragEventHandler.shouldStartDragInteraction(PInputEvent event)
           
protected  void PDragEventHandler.startDrag(PInputEvent event)
           
protected  void PDragEventHandler.drag(PInputEvent event)
           
protected  void PDragEventHandler.endDrag(PInputEvent event)
           
protected  void PDragSequenceEventHandler.startDrag(PInputEvent e)
          Subclasses should override this method to get notified of the start of a new drag sequence.
protected  void PDragSequenceEventHandler.drag(PInputEvent e)
          Subclasses should override this method to get notified of the drag events in a drag sequence.
protected  void PDragSequenceEventHandler.endDrag(PInputEvent e)
          Subclasses should override this method to get notified of the end event in a drag sequence.
protected  boolean PDragSequenceEventHandler.shouldStartDragInteraction(PInputEvent e)
           
protected  void PDragSequenceEventHandler.startDragActivity(PInputEvent aEvent)
           
protected  void PDragSequenceEventHandler.stopDragActivity(PInputEvent aEvent)
           
protected  void PDragSequenceEventHandler.dragActivityFirstStep(PInputEvent aEvent)
          Override this method to get notified when the drag activity starts stepping.
protected  void PDragSequenceEventHandler.dragActivityStep(PInputEvent aEvent)
          During a drag sequence an activity is scheduled that runs continuously while the drag sequence is active.
protected  void PDragSequenceEventHandler.dragActivityFinalStep(PInputEvent aEvent)
          Override this method to get notified when the drag activity stops stepping.
 void PDragSequenceEventHandler.mousePressed(PInputEvent e)
           
 void PDragSequenceEventHandler.mouseDragged(PInputEvent e)
           
 void PDragSequenceEventHandler.mouseReleased(PInputEvent e)
           
 

Uses of PInputEvent in edu.umd.cs.piccolo.util
 

Methods in edu.umd.cs.piccolo.util with parameters of type PInputEvent
 void PPickPath.processEvent(PInputEvent aEvent, int type)
           
 

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

Methods in edu.umd.cs.piccolox.event with parameters of type PInputEvent
 void PNavigationEventHandler.keyPressed(PInputEvent e)
           
 void PNavigationEventHandler.mousePressed(PInputEvent aEvent)
           
 void PNavigationEventHandler.moveFocusDown(PInputEvent e)
           
 void PNavigationEventHandler.moveFocusIn(PInputEvent e)
           
 void PNavigationEventHandler.moveFocusLeft(PInputEvent e)
           
 void PNavigationEventHandler.moveFocusOut(PInputEvent e)
           
 void PNavigationEventHandler.moveFocusRight(PInputEvent e)
           
 void PNavigationEventHandler.moveFocusUp(PInputEvent e)
           
 void PNavigationEventHandler.moveFocusToMouseOver(PInputEvent e)
           
 void PZoomToEventHandler.mousePressed(PInputEvent aEvent)
           
protected  void PZoomToEventHandler.zoomTo(PInputEvent aEvent)
           
 void PStyledTextEventHandler.mousePressed(PInputEvent inputEvent)
           
 void PStyledTextEventHandler.startEditing(PInputEvent event, PStyledText text)
           
 void PStyledTextEventHandler.dispatchEventToEditor(PInputEvent e)
           
protected  void PSelectionEventHandler.startDrag(PInputEvent e)
           
protected  void PSelectionEventHandler.drag(PInputEvent e)
           
protected  void PSelectionEventHandler.endDrag(PInputEvent e)
           
 boolean PSelectionEventHandler.isOptionSelection(PInputEvent pie)
           
protected  boolean PSelectionEventHandler.isMarqueeSelection(PInputEvent pie)
           
protected  void PSelectionEventHandler.initializeSelection(PInputEvent pie)
           
protected  void PSelectionEventHandler.initializeMarquee(PInputEvent e)
           
protected  void PSelectionEventHandler.startOptionMarqueeSelection(PInputEvent e)
           
protected  void PSelectionEventHandler.startMarqueeSelection(PInputEvent e)
           
protected  void PSelectionEventHandler.startStandardSelection(PInputEvent pie)
           
protected  void PSelectionEventHandler.startStandardOptionSelection(PInputEvent pie)
           
protected  void PSelectionEventHandler.updateMarquee(PInputEvent pie)
           
protected  void PSelectionEventHandler.computeMarqueeSelection(PInputEvent pie)
           
protected  void PSelectionEventHandler.computeOptionMarqueeSelection(PInputEvent pie)
           
protected  void PSelectionEventHandler.dragStandardSelection(PInputEvent e)
           
protected  void PSelectionEventHandler.endMarqueeSelection(PInputEvent e)
           
protected  void PSelectionEventHandler.endStandardSelection(PInputEvent e)
           
protected  void PSelectionEventHandler.dragActivityStep(PInputEvent aEvent)
          This gets called continuously during the drag, and is used to animate the marquee
 void PSelectionEventHandler.keyPressed(PInputEvent e)
          Delete selection when delete key is pressed (if enabled)
 

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

Methods in edu.umd.cs.piccolox.handles with parameters of type PInputEvent
 void PHandle.startHandleDrag(java.awt.geom.Point2D aLocalPoint, PInputEvent aEvent)
          Override this method to get notified when the handle starts to get dragged.
 void PHandle.dragHandle(PDimension aLocalDimension, PInputEvent aEvent)
          Override this method to get notified as the handle is dragged.
 void PHandle.endHandleDrag(java.awt.geom.Point2D aLocalPoint, PInputEvent aEvent)
          Override this method to get notified when the handle stops getting dragged.
 void PBoundsHandle.startHandleDrag(java.awt.geom.Point2D aLocalPoint, PInputEvent aEvent)
           
 void PBoundsHandle.dragHandle(PDimension aLocalDimension, PInputEvent aEvent)
           
 void PBoundsHandle.endHandleDrag(java.awt.geom.Point2D aLocalPoint, PInputEvent aEvent)
           
 



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