|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jface.preference.FieldEditor
org.eclipse.cdt.debug.internal.ui.preferences.ComboFieldEditor
public class ComboFieldEditor
A field editor for a combo box that allows the drop-down selection of one of a list of items.
Field Summary |
---|
Fields inherited from class org.eclipse.jface.preference.FieldEditor |
---|
IS_VALID, VALUE |
Constructor Summary | |
---|---|
ComboFieldEditor(java.lang.String name,
java.lang.String labelText,
java.lang.String[][] entryNamesAndValues,
org.eclipse.swt.widgets.Composite parent)
|
Method Summary | |
---|---|
org.eclipse.swt.widgets.Combo |
getComboBoxControl(org.eclipse.swt.widgets.Composite parent)
Lazily create and return the Combo control. |
int |
getNumberOfControls()
|
Methods inherited from class org.eclipse.jface.preference.FieldEditor |
---|
dispose, fillIntoGrid, getFieldEditorFontName, getLabelControl, getLabelText, getPreferenceName, getPreferenceStore, isValid, load, loadDefault, presentsDefaultValue, setEnabled, setFocus, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPropertyChangeListener, store |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComboFieldEditor(java.lang.String name, java.lang.String labelText, java.lang.String[][] entryNamesAndValues, org.eclipse.swt.widgets.Composite parent)
Method Detail |
---|
public int getNumberOfControls()
getNumberOfControls
in class org.eclipse.jface.preference.FieldEditor
FieldEditor.getNumberOfControls()
public org.eclipse.swt.widgets.Combo getComboBoxControl(org.eclipse.swt.widgets.Composite parent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |