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, removePreferenceChangeListenerboolean 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, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.