public interface ClearableTableModel
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClearableTableModel.ClearType
Enumeration specifying which types of records should be cleared when deleteAllRows is called.
|
| Modifier and Type | Method and Description |
|---|---|
int |
deleteAllRows(ClearableTableModel.ClearType clearType)
Delete all rows from this table.
|
int deleteAllRows(ClearableTableModel.ClearType clearType)
clearType - type of rows to be deleted