|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.internal.dtree.AbstractDataTreeNode
public abstract class AbstractDataTreeNode
This class and its subclasses are used to represent nodes of AbstractDataTrees. Refer to the DataTree API comments for more details.
AbstractDataTree
Field Summary | |
---|---|
static int |
T_COMPLETE_NODE
|
static int |
T_DELETED_NODE
|
static int |
T_DELTA_NODE
|
static int |
T_NO_DATA_DELTA_NODE
|
Method Summary | |
---|---|
AbstractDataTreeNode[] |
getChildren()
Returns an array of the node's children |
java.lang.String |
getName()
return the name of the node |
void |
storeStrings(StringPool set)
|
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 |
Field Detail |
---|
public static final int T_COMPLETE_NODE
public static final int T_DELTA_NODE
public static final int T_DELETED_NODE
public static final int T_NO_DATA_DELTA_NODE
Method Detail |
---|
public AbstractDataTreeNode[] getChildren()
public java.lang.String getName()
public void storeStrings(StringPool set)
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |