Interface SortedTableModel

    • Field Detail

      • DEFAULT_COMPARATOR

        static final java.util.Comparator<java.lang.Object> DEFAULT_COMPARATOR
      • ASCENDING_ORDER

        static final boolean ASCENDING_ORDER
        Sort order in ascending order.
        See Also:
        Constant Field Values
      • DESCENDING_ORDER

        static final boolean DESCENDING_ORDER
        Sort order in descending order.
        See Also:
        Constant Field Values
    • Method Detail

      • isSortable

        boolean isSortable​(int columnIndex)
        Returns true if the specified columnIndex is sortable.
        Parameters:
        columnIndex - the column index
        Returns:
        true if the specified columnIndex is sortable
      • getPrimarySortColumnIndex

        int getPrimarySortColumnIndex()
      • setTableSortState

        void setTableSortState​(TableSortState tableSortState)
      • addSortListener

        void addSortListener​(SortListener l)
        Adds a listener to be notified when the sort state of this model changes.
        Note: the listener may be stored in a weak collection, which means you have to maintain a handle to the listener so that it does not get garbage collected.
        Parameters:
        l - the listener