Class SpreadSheetTablePopupMenuItemHelper.TableState

    • Field Detail

      • selRow

        public int selRow
        the selected row.
      • actRow

        public int actRow
        the actual row.
      • selRows

        public int[] selRows
        the selected rows.
      • actRows

        public int[] actRows
        the actual rows.
      • selCol

        public int selCol
        the selected column.
      • actCol

        public int actCol
        the actual column.
    • Constructor Detail

      • TableState

        public TableState()