TV-Browser 3.3.3 API

util.settings
Class IntArrayProperty

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

public class IntArrayProperty
extends Property

Author:
Til Schneider, www.murfman.de

Constructor Summary
IntArrayProperty(PropertyManager manager, java.lang.String key, int[] defaultValue)
           
 
Method Summary
protected  void clearCache()
           
 int[] getDefault()
           
 int[] getIntArray()
           
 void setIntArray(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
 

Constructor Detail

IntArrayProperty

public IntArrayProperty(PropertyManager manager,
                        java.lang.String key,
                        int[] defaultValue)
Method Detail

getDefault

public int[] getDefault()

getIntArray

public int[] getIntArray()

setIntArray

public void setIntArray(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)