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

Variable Index

 o actor
 o fsChoices
 o fsLabels
 o fsPanels
 o gbc
 o gbl
 o layerButtons
 o layerIndex
 o layerLabels
 o MAX_LAYERS

Constructor Index

 o LayerPanel(Actor)

Method Index

 o action(Event, Object)
 o addLayer(Layer)
 o buildLayerPanel()
 o handleEvent(Event)
 o update()

Variables

 o MAX_LAYERS
 protected final int MAX_LAYERS
 o gbl
 protected GridBagLayout gbl
 o gbc
 protected GridBagConstraints gbc
 o layerButtons
 protected Button layerButtons[]
 o layerLabels
 protected Label layerLabels[]
 o fsPanels
 protected StatePanel fsPanels[]
 o fsChoices
 protected Choice fsChoices[]
 o fsLabels
 protected Label fsLabels[]
 o layerIndex
 protected int layerIndex
 o actor
 protected Actor actor

Constructors

 o LayerPanel
 public LayerPanel(Actor a)

Methods

 o buildLayerPanel
 protected void buildLayerPanel()
 o addLayer
 protected void addLayer(Layer l)
 o update
 public void update()
 o handleEvent
 public boolean handleEvent(Event evt)
Overrides:
handleEvent in class Component
 o action
 public boolean action(Event evt,
                       Object what)
Overrides:
action in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index