|
TV-Browser 3.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object util.settings.Property util.settings.ShortProperty
public class ShortProperty
A property for short values.
Constructor Summary | |
---|---|
ShortProperty(PropertyManager manager,
java.lang.String key,
short defaultValue)
Creates an instance of this propety. |
Method Summary | |
---|---|
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. |
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 |
---|
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.Method Detail |
---|
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.3.3 API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |