org.grinvin.params
Class ParameterPanel
DialogPanel
org.grinvin.params.ParameterPanel
public class ParameterPanel
extends DialogPanel
Panel that can be used to edit parameter values.
Uses a
ParameterList
to specify what parameters should be present.
void | getValues(Object[] values) - Initialize the given array from the values stored in the various fields of
the panel.
|
void | setValues(Object[] values) - Initialize the fields of the panel from the given array of values.
|
ParameterPanel
public ParameterPanel(ParameterList parameters)
Construct a new panel of this type.
parameters
- list of parameters
whose values can be edited in this panel.
getValues
public void getValues(Object[] values)
Initialize the given array from the values stored in the various fields of
the panel.
setValues
public void setValues(Object[] values)
Initialize the fields of the panel from the given array of values.