Uses of Interface
org.eclipse.jface.preference.IPreferenceNode
Package
Description
Provides a framework for preferences.
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
-
Uses of IPreferenceNode in org.eclipse.jface.preference
Modifier and TypeClassDescriptionclass
A concrete implementation of a node in a preference dialog tree.Modifier and TypeMethodDescriptionFinds and returns the contribution node at the given path.protected IPreferenceNode
PreferenceManager.find
(String path, IPreferenceNode top) Finds and returns the preference node directly below the top at the given path.protected IPreferenceNode
PreferenceDialog.findNodeMatching
(String nodeId) Find theIPreferenceNode
that has data the same id as the supplied value.IPreferenceNode.findSubNode
(String id) Returns the subnode of this contribution node with the given node id.PreferenceNode.findSubNode
(String id) protected IPreferenceNode
PreferenceManager.getRoot()
Returns the root node.final IPreferenceNode[]
PreferenceManager.getRootSubNodes()
Returns the root level nodes of this preference manager.protected IPreferenceNode
PreferenceDialog.getSingleSelection
(ISelection selection) IPreferenceNode.getSubNodes()
Returns an iterator over the subnodes (immediate children) of this contribution node.PreferenceNode.getSubNodes()
Removes the subnode of this preference node with the given node id.Removes the preference node at the given path.Modifier and TypeMethodDescriptionPreferenceManager.getElements
(int order) Returns all preference nodes managed by this manager.Modifier and TypeMethodDescriptionvoid
IPreferenceNode.add
(IPreferenceNode node) Adds the given preference node as a subnode of this preference node.void
PreferenceNode.add
(IPreferenceNode node) boolean
PreferenceManager.addTo
(String path, IPreferenceNode node) Adds the given preference node as a subnode of the node at the given path.void
PreferenceManager.addToRoot
(IPreferenceNode node) Adds the given preference node as a subnode of the root.protected void
PreferenceManager.buildSequence
(IPreferenceNode node, List<IPreferenceNode> sequence, int order) Recursively enumerates all nodes at or below the given node and adds them to the given list in the given order.protected void
PreferenceDialog.createPage
(IPreferenceNode node) Create the page for the node.protected IPreferenceNode
PreferenceManager.find
(String path, IPreferenceNode top) Finds and returns the preference node directly below the top at the given path.protected IPreferencePage
PreferenceDialog.getPage
(IPreferenceNode node) Get the page for the node.boolean
IPreferenceNode.remove
(IPreferenceNode node) Removes the given preference node from the list of subnodes (immediate children) of this node.boolean
PreferenceManager.remove
(IPreferenceNode node) Removes the given preference node if it is managed by this contribution manager.boolean
PreferenceNode.remove
(IPreferenceNode node) protected boolean
PreferenceDialog.showPage
(IPreferenceNode node) Shows the preference page corresponding to the given preference node.Modifier and TypeMethodDescriptionprotected void
PreferenceManager.buildSequence
(IPreferenceNode node, List<IPreferenceNode> sequence, int order) Recursively enumerates all nodes at or below the given node and adds them to the given list in the given order. -
Uses of IPreferenceNode in org.eclipse.ui.dialogs
Modifier and TypeMethodDescriptionstatic IPreferenceNode[]
PreferencesUtil.propertiesContributorsFor
(Object element) Return all of the properties page contributors for an element.