if (!(getNodeModel(node) instanceof NamedObjNodeModel)) {
return;
}
NamedObjNodeModel model = (NamedObjNodeModel) getNodeModel(node);
model.removeNode(eventSource, node);
}
// FIXME: The following methods are probably inappropriate.
// They make it impossible to have customized models for
// particular links or icons. getLinkModel() and