public class InstancePreferences extends EclipsePreferences
IEclipsePreferences.INodeChangeListener, IEclipsePreferences.IPreferenceChangeListener, IEclipsePreferences.NodeChangeEvent, IEclipsePreferences.PreferenceChangeEventchildren, DEBUG_PREFERENCE_GENERAL, DEBUG_PREFERENCE_GET, DEBUG_PREFERENCE_SET, debugPluginName, DEFAULT_PREFERENCES_DIRNAME, dirty, DOUBLE_SLASH, EMPTY_NODE_ARRAY, EMPTY_STRING, EMPTY_STRING_ARRAY, loading, name, parent, PATH_SEPARATOR, PREFS_FILE_EXTENSION, properties, removed, VERSION_KEY, VERSION_VALUE| Constructor and Description |
|---|
InstancePreferences()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected IEclipsePreferences |
getLoadLevel() |
protected IPath |
getLocation() |
protected void |
initializeChildren() |
protected EclipsePreferences |
internalCreate(EclipsePreferences nodeParent,
java.lang.String nodeName,
java.lang.Object context) |
protected boolean |
isAlreadyLoaded(IEclipsePreferences node) |
protected void |
loaded() |
protected void |
loadLegacy()
Load the Eclipse 2.1 preferences for the given bundle.
|
absolutePath, accept, addChild, addNodeChangeListener, addPreferenceChangeListener, checkRemoved, childExists, childrenNames, clear, computeChildren, computeLocation, convertFromProperties, convertToProperties, create, create, decodePath, encodePath, fireNodeEvent, firePreferenceEvent, flush, get, getBoolean, getByteArray, getChild, getChildren, getDouble, getFloat, getInt, getLong, getSegment, getSegmentCount, internalChildNames, internalFlush, internalGet, internalNode, internalPut, isDirty, isLoading, keys, load, load, loadProperties, log, makeDirty, makeRelative, name, node, nodeExists, parent, put, putBoolean, putByteArray, putDouble, putFloat, putInt, putLong, remove, removeNode, removeNode, removeNode, removeNodeChangeListener, removePreferenceChangeListener, removeTimestampFromTable, save, save, setLoading, shareStrings, sync, toDeepDebugString, toString, writepublic InstancePreferences()
protected boolean isAlreadyLoaded(IEclipsePreferences node)
isAlreadyLoaded in class EclipsePreferencesprotected void loaded()
loaded in class EclipsePreferencesprotected void loadLegacy()
loadLegacy in class EclipsePreferencesprotected IPath getLocation()
getLocation in class EclipsePreferencesprotected IEclipsePreferences getLoadLevel()
getLoadLevel in class EclipsePreferencesprotected void initializeChildren()
protected EclipsePreferences internalCreate(EclipsePreferences nodeParent, java.lang.String nodeName, java.lang.Object context)
internalCreate in class EclipsePreferences