| Constructor and Description |
|---|
IntProperty(String
|
| Modifier and Type | Method and Description |
|---|---|
int |
getMax()
|
int |
getMin()
|
protected void |
validateValue(Integer
Subclasses should override this method to throw an IllegalArgumentException if a value is inappropriate for this property.
|
addPropertyChangeListener, firePropertyChangeListeners, getName, getValue, isEnabled, isUserAdjustable, removePropertyChangeListener, setEnabled, setUserAdjustable, setValuepublic IntProperty(Stringname, int minValue, int maxValue, int defaultValue)