ActionParameter |
Parameter representing an action.
|
BooleanParameter |
|
ColorParameter |
|
ConfigSection |
Common Config Section names
|
DirectoryParameter |
|
EnablerParameter |
represents a parameter that is able to enable/disable other parameters.
|
FileParameter |
|
FloatParameter |
Config parameter representing a float value
|
HyperlinkParameter |
Parameter representing a link to be clicked.
|
InfoParameter |
A label and a value together.
|
IntListParameter |
An integer config parameter that's limited to a list of values.
|
IntParameter |
|
LabelParameter |
A single label.
|
Parameter |
represents a generic parameter description
|
ParameterGroup |
|
ParameterListener |
|
ParameterTabFolder |
|
ParameterValidator<VALUETYPE> |
|
ParameterWithHint |
|
ParameterWithSuffix |
A Parameter that has a suffix label
|
PasswordParameter |
|
StringListParameter |
An String config parameter that's limited to a list of values.
|
StringParameter |
|
UIParameter |
This parameter represents a native UI object to be displayed in a configuration
section.
|
UIParameterContext |
Any class implementing this interface represent an object which is to be used
to generate a UIParameter object.
|