Class ThreeStateCheckboxCellEditor


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

      • 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