public class ShortProperty extends Property
Constructor and Description |
---|
ShortProperty(PropertyManager manager,
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, 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 2.7.6, Copyright (C) 04-2003 Martin Oberhauser (martin@tvbrowser.org)