TV-Browser 3.3.3 API

util.settings
Class BooleanProperty

java.lang.Object
  extended by util.settings.Property
      extended by util.settings.BooleanProperty

public class BooleanProperty
extends Property

Author:
Til Schneider, www.murfman.de

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

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 class Property

TV-Browser 3.3.3 API

TV-Browser 3.3.3, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)