|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.settings.Setting
com.limegroup.gnutella.settings.StringSetting
Class for a string setting.
Field Summary |
Fields inherited from class com.limegroup.gnutella.settings.Setting |
DEFAULT_PROPS, DEFAULT_VALUE, KEY, PROPS |
Method Summary | |
java.lang.String |
getValue()
Accessor for the value of this setting. |
protected void |
loadValue(java.lang.String sValue)
Load value from property string value |
void |
setValue(java.lang.String str)
Mutator for this setting. |
Methods inherited from class com.limegroup.gnutella.settings.Setting |
getKey, getValueAsString, isDefault, reload, revertToDefault, setAlwaysSave, shouldAlwaysSave |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public java.lang.String getValue()
public void setValue(java.lang.String str)
setValue
in class Setting
str
- the String to storeprotected void loadValue(java.lang.String sValue)
loadValue
in class Setting
sValue
- property string value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |