|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.Preferences.AbstractSetting<T>
public abstract static class Preferences.AbstractSetting<T>
Field Summary | |
---|---|
private T |
value
|
Constructor Summary | |
---|---|
Preferences.AbstractSetting(T value)
|
Method Summary | |
---|---|
T |
getValue()
Returns the value of this setting. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openstreetmap.josm.data.Preferences.Setting |
---|
getNullInstance, visit |
Field Detail |
---|
private T value
Constructor Detail |
---|
public Preferences.AbstractSetting(T value)
Method Detail |
---|
public T getValue()
Preferences.Setting
getValue
in interface Preferences.Setting<T>
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |