org.eclipse.core.internal.dtree
Class NoDataDeltaNode
java.lang.Object
org.eclipse.core.internal.dtree.AbstractDataTreeNode
org.eclipse.core.internal.dtree.NoDataDeltaNode
public class NoDataDeltaNode
- extends AbstractDataTreeNode
A NoDataDeltaNode
is a node in a delta tree whose subtree contains
differences since the delta's parent. Refer to the DeltaDataTree
API and class comment for details.
- See Also:
DeltaDataTree
Method Summary |
java.lang.String |
toString()
Returns a unicode representation of the node. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NoDataDeltaNode
public NoDataDeltaNode(java.lang.String name)
- Creates a new empty delta.
NoDataDeltaNode
public NoDataDeltaNode(java.lang.String name,
AbstractDataTreeNode[] children)
- Creates a new data tree node
- Parameters:
name
- name of new nodechildren
- children of the new node
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 AbstractDataTreeNode