Package edu.umd.cs.piccolox.pswing

This package contains PSwing nodes and related classes.

See:
          Description

Interface Summary
PSwingEvent Interface allowing PSwing events that originated from swing and are destined for PSwing nodes must conform to.
 

Class Summary
PComboBox The PComboBox is used instead of a JComboBox in a Piccolo scene graph.
PSwing PSwing is used to add Swing Components to a Piccolo2D canvas.
PSwingCanvas The PSwingCanvas is a PCanvas that can display Swing components with the PSwing adapter.
PSwingCanvas.ChildWrapper JComponent wrapper for a PSwingCanvas.
PSwingEventHandler Event handler to send MousePressed, MouseReleased, MouseMoved, MouseClicked, and MouseDragged events on Swing components within a PCanvas.
PSwingMouseEvent PMouseEvent is an event which indicates that a mouse action occurred in a node.
PSwingMouseMotionEvent PMouseMotionEvent is an event which indicates that a mouse motion action occurred in a node.
PSwingMouseWheelEvent PMouseMotionEvent is an event which indicates that a mouse motion action occurred in a node.
PSwingRepaintManager This RepaintManager replaces the default Swing implementation, and is used to intercept and repaint dirty regions of PSwing components.
 

Package edu.umd.cs.piccolox.pswing Description

This package contains PSwing nodes and related classes.



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.