Eclipse Platform
Release 3.1

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

Packages that use IPreferencePage
org.eclipse.jface.preference Provides a framework for preferences.  
org.eclipse.ui Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.activities Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface.  
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface.  
org.eclipse.ui.editors.text Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. 
org.eclipse.ui.texteditor.templates Application programming interfaces for interaction with the Eclipse Java User Interface text support.  
 

Uses of IPreferencePage in org.eclipse.jface.preference
 

Classes in org.eclipse.jface.preference that implement IPreferencePage
 class FieldEditorPreferencePage
          A special abstract preference page to host field editors.
 class PreferencePage
          Abstract base implementation for all preference page implementations.
 

Methods in org.eclipse.jface.preference that return IPreferencePage
 IPreferencePage PreferenceNode.getPage()
           
protected  IPreferencePage PreferenceDialog.getPage(IPreferenceNode node)
          Get the page for the node.
protected  IPreferencePage PreferenceDialog.getCurrentPage()
          Returns the currentPage.
 IPreferencePage IPreferenceNode.getPage()
          Returns the preference page for this node.
 

Methods in org.eclipse.jface.preference with parameters of type IPreferencePage
 void PreferenceNode.setPage(IPreferencePage newPage)
          Set the current page to be newPage.
protected  void PreferenceDialog.setCurrentPage(IPreferencePage currentPage)
          Sets the current page.
protected  void PreferenceDialog.createPageControl(IPreferencePage page, Composite parent)
          Create the page control for the supplied page.
 

Constructors in org.eclipse.jface.preference with parameters of type IPreferencePage
PreferenceNode(String id, IPreferencePage preferencePage)
          Creates a preference node with the given id and preference page.
 

Uses of IPreferencePage in org.eclipse.ui
 

Subinterfaces of IPreferencePage in org.eclipse.ui
 interface IWorkbenchPreferencePage
          Interface for workbench preference pages.
 interface IWorkbenchPropertyPage
          Interface for workbench property pages.
 

Uses of IPreferencePage in org.eclipse.ui.activities
 

Classes in org.eclipse.ui.activities that implement IPreferencePage
 class ActivitiesPreferencePage
          Preference page that allows configuration of the activity set.
 class ActivityCategoryPreferencePage
          Activities preference page that primarily shows categories and can optionally show an advanced dialog that allows fine-tune adjustmenet of activities.
 

Uses of IPreferencePage in org.eclipse.ui.dialogs
 

Classes in org.eclipse.ui.dialogs that implement IPreferencePage
 class PropertyPage
          Abstract base implementation of a workbench property page ( IWorkbenchPropertyPage).
 

Uses of IPreferencePage in org.eclipse.ui.editors.text
 

Classes in org.eclipse.ui.editors.text that implement IPreferencePage
 class TextEditorPreferencePage
          Deprecated. As of 2.1, fonts are managed by the workbench, no longer supported
 

Uses of IPreferencePage in org.eclipse.ui.texteditor.templates
 

Classes in org.eclipse.ui.texteditor.templates that implement IPreferencePage
 class TemplatePreferencePage
          A template preference page allows configuration of the templates for an editor.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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