|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Setting<T>
Defines the requirements for classes that provide a setting.
Method Summary | |
---|---|
T |
getDefaultValue()
|
String |
getKey()
Returns the unique key used that used to identify the setting. |
T |
getValue()
|
void |
revert()
Reverts the setting to its default value. |
void |
setValue(T newValue)
|
Method Detail |
---|
T getDefaultValue()
String getKey()
T getValue()
void revert()
void setValue(T newValue)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |