Package jaxx.runtime.swing.table.filter
Interface TableFilter.Row
-
- Enclosing interface:
- TableFilter<T extends JTable>
public static interface TableFilter.Row
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue(int column)intgetValueCount()
-
-
-
Method Detail
-
getValueCount
int getValueCount()
-
getValue
Object getValue(int column)
-
-