- java.lang.Object
-
- util.settings.Property
-
- util.settings.IntProperty
-
- util.settings.VariableIntProperty
-
public class VariableIntProperty extends IntProperty
- Author:
- René Mach
-
-
Field Summary
-
Fields inherited from class util.settings.IntProperty
mIsCacheFilled
-
-
Constructor Summary
Constructors Constructor Description VariableIntProperty(PropertyManager manager, java.lang.String key, int defaultValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDefault()
-
Methods inherited from class util.settings.IntProperty
clearCache, getInt, setInt
-
Methods inherited from class util.settings.Property
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty
-
-
-
-
Constructor Detail
-
VariableIntProperty
public VariableIntProperty(PropertyManager manager, java.lang.String key, int defaultValue)
-
-
Method Detail
-
getDefault
public int getDefault()
- Overrides:
getDefault
in classIntProperty
-
-