Uses of Interface
edu.ucla.stat.SOCR.util.tablemodels.RowFilter

Packages that use RowFilter
edu.ucla.stat.SOCR.util.tablemodels   
 

Uses of RowFilter in edu.ucla.stat.SOCR.util.tablemodels
 

Methods in edu.ucla.stat.SOCR.util.tablemodels that return RowFilter
 RowFilter FilteredTableModel.getRowFilter()
          Returns RowFilter used to filter table rows.
 

Methods in edu.ucla.stat.SOCR.util.tablemodels with parameters of type RowFilter
 void FilteredTableModel.setRowFilter(RowFilter rowFilter)
          Sets RowFilter used to filter table rows.