org.glite.gpbox.gui.tree
Class Element
java.lang.Object
org.glite.gpbox.gui.tree.Element
- public class Element
- extends java.lang.Object
Constructor Summary |
Element(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Element
public Element(java.lang.String name)
linkFamily
public static void linkFamily(Element pa,
Element[] kids)
- Link together all members of a family.
- Parameters:
pa
- the fatherkids
- the children
toString
public java.lang.String toString()
getName
public java.lang.String getName()
getFather
public Element getFather()
getChildCount
public int getChildCount()
getChildAt
public Element getChildAt(int i)
getIndexOfChild
public int getIndexOfChild(Element kid)