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, storepublic 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.FieldEditorprotected void doFillIntoGrid(org.eclipse.swt.widgets.Composite parent,
int numColumns)
doFillIntoGrid in class org.eclipse.jface.preference.FieldEditorprotected void doLoad()
doLoad in class org.eclipse.jface.preference.FieldEditorprotected void doLoadDefault()
doLoadDefault in class org.eclipse.jface.preference.FieldEditorprotected void doStore()
doStore in class org.eclipse.jface.preference.FieldEditorpublic int getNumberOfControls()
getNumberOfControls in class org.eclipse.jface.preference.FieldEditorprotected void setPresentsDefaultValue(boolean booleanValue)
setPresentsDefaultValue in class org.eclipse.jface.preference.FieldEditorCopyright © 2005-2013 Sonatype, Inc.. All Rights Reserved.