Uses of Interface
edu.umd.cs.piccolox.pswing.PSwingEvent

Packages that use PSwingEvent
edu.umd.cs.piccolox.pswing This package contains PSwing nodes and related classes. 
 

Uses of PSwingEvent in edu.umd.cs.piccolox.pswing
 

Classes in edu.umd.cs.piccolox.pswing that implement PSwingEvent
 class PSwingMouseEvent
          PMouseEvent is an event which indicates that a mouse action occurred in a node.
 class PSwingMouseMotionEvent
          PMouseMotionEvent is an event which indicates that a mouse motion action occurred in a node.
 class PSwingMouseWheelEvent
          PMouseMotionEvent is an event which indicates that a mouse motion action occurred in a node.
 

Methods in edu.umd.cs.piccolox.pswing that return PSwingEvent
static PSwingEvent PSwingMouseEvent.createMouseEvent(int id, MouseEvent swingEvent, PInputEvent pEvent)
          Creates and returns a new PMouse event from a Java MouseEvent.
 

Methods in edu.umd.cs.piccolox.pswing with parameters of type PSwingEvent
(package private)  void PSwingEventHandler.dispatchEvent(PSwingEvent pSwingMouseEvent, PInputEvent aEvent)
          Determines if any Swing components in Piccolo2D should receive the given MouseEvent and forwards the event to that component.
 



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.