Uses of Class
org.eclipse.jface.preference.FieldEditor
-
Packages that use FieldEditor Package Description 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 Modifier and Type Class Description classBooleanFieldEditorA field editor for a boolean type preference.classColorFieldEditorA field editor for a color type preference.classComboFieldEditorA field editor for a combo box that allows the drop-down selection of one of a list of items.classDirectoryFieldEditorA field editor for a directory path type preference.classFileFieldEditorA field editor for a file path type preference.classFontFieldEditorA field editor for a font type preference.classIntegerFieldEditorA field editor for an integer type preference.classListEditorAn abstract field editor that manages a list of input values.classPathEditorA field editor to edit directory paths.classRadioGroupFieldEditorA field editor for an enumeration type preference.classScaleFieldEditorA field editor for an integer type preference.classStringButtonFieldEditorAn 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.classStringFieldEditorA field editor for a string type preference.Methods in org.eclipse.jface.preference with parameters of type FieldEditor Modifier and Type Method Description protected voidFieldEditorPreferencePage. 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 Modifier and Type Class Description classPropagatingFontFieldEditorDeprecated.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 Modifier and Type Class Description classAbstractEncodingFieldEditorThe abstract superclass of field editors used to set an encoding.classEncodingFieldEditorThe EncodingFieldEditor is a field editor that allows the user to set an encoding on a preference in a preference store.classResourceEncodingFieldEditorThe 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 Modifier and Type Class Description classPropagatingFontFieldEditorDeprecated.no longer supportedclassWorkbenchChainedTextFontFieldEditorDeprecated.since 3.0 not longer in use, no longer supported, use aChainedPreferenceStoreto access preferences from theorg.eclipse.ui.editorsplug-in.
-