Class SelectCellCommandHandler

    • Field Detail

      • selectionLayer

        protected final SelectionLayer selectionLayer
        Since:
        1.6
    • Constructor Detail

      • SelectCellCommandHandler

        public SelectCellCommandHandler​(SelectionLayer selectionLayer)
    • Method Detail

      • toggleCell

        protected void toggleCell​(int columnPosition,
                                  int rowPosition,
                                  boolean withShiftMask,
                                  boolean withControlMask,
                                  boolean forcingEntireCellIntoViewport)
        Toggles the selection state of the given row and column.
      • selectCell

        public void selectCell​(int columnPosition,
                               int rowPosition,
                               boolean withShiftMask,
                               boolean withControlMask)
        Selects a cell, optionally clearing current selection