Class OutputPanel
Class OutputPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----OutputPanel
- class OutputPanel
- extends Panel
This panel contains a TitlePanel and a GridBagPanel
that accepts input for the following lilgp parameters:
- output.basename
- output.detail
- output.stt_interval
- output.bestn
- output.digits
- checkpoint.interval
- checkpoint.filename
- checkpoint.compress
.
- See Also:
- TitlePanel, GridBagPanel
-
OutputPanel()
- 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()
- This method is responsible for loading parameters onto the OutputPanel
after the user opens a parameter file.
OutputPanel
public OutputPanel()
- 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()
- This method is responsible for loading parameters onto the OutputPanel
after the user opens a parameter file.