Class RightsCheckboxCellEditor


  • public class RightsCheckboxCellEditor
    extends CellEditor
    The implementation of CellEditor for rights.
    • Constructor Detail

      • RightsCheckboxCellEditor

        public RightsCheckboxCellEditor​(org.eclipse.swt.widgets.Composite parent,
                                        IRightsEditorController controller)
        Creates a new two states checkbox cell editor parented under the given control.
        Parameters:
        parent - the parent control, cannot be null
        controller - the rights editor controller, cannot be null
      • RightsCheckboxCellEditor

        public RightsCheckboxCellEditor​(org.eclipse.swt.widgets.Composite parent,
                                        boolean isThreeState,
                                        IRightsEditorController controller)
        Creates a new checkbox cell editor parented under the given control.
        Parameters:
        parent - the parent control, cannot be null
        isThreeState - true if the checkbook of the editor can make three states and false otherwise
        controller - the rights editor controller, cannot be null