Uses of Interface
de.jaret.util.ui.table.model.IRowSorter

Packages that use IRowSorter
de.jaret.util.ui.table This package contains a flexible custom drawn table widget. 
de.jaret.util.ui.table.model This package contains the model and model listeners for the jaret table. 
 

Uses of IRowSorter in de.jaret.util.ui.table
 

Classes in de.jaret.util.ui.table that implement IRowSorter
 class JaretTable.RowComparator
          Comparator based on the sorting settings of the columns.
 

Fields in de.jaret.util.ui.table declared as IRowSorter
protected  IRowSorter JaretTable._rowSorter
          row sorter.
 

Methods in de.jaret.util.ui.table that return IRowSorter
 IRowSorter JaretTable.getRowSorter()
           
 

Methods in de.jaret.util.ui.table with parameters of type IRowSorter
 void JaretTable.setRowSorter(IRowSorter rowSorter)
          Set a row sorter.
 

Uses of IRowSorter in de.jaret.util.ui.table.model
 

Classes in de.jaret.util.ui.table.model that implement IRowSorter
 class AbstractRowSorter
          Abstract RowSorter base for easy creating of anonymous inner classes.
 



Copyright © 2012. All Rights Reserved.