Package com._1c.g5.v8.dt.ui.dialog
Class ThreeStateCheckboxCellEditor
- java.lang.Object
- 
- org.eclipse.jface.viewers.CellEditor
- 
- com._1c.g5.v8.dt.ui.dialog.ThreeStateCheckboxCellEditor
 
 
- 
 public class ThreeStateCheckboxCellEditor extends CellEditor Three state checkbox cell editor.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditorCellEditor.LayoutData
 
- 
 - 
Field Summary- 
Fields inherited from class org.eclipse.jface.viewers.CellEditorCOPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
 
- 
 - 
Constructor SummaryConstructors Constructor Description ThreeStateCheckboxCellEditor()Creates a new checkbox cell editor with no control.ThreeStateCheckboxCellEditor(org.eclipse.swt.widgets.Composite parent)Creates a new checkbox cell editor parented under the given control.ThreeStateCheckboxCellEditor(org.eclipse.swt.widgets.Composite parent, boolean threeStateEditor)Creates a new checkbox cell editor parented under the given control.ThreeStateCheckboxCellEditor(org.eclipse.swt.widgets.Composite parent, int style)Creates a new checkbox cell editor parented under the given control.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactivate()voidactivate(ColumnViewerEditorActivationEvent activationEvent)protected org.eclipse.swt.widgets.ControlcreateControl(org.eclipse.swt.widgets.Composite parent)protected ObjectdoGetValue()protected voiddoSetFocus()protected voiddoSetValue(Object value)- 
Methods inherited from class org.eclipse.jface.viewers.CellEditoraddListener, addPropertyChangeListener, create, deactivate, deactivate, dependsOnExternalFocusListener, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, keyReleaseOccured, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
 
- 
 
- 
- 
- 
Constructor Detail- 
ThreeStateCheckboxCellEditorpublic ThreeStateCheckboxCellEditor() Creates a new checkbox cell editor with no control.
 - 
ThreeStateCheckboxCellEditorpublic ThreeStateCheckboxCellEditor(org.eclipse.swt.widgets.Composite parent) Creates a new checkbox cell editor parented under the given control. The cell editor value is a check state value, which is initiallyfalse. Initially, the cell editor has no cell validator.- Parameters:
- parent- the parent control
 
 - 
ThreeStateCheckboxCellEditorpublic ThreeStateCheckboxCellEditor(org.eclipse.swt.widgets.Composite parent, boolean threeStateEditor)Creates a new checkbox cell editor parented under the given control. The cell editor value is a check state value, which is initiallyfalse. Initially, the cell editor has no cell validator.- Parameters:
- parent- the parent control
 
 - 
ThreeStateCheckboxCellEditorpublic ThreeStateCheckboxCellEditor(org.eclipse.swt.widgets.Composite parent, int style)Creates a new checkbox cell editor parented under the given control. The cell editor value is a state check value, which is initiallyfalse. Initially, the cell editor has no cell validator.- Parameters:
- parent- the parent control
- style- the style bits
 
 
- 
 - 
Method Detail- 
activatepublic void activate() - Overrides:
- activatein class- CellEditor
 
 - 
activatepublic void activate(ColumnViewerEditorActivationEvent activationEvent) - Overrides:
- activatein class- CellEditor
 
 - 
createControlprotected org.eclipse.swt.widgets.Control createControl(org.eclipse.swt.widgets.Composite parent) - Specified by:
- createControlin class- CellEditor
 
 - 
doGetValueprotected Object doGetValue() - Specified by:
- doGetValuein class- CellEditor
 
 - 
doSetFocusprotected void doSetFocus() - Specified by:
- doSetFocusin class- CellEditor
 
 - 
doSetValueprotected void doSetValue(Object value) - Specified by:
- doSetValuein class- CellEditor
 
 
- 
 
-