Class | Description |
---|---|
GUIBooleanParameter |
This extension of @code{GUIParameter} uses a @code{CheckBox} to display
the value of a @code{BooleanParameter}.
|
GUIDoubleParameter |
This extension of @code{GUIParameter} uses a @code{TextField} to display
the value of a @code{DoubleParameter}.
|
GUIIntegerParameter |
This extension of @code{GUIParameter} uses a @code{TextField} to display
the value of a @code{IntegerParameter}.
|
GUIParameter<T> |
This is the base class for all @code{GUIParameter}s.
|