Eclipse Platform
2.1

Uses of Package
org.eclipse.jface.preference

Packages that use org.eclipse.jface.preference
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
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.plugin Class hierarchies for plug-ins that integrate with the Eclipse Platform UI. 
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.compare
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.debug.ui
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.jface.preference
FieldEditor
          Abstract base class for all field editors.
IPersistentPreferenceStore
          IPersistentPreferenceStore is a preference store that can be saved.
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.
PreferenceManager
          A preference manager maintains a hierarchy of preference nodes and associated preference pages.
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.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui
IPreferencePage
          An interface for a preference page.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferenceManager
          A preference manager maintains a hierarchy of preference nodes and associated preference pages.
 

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.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
PreferencePage
          Abstract base implementation for all preference page implementations.
 

Classes in org.eclipse.jface.preference used by org.eclipse.ui.plugin
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 

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.
IPreferenceStore
          The IPreferenceStore interface represents a table mapping named preferences to values.
 


Eclipse Platform
2.1

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