Uses of Class
de.kupzog.ktable.KTableSortedModel

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

Uses of KTableSortedModel in de.kupzog.examples
 

Subclasses of KTableSortedModel in de.kupzog.examples
 class SortableModelExample
          Shows how to create a table model that allows sorting the table!
 

Constructors in de.kupzog.examples with parameters of type KTableSortedModel
SortComparatorExample(KTableSortedModel model, int columnIndex, int direction)
           
 

Uses of KTableSortedModel in de.kupzog.ktable
 

Methods in de.kupzog.ktable that return KTableSortedModel
 KTableSortedModel KTableSortComparator.getModel()
           
 

Methods in de.kupzog.ktable with parameters of type KTableSortedModel
 void KTableSortComparator.setModel(KTableSortedModel model)
          Sets the tablemodel to work on.
 

Constructors in de.kupzog.ktable with parameters of type KTableSortedModel
KTableSortComparator(KTableSortedModel model, int columnIndex, int direction)
          Creates a new comparator on the given KTableSortedModel.