org.ocopomo.wizards
Class TreeParent
java.lang.Object
org.ocopomo.wizards.TreeObject
org.ocopomo.wizards.TreeParent
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable
- Direct Known Subclasses:
- TreeVersionedParent
public class TreeParent
- extends TreeObject
Constructor Summary |
TreeParent(java.lang.String name)
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
TreeParent
public TreeParent(java.lang.String name)
addChild
public void addChild(TreeObject child)
removeChild
public void removeChild(TreeObject child)
getChildren
public TreeObject[] getChildren()
hasChildren
public boolean hasChildren()
hashCode
public int hashCode()
- Overrides:
hashCode
in class TreeObject
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class TreeObject