public class ButtonCellEditor
extends org.eclipse.jface.viewers.CellEditor
CellEditor
that uses a Button
. The
style of the Button
can be set on initialization. For instance,
to get a checkbox Button
, use
new ButtonCellEditor(parent, SWT.CHECK);
Constructor and Description |
---|
ButtonCellEditor(org.eclipse.swt.widgets.Composite parent,
int style)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
activate, activate, addListener, addPropertyChangeListener, create, deactivate, getControl, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue