public class SkinParameter extends Parameter<ParameterHelper.ParameterType>
Skin
parameter.Modifier and Type | Field and Description |
---|---|
protected I18nizableText |
_displayCategory
The display category.
|
protected I18nizableText |
_displayGroup
The display group.
|
Constructor and Description |
---|
SkinParameter() |
Modifier and Type | Method and Description |
---|---|
I18nizableText |
getDisplayCategory()
Get the display category.
|
I18nizableText |
getDisplayGroup()
Get the display group.
|
void |
setDisplayCategory(I18nizableText displayCategory)
Set the parameter display category.
|
void |
setDisplayGroup(I18nizableText displayGroup)
Set the parameter display group.
|
String |
toString() |
getDefaultValue, getDescription, getEnumerator, getId, getLabel, getPluginName, getType, getValidator, getWidget, getWidgetParameters, setDefaultValue, setDescription, setEnumerator, setId, setLabel, setPluginName, setType, setValidator, setWidget, setWidgetParameters
protected I18nizableText _displayCategory
protected I18nizableText _displayGroup
public SkinParameter()
public I18nizableText getDisplayCategory()
public void setDisplayCategory(I18nizableText displayCategory)
displayCategory
- the display category to set.public I18nizableText getDisplayGroup()
public void setDisplayGroup(I18nizableText displayGroup)
displayGroup
- the display group to set.