| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.datatools.connectivity.ui.templates.TreeObject
org.eclipse.datatools.connectivity.ui.templates.TreeParent
public class TreeParent
Specialized tree object that has children
| Constructor Summary | |
|---|---|
| TreeParent() | |
| Method Summary | |
|---|---|
|  void | addChild(TreeObject tobj)Adds a child | 
|  java.util.ArrayList | getChildren()Getter for children | 
|  java.lang.Object[] | getChildrenArray()Getter for children as array | 
|  boolean | removeChild(TreeObject tobj)Removes a child | 
| Methods inherited from class org.eclipse.datatools.connectivity.ui.templates.TreeObject | 
|---|
| getName, getParent, getValue, setName, setParent, setValue | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TreeParent()
| Method Detail | 
|---|
public java.util.ArrayList getChildren()
public java.lang.Object[] getChildrenArray()
public void addChild(TreeObject tobj)
public boolean removeChild(TreeObject tobj)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||