// Get the node we refer to
AbstractNode objectNode = currentNode.getObjectNode();
// Make the collection node remove the element
newCurrentNode = cdn.removeNode(objectNode);
firePropertyBrowserEvent(new PropertyBrowserEvent(PropertyBrowserEvent.ELEMENT_DELETED, this, objectNode));
}
if (saveImmediately)