Eclipse Platform
2.0

Uses of Package
org.eclipse.jface.preference

Packages that use org.eclipse.jface.preference
org.eclipse.jface.preference Provides a framework for preferences. 
org.eclipse.jface.text Provides a framework for creating, manipulating, displaying and editing text documents. 
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. 
org.eclipse.ui.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.preference
FieldEditor
          Abstract base class for all field editors.
IPreferenceNode
          Interface to a node in a preference dialog.
IPreferencePage
          An interface for a preference page.
IPreferencePageContainer
          An interface used by a preference page to talk to its dialog.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
ListEditor
          An abstract field editor that manages a list of input values.
PreferencePage
          Abstract base implementation for all preference page implementations.
StringButtonFieldEditor
          An abstract field editor for a string type preference that presents a string input field with a change button to its right to edit the input field's content.
StringFieldEditor
          A field editor for a string type preference.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.text
FieldEditor
          Abstract base class for all field editors.
FontFieldEditor
          A field editor for a font type preference.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui
IPreferencePage
          An interface for a preference page.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.dialogs
IPreferencePage
          An interface for a preference page.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.editors.text
FieldEditorPreferencePage
          A special abstract preference page to host field editors.
IPreferencePage
          An interface for a preference page.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.texteditor
FieldEditor
          Abstract base class for all field editors.
FontFieldEditor
          A field editor for a font type preference.
 


Eclipse Platform
2.0

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