Eclipse Platform
2.0

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.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 a file-based document provider. 
 

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.
 

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.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
          A preference page to set the font used in the default text editor.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.