model.removeNodeFromParent(this);
handled = true;
}
else if (root instanceof ListView) {
ListView lv = (ListView)root;
lv.removeNode(this);
this.removeFromParent();
handled = true;
}
else if (root instanceof OutlineField) {
DefaultTreeModel model = (DefaultTreeModel)(((OutlineField)root).getModel());