Uses of Class
edu.umd.cs.piccolox.pswing.PSwingCanvas

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

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

Methods in edu.umd.cs.piccolox.pswing that return PSwingCanvas
 PSwingCanvas PComboBox.getCanvas()
          Returns the canvas on which the PSwing node is embedded.
 

Methods in edu.umd.cs.piccolox.pswing with parameters of type PSwingCanvas
 void PComboBox.setEnvironment(PSwing pSwingNode, PSwingCanvas canvasEnvirnoment)
          Clients must set the PSwing and PSwingCanvas environment for this PComboBox to work properly.
 

Constructors in edu.umd.cs.piccolox.pswing with parameters of type PSwingCanvas
PSwing(PSwingCanvas swingCanvas, JComponent component)
          Deprecated. by PSwing.PSwing(JComponent)
PSwingEventHandler(PSwingCanvas canvas)
          Constructs a new PSwingEventHandler for the given canvas.
PSwingEventHandler(PSwingCanvas canvas, PNode listenNode)
          Constructs a new PSwingEventHandler for the given canvas, and a node that will receive the mouse events.
 



Copyright © 1995-2010 Piccolo2D. All Rights Reserved.