Interface TableFilter.Row

Enclosing interface:
TableFilter<T extends javax.swing.JTable>

public static interface TableFilter.Row
  • Method Summary

    Modifier and Type Method Description
    java.lang.Object getValue​(int column)  
    int getValueCount()  
  • Method Details

    • getValueCount

      int getValueCount()
    • getValue

      java.lang.Object getValue​(int column)