Package | Description |
---|---|
edu.umd.cs.piccolox.pswing |
This package contains PSwing nodes and related classes.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static PSwingEvent |
PSwingMouseEvent.createMouseEvent(int id,
MouseEvent swingEvent,
PInputEvent pEvent)
Creates and returns a new PMouse event from a Java MouseEvent.
|
Modifier and Type | Method and Description |
---|---|
(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-2012 Piccolo2D. All Rights Reserved.