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