Package | Description |
---|---|
jcgp.gui.settings.parameters |
Modifier and Type | Class and Description |
---|---|
class |
GUIBooleanParameter
This extension of @code{GUIParameter} uses a @code{CheckBox} to display
the value of a @code{BooleanParameter}.
|
class |
GUIDoubleParameter
This extension of @code{GUIParameter} uses a @code{TextField} to display
the value of a @code{DoubleParameter}.
|
class |
GUIIntegerParameter
This extension of @code{GUIParameter} uses a @code{TextField} to display
the value of a @code{IntegerParameter}.
|
Modifier and Type | Method and Description |
---|---|
static GUIParameter<?> |
GUIParameter.create(Parameter<?> parameter,
SettingsPane sp)
Factory method to create @code{GUIParameter}s from @code{Parameter}s.
|