Java org.eclipse.jface.preference FieldEditor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jface.preference FieldEditor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jface.preference FieldEditor.

The text is from its open source code.

Subclass

org.eclipse.jface.preference.FieldEditor has subclasses.
Click this link to see all its subclasses.

Field

StringIS_VALID
Property name constant (value "field_editor_is_valid") to signal a change in the validity of the value of this field editor.
StringVALUE
Property name constant (value "field_editor_value") to signal a change in the value of this field editor.

Constructor

FieldEditor()
Creates a new field editor.

Method

voiddispose()
Disposes the SWT resources used by this field editor.
voidfillIntoGrid(Composite parent, int numColumns)
Fills this field editor's basic controls into the given parent.
LabelgetLabelControl(Composite parent)
Returns this field editor's label component.
StringgetLabelText()
Returns this field editor's label text.
intgetNumberOfControls()
Returns the number of basic controls this field editor consists of.
StringgetPreferenceName()
Returns the name of the preference this field editor operates on.
IPreferenceStoregetPreferenceStore()
Returns the preference store used by this field editor.
booleanisValid()
Returns whether this field editor contains a valid value.
voidload()
Initializes this field editor with the preference value from the preference store.
voidloadDefault()
Initializes this field editor with the default preference value from the preference store.
voidsetEnabled(boolean enabled, Composite parent)
Set whether or not the controls in the field editor are enabled.
voidsetFocus()
Sets the focus to this field editor.
voidsetLabelText(String text)
Sets this field editor's label text.
voidsetPage(DialogPage dialogPage)
Set the page to be the receiver.
voidsetPreferenceName(String name)
Sets the name of the preference this field editor operates on.
voidsetPreferencePage(PreferencePage preferencePage)
Sets the preference page in which this field editor appears.
voidsetPreferenceStore(IPreferenceStore store)
Sets the preference store used by this field editor.
voidsetPropertyChangeListener(IPropertyChangeListener listener)
Sets or removes the property change listener for this field editor.
voidstore()
Stores this field editor's value back into the preference store.