Holger's
Java API

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

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

Uses of SimpleTableRowFilter in com.antelmann.util.table
 

Methods in com.antelmann.util.table that return SimpleTableRowFilter
 SimpleTableRowFilter JTableFilterTextField.getFilter()
           
 

Methods in com.antelmann.util.table with parameters of type SimpleTableRowFilter
 void JTableFilterTextField.setFilter(SimpleTableRowFilter filter)
          allows to customize the filter
 

Constructors in com.antelmann.util.table with parameters of type SimpleTableRowFilter
JFilteredTableComponent(TableModel model, SimpleTableRowFilter filter)
           
JFilteredTableComponent(TableModel model, SimpleTableRowFilter filter, boolean immediateSearch)
           
JTableFilterTextField(FilteredTableModel model, SimpleTableRowFilter filter)
           
JTableFilterTextField(FilteredTableModel model, SimpleTableRowFilter filter, boolean immediateUpdate)
           
 



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