All Packages Class Hierarchy This Package Previous Next Index
Class improv.util.gui.LayerPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----improv.util.gui.LayerPanel
- public final class LayerPanel
- extends Frame
-
actor
-
-
fsChoices
-
-
fsLabels
-
-
fsPanels
-
-
gbc
-
-
gbl
-
-
layerButtons
-
-
layerIndex
-
-
layerLabels
-
-
MAX_LAYERS
-
-
LayerPanel(Actor)
-
-
action(Event, Object)
-
-
addLayer(Layer)
-
-
buildLayerPanel()
-
-
handleEvent(Event)
-
-
update()
-
MAX_LAYERS
protected final int MAX_LAYERS
gbl
protected GridBagLayout gbl
gbc
protected GridBagConstraints gbc
layerButtons
protected Button layerButtons[]
layerLabels
protected Label layerLabels[]
fsPanels
protected StatePanel fsPanels[]
fsChoices
protected Choice fsChoices[]
fsLabels
protected Label fsLabels[]
layerIndex
protected int layerIndex
actor
protected Actor actor
LayerPanel
public LayerPanel(Actor a)
buildLayerPanel
protected void buildLayerPanel()
addLayer
protected void addLayer(Layer l)
update
public void update()
handleEvent
public boolean handleEvent(Event evt)
- Overrides:
- handleEvent in class Component
action
public boolean action(Event evt,
Object what)
- Overrides:
- action in class Component
All Packages Class Hierarchy This Package Previous Next Index