|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.internal.dtree.AbstractDataTreeNode
org.eclipse.core.internal.dtree.DeletedNode
public class DeletedNode
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 |
---|
public java.lang.String toString()
toString
in class AbstractDataTreeNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |