|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.ecp.internal.ui.PreferenceHelper
public final class PreferenceHelper
The preference helper aids storing {key, value} pairs.
Method Summary | |
---|---|
static String |
getPreference(String key,
String defaultValue)
Get a preference value for a specific key. |
static void |
setPreference(String key,
String value)
Set the preference value for a specific key. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static String getPreference(String key, String defaultValue)
key
- thedefaultValue
- the
public static void setPreference(String key, String value)
key
- thevalue
- the
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |