Modifier and Type | Class and Description |
---|---|
class |
Parameter
The
Parameter class represents an element parameter. |
Modifier and Type | Class and Description |
---|---|
class |
Property
The
Property class represents an element property. |
Modifier and Type | Method and Description |
---|---|
java.util.List<ParentParameter> |
Group.getElementList() |
Modifier and Type | Method and Description |
---|---|
void |
Group.setElementList(java.util.List<ParentParameter> parameterList) |
Constructor and Description |
---|
GroupItemsPanel(java.util.List<ParentParameter> elementList)
Initializes a newly created
GroupItemsPanel with the list of parameters. |
Constructor and Description |
---|
HelpLabel(ParentParameter element)
Initializes a newly created
HelpLabel with the parameter. |
ParameterCheckBox(ParentParameter parameter)
Initializes a newly created
ParameterCheckBox with the Parameter . |