public class GoalsFieldEditor
extends org.eclipse.jface.preference.FieldEditor
Constructor and Description |
---|
GoalsFieldEditor(String name,
String labelText,
String buttonText,
org.eclipse.swt.widgets.Composite parent)
Create the combo box field editor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
adjustForNumColumns(int numColumns) |
protected void |
doFillIntoGrid(org.eclipse.swt.widgets.Composite parent,
int numColumns) |
protected void |
doLoad() |
protected void |
doLoadDefault() |
protected void |
doStore() |
protected void |
fireValueChanged(String property,
Object oldValue,
Object newValue) |
int |
getNumberOfControls() |
protected void |
setPresentsDefaultValue(boolean booleanValue) |
applyFont, checkParent, clearErrorMessage, clearMessage, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, createControl, dispose, fillIntoGrid, fireStateChanged, getFieldEditorFontName, getLabelControl, getLabelControl, getLabelText, getPage, getPreferenceName, getPreferencePage, getPreferenceStore, init, isValid, load, loadDefault, presentsDefaultValue, refreshValidState, setButtonLayoutData, setEnabled, setFocus, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPropertyChangeListener, showErrorMessage, showMessage, store
public GoalsFieldEditor(String name, String labelText, String buttonText, org.eclipse.swt.widgets.Composite parent)
name
- the name of the preference this field editor works onlabelText
- the label text of the field editorbuttonText
- entryValues
- the entry valuesparent
- the parent compositeprotected void adjustForNumColumns(int numColumns)
adjustForNumColumns
in class org.eclipse.jface.preference.FieldEditor
protected void doFillIntoGrid(org.eclipse.swt.widgets.Composite parent, int numColumns)
doFillIntoGrid
in class org.eclipse.jface.preference.FieldEditor
protected void doLoad()
doLoad
in class org.eclipse.jface.preference.FieldEditor
protected void doLoadDefault()
doLoadDefault
in class org.eclipse.jface.preference.FieldEditor
protected void doStore()
doStore
in class org.eclipse.jface.preference.FieldEditor
public int getNumberOfControls()
getNumberOfControls
in class org.eclipse.jface.preference.FieldEditor
protected void setPresentsDefaultValue(boolean booleanValue)
setPresentsDefaultValue
in class org.eclipse.jface.preference.FieldEditor
Copyright © 2005–2015 Sonatype, Inc.. All rights reserved.