Community
Participate
Working Groups
public void doDelete() {
IRowData row = getRow();
if (row!=null) {
dirtyBackgroundSet.remove(cursor.getRow());
tableData.deleteRow(row);
tableViewer.remove(row);
setDirty(true);