protected class PropertyPanel.EnumProperty extends PropertyPanel.AbstractProperty<java.lang.Enum>
| Constructor and Description |
|---|
EnumProperty(java.lang.String name,
PropertyPanel.Access<java.lang.Enum> access) |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(com.simsilica.lemur.Container container) |
void |
refresh() |
void |
update() |
protected void |
updateText() |
getDisplayName, getValue, setValuepublic EnumProperty(java.lang.String name,
PropertyPanel.Access<java.lang.Enum> access)
public void initialize(com.simsilica.lemur.Container container)
initialize in class PropertyPanel.AbstractProperty<java.lang.Enum>protected void updateText()
public void update()
update in class PropertyPanel.AbstractProperty<java.lang.Enum>public void refresh()
refresh in class PropertyPanel.AbstractProperty<java.lang.Enum>