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