Uses of Class
de.kupzog.ktable.KTableSortComparator

Packages that use KTableSortComparator
de.kupzog.examples   
de.kupzog.ktable   
 

Uses of KTableSortComparator in de.kupzog.examples
 

Subclasses of KTableSortComparator in de.kupzog.examples
 class SortComparatorExample
           
 

Uses of KTableSortComparator in de.kupzog.ktable
 

Methods in de.kupzog.ktable with parameters of type KTableSortComparator
 void KTableSortedModel.sort(KTableSortComparator comparator)
          Sorts the model elements so that the retrieval methods by index (e.g. of type method(int col, int row)) return the content ordered in the given direction.
 

Constructors in de.kupzog.ktable with parameters of type KTableSortComparator
KTableSortOnClick(KTable table, KTableSortComparator comparator)