- java.lang.Object
-
- util.settings.Property
-
- util.settings.IntProperty
-
- Direct Known Subclasses:
VariableIntProperty
public class IntProperty extends Property
- Author:
- Til Schneider, www.murfman.de
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
mIsCacheFilled
-
Constructor Summary
Constructors Constructor Description IntProperty(PropertyManager manager, java.lang.String key, int defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
clearCache()
int
getDefault()
int
getInt()
void
setInt(int value)
-
Methods inherited from class util.settings.Property
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty
-
-
-
-
Constructor Detail
-
IntProperty
public IntProperty(PropertyManager manager, java.lang.String key, int defaultValue)
-
-
Method Detail
-
getDefault
public int getDefault()
-
getInt
public int getInt()
-
setInt
public void setInt(int value)
-
clearCache
protected void clearCache()
- Specified by:
clearCache
in classProperty
-
-