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.
|
default java.lang.String |
getRecordTypeTag()
Get a tag that can be given to the
Localizer to return the
term for the records to be or that have been deleted. |
boolean |
tableCanContainPlayback()
Identifies whether this table can contain playback (historical) data.
|
boolean |
tableCanContainRealtime()
Identifies whether this table can contain realtime data.
|
int deleteAllRows(ClearableTableModel.ClearType clearType)
clearType
- type of rows to be deletedboolean tableCanContainRealtime()
boolean tableCanContainPlayback()
default java.lang.String getRecordTypeTag()
Localizer
to return the
term for the records to be or that have been deleted. Should translate
to a plural term, i.e., "messages" rather than "message".