Class GeneralPanel

Class GeneralPanel

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

class GeneralPanel
extends Panel
This panel contains a TitlePanel and a GridBagPanel that accepts input for the following lilgp parameters:
See Also:
TitlePanel, GridBagPanel

Constructor Index

 o GeneralPanel()
Add each of the UI components needed to accept input.

Method Index

 o action(Event, Object)
Trap TextField events and send the focus to the next field on the panel.
 o flushParameters()
Collect the contents of each UI component and store it in the ParameterDB.
 o loadParams()
This method is responsible for loading parameters onto the GeneralPanel after the user opens a parameter file.

Constructors

 o GeneralPanel
  public GeneralPanel()
Add each of the UI components needed to accept input.
See Also:
addComponent

Methods

 o flushParameters
  public static void flushParameters()
Collect the contents of each UI component and store it in the ParameterDB.
See Also:
ParameterDB
 o action
  public boolean action(Event event,
                        Object arg)
Trap TextField events and send the focus to the next field on the panel.
Overrides:
action in class Component
 o loadParams
  public static void loadParams()
This method is responsible for loading parameters onto the GeneralPanel after the user opens a parameter file.