Class SimpleRowFilter

java.lang.Object
javax.swing.RowFilter
rma.swing.table.SimpleRowFilter

public class SimpleRowFilter extends RowFilter
  • Constructor Details

    • SimpleRowFilter

      public SimpleRowFilter(String filter, int col)
      Parameters:
      filter - the text to filter on
      col - the column to filter. -1 to filter on any column
  • Method Details