Class TableSortingContext<T>

java.lang.Object
docking.widgets.table.TableSortingContext<T>

public class TableSortingContext<T> extends Object
  • Constructor Details

  • Method Details

    • getComparator

      public Comparator<T> getComparator()
    • getSortState

      public TableSortState getSortState()
    • isUnsorted

      public boolean isUnsorted()
      Returns true if there are no columns marked as sorted, which represents a 'no sort' state
      Returns:
      true if there are no columns sorted
    • isReverseOf

      public boolean isReverseOf(TableSortingContext<T> otherContext)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object