public interface FilteredTableModel extends TableModel
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(String pFilterExpression)
Filter the data with the handed regular expression.
|
void |
filterReset()
Reset any filtering.
|
int |
getAllRowsCount()
Return the number of all rows, including those that are currently
filtered.
|
void |
setFirstRowIsHeader(boolean pFirstRowIsHeader)
Sets if the first data row is treated as header information.
|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAtboolean filter(String pFilterExpression)
pFilterExpression - the regular expression we should filter our rows withvoid filterReset()
int getAllRowsCount()
void setFirstRowIsHeader(boolean pFirstRowIsHeader)
pFirstRowIsHeader - true if we should handle the first data row as
table headerCopyright © 2024 Jürgen Zeller (privat). All rights reserved.