Interface ComparableTableModel

    • Method Detail

      • getComparisonColumnClass

        Class getComparisonColumnClass​(int columnIndex)
        Returns the class type of the column that is used for comparisons.
        Parameters:
        columnIndex - the column to get the class for
        Returns:
        the class for the column
      • getComparisonValueAt

        Object getComparisonValueAt​(int row,
                                    int column)
        Returns the field at the given position.
        Parameters:
        row - the row
        column - the column (ignored, since only 1 column)
        Returns:
        the field