public class TextEditor extends ArgumentEditor
Modifier and Type | Class and Description |
---|---|
static class |
TextEditor.DecoratorType |
ArgumentEditor.IEditorListener
Constructor and Description |
---|
TextEditor(Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
TableItem item) |
TextEditor(Composite parent,
IQueryContext context,
ArgumentDescriptor descriptor,
TableItem item,
TextEditor.DecoratorType decorator) |
Modifier and Type | Method and Description |
---|---|
TextEditor.DecoratorType |
getDecorator() |
Object |
getValue() |
boolean |
setFocus() |
void |
setValue(Object value) |
addListener, getDescriptor, removeListener
public TextEditor(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item, TextEditor.DecoratorType decorator)
public TextEditor(Composite parent, IQueryContext context, ArgumentDescriptor descriptor, TableItem item)
public void setValue(Object value) throws SnapshotException
setValue
in class ArgumentEditor
SnapshotException
public Object getValue()
getValue
in class ArgumentEditor
public boolean setFocus()
public TextEditor.DecoratorType getDecorator()