Class SizeLimitsPanel
Class SizeLimitsPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----SizeLimitsPanel
- class SizeLimitsPanel
- extends Panel
This panel contains a TitlePanel and a GridBagPanel
that accepts input for the following lilgp parameters:
It does not currently support the input of:
- tree[#].max_nodes
- tree[#].max_depth
- See Also:
- TitlePanel, GridBagPanel
-
SizeLimitsPanel()
- Add each of the UI components needed to accept input.
-
action(Event, Object)
- Trap TextField events and send the focus to the
next field on the panel.
-
flushParameters()
- Collect the contents of each UI component and store it in the
ParameterDB.
-
loadParams()
-
SizeLimitsPanel
public SizeLimitsPanel()
- Add each of the UI components needed to accept input.
- See Also:
- addComponent
flushParameters
public static void flushParameters()
- Collect the contents of each UI component and store it in the
ParameterDB.
- See Also:
- ParameterDB
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
loadParams
public static void loadParams()