Holger's
Java API

Uses of Class
com.antelmann.util.table.SortableTableModel

Packages that use SortableTableModel
com.antelmann.util.table This package provides useful additions to TableModels and contains classes to ease development with Swing tables. 
 

Uses of SortableTableModel in com.antelmann.util.table
 

Methods in com.antelmann.util.table that return SortableTableModel
 SortableTableModel JFilteredTableComponent.getSortableTableModel()
          this model is the model of the table; it embeds the FilteredTableModel
static SortableTableModel TableUtils.makeSortable(JTable table, Comparator<?>... comp)
           
static SortableTableModel TableUtils.makeSortable(JTable table, List<Comparator<?>> comp)
          wraps the TableModel with a SortableTableModel, replaces the model of the table with the same and registers a MouseListener on the table header to support sorting.
 



(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads