Package jaxx.runtime.swing.table.filter
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.ObjectgetValue(int column)intgetValueCount()
-
Method Details
-
getValueCount
int getValueCount() -
getValue
java.lang.Object getValue(int column)
-