// throw new InternalErrorCDE("invalid state");
return; // happens when no allfeat is set
allFeatItem.setText(column, "");
String otherCol = allFeatItem.getText((column == INPUT_COL) ? OUTPUT_COL : INPUT_COL);
if (null == otherCol || "".equals(otherCol))
allFeatItem.dispose();
}
private void handleEdit(TableTreeItem editItem, int itemKind) {
Capability c = getCapability(editItem);
switch (itemKind) {