Eclipse Platform
Release 3.0

Uses of Interface
org.eclipse.jface.preference.IPreferenceNode

Packages that use IPreferenceNode
org.eclipse.jface.preference Provides a framework for preferences.  
 

Uses of IPreferenceNode in org.eclipse.jface.preference
 

Classes in org.eclipse.jface.preference that implement IPreferenceNode
 class PreferenceNode
          A concrete implementation of a node in a preference dialog tree.
 

Methods in org.eclipse.jface.preference that return IPreferenceNode
 IPreferenceNode PreferenceNode.findSubNode(String id)
           
 IPreferenceNode[] PreferenceNode.getSubNodes()
           
 IPreferenceNode PreferenceNode.remove(String id)
           
protected  IPreferenceNode PreferenceDialog.findNodeMatching(String nodeId)
          Find the IPreferenceNode that has data the same id as the supplied value.
protected  IPreferenceNode PreferenceDialog.getSingleSelection(ISelection selection)
           
 IPreferenceNode PreferenceManager.find(String path)
          Finds and returns the contribution node at the given path.
protected  IPreferenceNode PreferenceManager.getRoot()
          Returns the root node.
 IPreferenceNode PreferenceManager.remove(String path)
          Removes the prefernece node at the given path.
 IPreferenceNode IPreferenceNode.findSubNode(String id)
          Returns the subnode of this contribution node with the given node id.
 IPreferenceNode[] IPreferenceNode.getSubNodes()
          Returns an iterator over the subnodes (immediate children) of this contribution node.
 IPreferenceNode IPreferenceNode.remove(String id)
          Removes the subnode of this preference node with the given node id.
 

Methods in org.eclipse.jface.preference with parameters of type IPreferenceNode
 void PreferenceNode.add(IPreferenceNode node)
           
 boolean PreferenceNode.remove(IPreferenceNode node)
           
protected  boolean PreferenceDialog.showPage(IPreferenceNode node)
          Shows the preference page corresponding to the given preference 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 sequence, int order)
          Recursively enumerates all nodes at or below the given node and adds them to the given list in the given order.
 boolean PreferenceManager.remove(IPreferenceNode node)
          Removes the given prefreence node if it is managed by this contribution manager.
 void IPreferenceNode.add(IPreferenceNode node)
          Adds the given preference node as a subnode of this preference node.
 boolean IPreferenceNode.remove(IPreferenceNode node)
          Removes the given preference node from the list of subnodes (immediate children) of this node.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.