com.limegroup.gnutella.gui
Class GroupNode
java.lang.Object
com.limegroup.gnutella.gui.GroupNode
- public class GroupNode
- extends java.lang.Object
GroupNode is a Group with a descrition and children.
Constructor Summary |
GroupNode(java.lang.String group,
java.lang.String description,
java.lang.Object[] children)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
GroupNode
public GroupNode(java.lang.String group,
java.lang.String description,
java.lang.Object[] children)
toString
public java.lang.String toString()
- Returns the the string to be used to display this leaf in the JTree.
getGroup
public java.lang.String getGroup()
getDescription
public java.lang.String getDescription()
isForcedNonLeaf
public boolean isForcedNonLeaf()
getChildren
protected java.lang.Object[] getChildren()
- returns the saved children.