Class ControlPanel

Class ControlPanel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----ControlPanel

class ControlPanel
extends Panel
Create a panel that contains a button for each of the parameter panels. Clicking on the buttons will cause the CardLayout manager in the IndexPanel to flip to the appropriate panel.
See Also:
IndexPanel

Constructor Index

 o ControlPanel()
Create a new GridLayout manager and add the buttons.

Method Index

 o action(Event, Object)
Trap button clicks in the ControlPanel and flip to the appropriate card in the IndexPanel.
 o flushAllPanels()
Call the flushParameters() method in each of the parameter classes.

Constructors

 o ControlPanel
  public ControlPanel()
Create a new GridLayout manager and add the buttons.

Methods

 o action
  public boolean action(Event evt,
                        Object arg)
Trap button clicks in the ControlPanel and flip to the appropriate card in the IndexPanel.
Overrides:
action in class Component
 o flushAllPanels
  public void flushAllPanels()
Call the flushParameters() method in each of the parameter classes.
See Also:
flushParameters, flushParameters, flushParameters, flushParameters, flushParameters, flushParameters