TV-Browser 3.3.3 API

util.settings
Class IntProperty

java.lang.Object
  extended by util.settings.Property
      extended by util.settings.IntProperty
Direct Known Subclasses:
VariableIntProperty

public class IntProperty
extends Property

Author:
Til Schneider, www.murfman.de

Field Summary
protected  boolean mIsCacheFilled
           
 
Constructor Summary
IntProperty(PropertyManager manager, java.lang.String key, int defaultValue)
           
 
Method Summary
protected  void clearCache()
           
 int getDefault()
           
 int getInt()
           
 void setInt(int 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
 

Field Detail

mIsCacheFilled

protected boolean mIsCacheFilled
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 class Property

TV-Browser 3.3.3 API

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