m_lastEntry = ntte;
ntte.setListener(this);
}
});
table.addActionHandler(new Action.Handler() {
final Action[] delete = new Action[] { new Action("delete") };
public void handleAction(Action action, Object sender, Object target) {
idToKey.remove(target).removeFrom(table);
}