Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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 and manipulating text documents. 
org.eclipse.ui.ide.dialogs APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface. 
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 ComboFieldEditor
          A field editor for a combo box that allows the drop-down selection of one of a list of items.
 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 ScaleFieldEditor
          A field editor for an integer 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
          Deprecated. since 3.0 not longer in use, no longer supported
 

Uses of FieldEditor in org.eclipse.ui.ide.dialogs
 

Subclasses of FieldEditor in org.eclipse.ui.ide.dialogs
 class AbstractEncodingFieldEditor
          The abstract superclass of field editors used to set an encoding.
 class EncodingFieldEditor
          The EncodingFieldEditor is a field editor that allows the user to set an encoding on a preference in a preference store.
 class ResourceEncodingFieldEditor
          The ResourceEncodingFieldEditor is a field editor for editing the encoding of a resource and does not use a preference store.
 

Uses of FieldEditor in org.eclipse.ui.texteditor
 

Subclasses of FieldEditor in org.eclipse.ui.texteditor
 class WorkbenchChainedTextFontFieldEditor
          Deprecated. since 3.0 not longer in use, no longer supported, use a ChainedPreferenceStore to access preferences from the org.eclipse.ui.editors plug-in.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire