Eclipse Platform
2.1

Uses of Class
org.eclipse.jface.preference.FieldEditor

Packages that use FieldEditor
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.texteditor Provides a framework for text editors obeying to the desktop rules. 
 

Uses of FieldEditor in org.eclipse.jface.preference
 

Subclasses of FieldEditor in org.eclipse.jface.preference
 class BooleanFieldEditor
          A field editor for a boolean type preference.
 class ColorFieldEditor
          A field editor for a color type preference.
 class DirectoryFieldEditor
          A field editor for a directory path type preference.
 class FileFieldEditor
          A field editor for a file path type preference.
 class FontFieldEditor
          A field editor for a font type preference.
 class IntegerFieldEditor
          A field editor for an integer type preference.
 class ListEditor
          An abstract field editor that manages a list of input values.
 class PathEditor
          A field editor to edit directory paths.
 class RadioGroupFieldEditor
          A field editor for an enumeration type preference.
 class 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.
 class StringFieldEditor
          A field editor for a string type preference.
 

Methods in org.eclipse.jface.preference with parameters of type FieldEditor
protected  void FieldEditorPreferencePage.addField(FieldEditor editor)
          Adds the given field editor to this page.
 

Uses of FieldEditor in org.eclipse.jface.text
 

Subclasses of FieldEditor in org.eclipse.jface.text
 class PropagatingFontFieldEditor
          This font field editor implements chaining between a source preference store and a target preference store.
 

Uses of FieldEditor in org.eclipse.ui.texteditor
 

Subclasses of FieldEditor in org.eclipse.ui.texteditor
 class WorkbenchChainedTextFontFieldEditor
          This font field editor implements chaining between the workbench's preference store and a given target preference store.
 


Eclipse Platform
2.1

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