public interface IExportedPreferences extends IEclipsePreferences
This interface is not intended to be implemented by clients.
IEclipsePreferences.INodeChangeListener, IEclipsePreferences.IPreferenceChangeListener, IEclipsePreferences.NodeChangeEvent, IEclipsePreferences.PreferenceChangeEvent
Modifier and Type | Method and Description |
---|---|
boolean |
isExportRoot()
Return
true if this node was an export root
when the preferences were exported, and false
otherwise. |
accept, addNodeChangeListener, addPreferenceChangeListener, node, removeNode, removeNodeChangeListener, removePreferenceChangeListener
absolutePath, childrenNames, clear, flush, get, getBoolean, getByteArray, getDouble, getFloat, getInt, getLong, keys, name, nodeExists, parent, put, putBoolean, putByteArray, putDouble, putFloat, putInt, putLong, remove, sync
boolean isExportRoot()
true
if this node was an export root
when the preferences were exported, and false
otherwise. This information is used during the import to clear
nodes when importing a node's (and its children's) preferences.true
if this node is an export root
and false
otherwise
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.