|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Setting
Defines the requirements for classes that provide a setting.
| Method Summary | |
|---|---|
void |
fromString(java.lang.String s)
Sets the value of the setting from s. |
java.lang.String |
getKey()
Returns the unique key used that used to identify the setting. |
void |
revert()
Reverts the setting to its default value. |
java.lang.String |
toString()
Returns a string representation of the setting. |
| Method Detail |
|---|
java.lang.String getKey()
void fromString(java.lang.String s)
void revert()
java.lang.String toString()
toString in class java.lang.ObjectfromString(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||