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