((OutlineField)this._component).getModel().removeNodeFromParent(kid);
}
else if (this._component instanceof JTree) {
DefaultTreeModel tm = ((TreeViewModel) ((JTree) this._component).getModel());
if (kid.getParent() != null)
tm.removeNodeFromParent(kid);
}
else if (this._component instanceof JTable) {
}
else if (this._component instanceof JListView) {