org.eclipse.core.internal.dtree
Class DataDeltaNode

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

public class DataDeltaNode
extends DataTreeNode

A DataDeltaNode contains information that represents the differences between itself and a node in another tree. Refer to the DeltaDataTree API and comments for details.

See Also:
DeltaDataTree

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()
          Returns a unicode representation of the node.
 
Methods inherited from class org.eclipse.core.internal.dtree.DataTreeNode
getData, storeStrings
 
Methods inherited from class org.eclipse.core.internal.dtree.AbstractDataTreeNode
getChildren, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

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

Overrides:
toString in class DataTreeNode