Holger's
Java API

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

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

Uses of TableRow in com.antelmann.util.table
 

Methods in com.antelmann.util.table that return TableRow
 TableRow JFilteredTableComponent.getRelevantValue()
           
 

Methods in com.antelmann.util.table that return types with arguments of type TableRow
 Filter<? super TableRow> FilteredTableModel.getFilter()
          filter may be null
 List<TableRow> JFilteredTableComponent.getRelevantList()
          returns the currently selected rows
 

Methods in com.antelmann.util.table with parameters of type TableRow
 boolean SimpleTableRowFilter.accept(TableRow row)
           
protected  boolean SimpleTableRowFilter.containsPattern(TableRow row, String pattern)
           
 

Method parameters in com.antelmann.util.table with type arguments of type TableRow
 void FilteredTableModel.setFilter(Filter<? super TableRow> filter)
          this method must also be called whenever the filter itself changes its behaviour; the filter itself may be null
 

Constructor parameters in com.antelmann.util.table with type arguments of type TableRow
FilteredTableModel(TableModel model, Filter<? super TableRow> filter)
           
 



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