Home about services products contact login
   com.smardec.asc

Advanced Swing Components

  animatepanel
  autocomplete
  dropdown
  filechooser
  fontchooser
  gradient
  hyperlink
  outlookpanel
  outlookpanel.renderers
  quick
  rotate
  sliderpanel
  spantable
  splashscreen
  statusbar
  table
  table.renderers
  table.wrappers
  tree
  treetable
  util
  xmlbars
  xmlbars.menubar
  xmlbars.toolbar
  xmlbars.toolbar.layouts
com.smardec.asc.table
Interface RowFilter


public interface RowFilter

A filter function used for filtering table rows.


Method Summary
boolean exclude(int row, javax.swing.table.TableModel tableModel)
Filters table rows.

Method Detail
exclude

public boolean exclude(int row,
                       javax.swing.table.TableModel tableModel)
Filters table rows. Returns true if the row should be excluded, false otherwise.

Parameters:
row - row to check
tableModel - table's model
Returns:
true if the row should be excluded, false otherwise.
Home about services products contact login