public class AddRemoveListFieldEditor
extends FieldEditor
Constructor and Description |
---|
AddRemoveListFieldEditor(java.lang.String name,
java.lang.String labelText,
Composite parent) |
AddRemoveListFieldEditor(java.lang.String name,
java.lang.String labelText,
java.lang.String addButtonText,
java.lang.String removeButtonText,
Composite parent) |
Modifier and Type | Method and Description |
---|---|
protected void |
adjustForNumColumns(int numColumns) |
protected void |
doFillIntoGrid(Composite parent,
int numColumns) |
protected void |
doLoad() |
protected void |
doLoadDefault() |
protected void |
doStore() |
int |
getNumberOfControls() |
void |
setAddButtonText(java.lang.String text)
Sets the label for the button that adds
the contents of the text field to the list.
|
void |
setRemoveButtonText(java.lang.String text)
Sets the label for the button that removes
the selected item from the list.
|
void |
setSeperator(java.lang.String seperator)
Sets the string that seperates items in the list when the
list is stored as a single String in the preference store.
|
public AddRemoveListFieldEditor(java.lang.String name, java.lang.String labelText, Composite parent)
public AddRemoveListFieldEditor(java.lang.String name, java.lang.String labelText, java.lang.String addButtonText, java.lang.String removeButtonText, Composite parent)
protected void adjustForNumColumns(int numColumns)
org.eclipse.jface.preference.FieldEditor#adjustForNumColumns(int)
protected void doFillIntoGrid(Composite parent, int numColumns)
(Composite, int)
protected void doLoad()
org.eclipse.jface.preference.FieldEditor#doLoad()
protected void doLoadDefault()
org.eclipse.jface.preference.FieldEditor#doLoadDefault()
protected void doStore()
org.eclipse.jface.preference.FieldEditor#doStore()
public int getNumberOfControls()
org.eclipse.jface.preference.FieldEditor#getNumberOfControls()
public void setAddButtonText(java.lang.String text)
public void setRemoveButtonText(java.lang.String text)
public void setSeperator(java.lang.String seperator)