public class ShortProperty extends Property
Constructor and Description |
---|
ShortProperty(PropertyManager manager,
java.lang.String key,
short defaultValue)
Creates an instance of this propety.
|
Modifier and Type | Method and Description |
---|---|
protected void |
clearCache() |
short |
getDefault()
Gets the default value of this property.
|
short |
getShort()
Gets the current value of this property.
|
void |
setShort(short value)
Sets the value of this property.
|
addChangeListener, fireChangeEvent, getKey, getProperty, removeChangeListener, setProperty
public ShortProperty(PropertyManager manager, java.lang.String key, short defaultValue)
manager
- The property manager to use.key
- The key of this property.defaultValue
- The default value for this property.public short getDefault()
public short getShort()
public void setShort(short value)
value
- The new value for this property.protected void clearCache()
clearCache
in class Property
TV-Browser 3.4.4, Copyright (C) 2004-2008 TV-Browser Team (dev@tvbrowser.org)