Class ThreeStateCheckboxCellEditor

java.lang.Object
org.eclipse.jface.viewers.CellEditor
com._1c.g5.v8.dt.ui.dialog.ThreeStateCheckboxCellEditor
Direct Known Subclasses:
VisibilityCellEditor

public class ThreeStateCheckboxCellEditor extends CellEditor
Three state checkbox cell editor.
  • Constructor Details

    • ThreeStateCheckboxCellEditor

      public ThreeStateCheckboxCellEditor()
      Creates a new checkbox cell editor with no control.
    • ThreeStateCheckboxCellEditor

      public 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 initially false. Initially, the cell editor has no cell validator.
      Parameters:
      parent - the parent control
    • ThreeStateCheckboxCellEditor

      public 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 initially false. Initially, the cell editor has no cell validator.
      Parameters:
      parent - the parent control
    • ThreeStateCheckboxCellEditor

      public 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 initially false. Initially, the cell editor has no cell validator.
      Parameters:
      parent - the parent control
      style - the style bits
  • Method Details