Constructor and Description |
---|
EditorSelection(org.eclipse.swt.widgets.Composite composite,
java.lang.String[] elems) |
Modifier and Type | Method and Description |
---|---|
boolean |
accepts(java.lang.String s)
Does the editor accept the value.
|
void |
createControl(org.eclipse.swt.widgets.Composite parent)
Creates an according control.
|
java.lang.String |
getCategory()
Returns the category.
|
org.eclipse.swt.widgets.Control |
getControl() |
java.lang.String |
getLabel()
Returns the label.
|
void |
update()
Update.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValue, isDifferent, setValue
public EditorSelection(org.eclipse.swt.widgets.Composite composite, java.lang.String[] elems)
composite
- elems
- public boolean accepts(java.lang.String s)
IEditor
public void createControl(org.eclipse.swt.widgets.Composite parent)
IEditor
createControl
in interface IEditor<java.lang.String>
public java.lang.String getCategory()
IEditor
getCategory
in interface IEditor<java.lang.String>
public org.eclipse.swt.widgets.Control getControl()
public java.lang.String getLabel()
IEditor
public void update()