Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

Packages that use IPreferenceNode
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
 

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 PreferenceManager. find ( String path)
          Finds 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 the IPreferenceNode that has data the same id as the supplied value.
  IPreferenceNode IPreferenceNode. findSubNode ( String id)
          Returns the subnode of this contribution node with the given node id.
  IPreferenceNode PreferenceNode. findSubNode ( String id)
           
protected   IPreferenceNode PreferenceManager. getRoot ()
          Returns the root node.
  IPreferenceNode[] PreferenceManager. getRootSubNodes ()
          Returns the root level nodes of this preference manager.
protected   IPreferenceNode PreferenceDialog. getSingleSelection ( ISelection selection)
           
  IPreferenceNode[] IPreferenceNode. getSubNodes ()
          Returns an iterator over the subnodes (immediate children) of this contribution node.
  IPreferenceNode[] PreferenceNode. getSubNodes ()
           
  IPreferenceNode IPreferenceNode. remove ( String id)
          Removes the subnode of this preference node with the given node id.
  IPreferenceNode PreferenceNode. remove ( String id)
           
  IPreferenceNode PreferenceManager. remove ( String path)
          Removes the preference node at the given path.
 

Methods in org.eclipse.jface.preference with parameters of type IPreferenceNode
 void 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 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 PreferenceNode. remove ( IPreferenceNode node)
           
 boolean PreferenceManager. remove ( IPreferenceNode node)
          Removes the given prefreence node if it is managed by this contribution manager.
protected  boolean PreferenceDialog. showPage ( IPreferenceNode node)
          Shows the preference page corresponding to the given preference node.
 

Uses of IPreferenceNode in org.eclipse.ui.dialogs
 

Methods in org.eclipse.ui.dialogs that return IPreferenceNode
static  IPreferenceNode[] PreferencesUtil. propertiesContributorsFor ( Object element)
          Return all of the properties page contributors for an element.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire