|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.runtime.preferences.PreferenceFilterEntry
public final class PreferenceFilterEntry
Class which represents and preference filter entry to be used during preference import/export (for example).
IPreferenceFilter
Constructor Summary | |
---|---|
PreferenceFilterEntry(java.lang.String key)
Constructor for the class. |
Method Summary | |
---|---|
java.lang.String |
getKey()
Return the name of the preference key for this filter entry. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PreferenceFilterEntry(java.lang.String key)
null
or empty.
key
- the name of the preference keyMethod Detail |
---|
public java.lang.String getKey()
null
or the
empty string.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |