public interface ItemRemovable
TableModel's implementation if it supports removal of items. This will allow using
utility methods to remove items from the table.| Modifier and Type | Method and Description |
|---|---|
void |
removeRow(int idx)
Remove row with index
idx and fire DELETE event (e.g. |