Interface MutableTableModel

    • Method Detail

      • setValueAt

        void setValueAt​(int colIndex,
                        int rowIndex,
                        java.lang.Object data)
                 throws ValueHandlerException
        Sets the value at.
        Parameters:
        colIndex - the col index
        rowIndex - the row index
        data - the data
        Throws:
        ValueHandlerException - the value handler exception
      • setSelectedCell

        void setSelectedCell​(int colIndex,
                             int rowIndex)
        Sets the selected cell.
        Parameters:
        colIndex - the col index
        rowIndex - the row index
      • setSelectedCells

        void setSelectedCells​(java.util.List<java.lang.Integer> colIndexes,
                              java.util.List<java.lang.Integer> rowIndexes)
        Sets the selected cells.
        Parameters:
        colIndexes - the col indexes
        rowIndexes - the row indexes
      • setListComponentModel

        void setListComponentModel​(MutableListModel listModel)
        Sets the list component model.
        Parameters:
        listModel - the new list component model
      • setColumnComponentModel

        void setColumnComponentModel​(MutableColumnModel columnModel)
        Sets the column component model.
        Parameters:
        columnModel - the new column component model
      • updateDynamicColumns

        void updateDynamicColumns()
        Update dynamic columns.