public class PathEditor extends ListEditor
HORIZONTAL_GAP, IS_VALID, VALUE
Modifier | Constructor and Description |
---|---|
protected |
PathEditor()
Creates a new path field editor
|
|
PathEditor(String name,
String labelText,
String dirChooserLabelText,
Composite parent)
Creates a path field editor.
|
Modifier and Type | Method and Description |
---|---|
protected String |
createList(String[] items)
Combines the given list of items into a single string.
|
protected String |
getNewInputObject()
Creates and returns a new item for the list.
|
protected String[] |
parseString(String stringList)
Splits the given string into a list of strings.
|
adjustForNumColumns, createSelectionListener, doFillIntoGrid, doLoad, doLoadDefault, doStore, getAddButton, getButtonBoxControl, getDownButton, getList, getListControl, getNumberOfControls, getRemoveButton, getShell, getUpButton, selectionChanged, setEnabled, setFocus
applyFont, checkParent, clearErrorMessage, clearMessage, convertHorizontalDLUsToPixels, convertVerticalDLUsToPixels, createControl, dispose, fillIntoGrid, fireStateChanged, fireValueChanged, getFieldEditorFontName, getLabelControl, getLabelControl, getLabelText, getPage, getPreferenceName, getPreferencePage, getPreferenceStore, init, isValid, load, loadDefault, presentsDefaultValue, refreshValidState, setButtonLayoutData, setLabelText, setPage, setPreferenceName, setPreferencePage, setPreferenceStore, setPresentsDefaultValue, setPropertyChangeListener, showErrorMessage, showMessage, store
protected PathEditor()
public PathEditor(String name, String labelText, String dirChooserLabelText, Composite parent)
name
- the name of the preference this field editor works onlabelText
- the label text of the field editordirChooserLabelText
- the label text displayed for the directory chooserparent
- the parent of the field editor's controlprotected String createList(String[] items)
ListEditor
parseString
.
Subclasses must implement this method.
createList
in class ListEditor
items
- the list of itemsListEditor.parseString(java.lang.String)
protected String getNewInputObject()
ListEditor
Subclasses must implement this method.
getNewInputObject
in class ListEditor
protected String[] parseString(String stringList)
ListEditor
createList
.
Subclasses must implement this method.
parseString
in class ListEditor
stringList
- the stringString
ListEditor.createList(java.lang.String[])
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.