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