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. |