|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object util.settings.Property util.settings.BooleanProperty
public class BooleanProperty
Constructor Summary | |
---|---|
BooleanProperty(PropertyManager manager,
java.lang.String key,
boolean defaultValue)
|
Method Summary | |
---|---|
protected void |
clearCache()
|
boolean |
getBoolean()
|
boolean |
getDefault()
|
void |
setBoolean(boolean value)
|
Methods inherited from class util.settings.Property |
---|
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanProperty(PropertyManager manager, java.lang.String key, boolean defaultValue)
Method Detail |
---|
public boolean getDefault()
public boolean getBoolean()
public void setBoolean(boolean value)
protected void clearCache()
clearCache
in class Property
|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |