org.eclipse.core.internal.dtree
Class DeletedNode

java.lang.Object
  extended by org.eclipse.core.internal.dtree.AbstractDataTreeNode
      extended by org.eclipse.core.internal.dtree.DeletedNode

public class DeletedNode
extends AbstractDataTreeNode

A DeletedNode represents a node that has been deleted in a DeltaDataTree. It is a node that existed in the parent tree, but no longer exists in the current delta tree. It has no children or data.


Field Summary
 
Fields inherited from class org.eclipse.core.internal.dtree.AbstractDataTreeNode
T_COMPLETE_NODE, T_DELETED_NODE, T_DELTA_NODE, T_NO_DATA_DELTA_NODE
 
Method Summary
 java.lang.String toString()
          Return a unicode representation of the node.
 
Methods inherited from class org.eclipse.core.internal.dtree.AbstractDataTreeNode
getChildren, getName, storeStrings
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public java.lang.String toString()
Return a unicode representation of the node. This method is used for debugging purposes only (no NLS please)

Overrides:
toString in class AbstractDataTreeNode