Class TableSelectionSummaryTableModel

    • Constructor Detail

    • Method Detail

      • getColumnCount

        public int getColumnCount()
        Two.
      • getRowCount

        public int getRowCount()
        Number of columns in underlying table model.
      • getValueAt

        public Object getValueAt​(int pRow,
                                 int pCol)
        Returns:
        Column name if pCol is zero and set of values otherwise.
      • getRowClass

        public Class<?> getRowClass​(int pRow)
      • isColumnEditable

        protected Boolean isColumnEditable​(int pIdx)
        Override this method to forego checking every cell when testing for editability.