Package | Description |
---|---|
edu.umd.cs.piccolox.pswing |
This package contains PSwing nodes and related classes.
|
Modifier and Type | Method and Description |
---|---|
PSwingCanvas |
PComboBox.getCanvas()
Returns the canvas on which the PSwing node is embedded.
|
Modifier and Type | Method and Description |
---|---|
void |
PComboBox.setEnvironment(PSwing pSwingNode,
PSwingCanvas canvasEnvirnoment)
Clients must set the PSwing and PSwingCanvas environment for this
PComboBox to work properly.
|
Constructor and Description |
---|
PSwing(PSwingCanvas swingCanvas,
JComponent component)
Deprecated.
|
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-2013 Piccolo2D. All Rights Reserved.