Interface DynamicColumnTableModel<ROW_TYPE>

    • Method Detail

      • getColumn

        DynamicTableColumn<ROW_TYPE,​?,​?> getColumn​(int index)
        Returns the column for the given model index
        Parameters:
        index - the model index of the column (this can differ from the view index)
        Returns:
        the column
      • getColumnIndex

        int getColumnIndex​(DynamicTableColumn<ROW_TYPE,​?,​?> column)
        Returns the model index for the given column
        Parameters:
        column - the column
        Returns:
        the model index