11791180118111821183118411851186118711881189
*/ public boolean remove() { INode parent = getParent(); if (parent != null) { try { parent.removeNode(this); } catch (Exception x) { // couldn't remove from parent. Log and continue getApp().logError("Couldn't remove node from parent: " + x); } }