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()
           
 

Methods in edu.umd.cs.piccolox.pswing with parameters of type PSwingCanvas
 void PComboBox.setEnvironment(PSwing pSwing, PSwingCanvas canvas)
          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, javax.swing.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-2009 Piccolo2D. All Rights Reserved.