org.mftech.dawn.runtime.client.diagram.actions.util
Class TreeParent
java.lang.Object
org.mftech.dawn.runtime.client.diagram.actions.util.TreeObject
org.mftech.dawn.runtime.client.diagram.actions.util.TreeParent
- All Implemented Interfaces:
- org.eclipse.core.runtime.IAdaptable
public class TreeParent
- extends TreeObject
|
Constructor Summary |
TreeParent(java.lang.String name,
java.lang.Object obj)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TreeParent
public TreeParent(java.lang.String name,
java.lang.Object obj)
- Parameters:
name - obj -
addChild
public void addChild(TreeObject child)
- Parameters:
child -
removeChild
public void removeChild(TreeObject child)
- Parameters:
child -
getChildren
public TreeObject[] getChildren()
- Returns:
hasChildren
public boolean hasChildren()
- Returns:
toString
public java.lang.String toString()
- Overrides:
toString in class TreeObject