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