com.limegroup.gnutella.gui
Class GroupNode

java.lang.Object
  extended bycom.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)
           
 
Method Summary
protected  java.lang.Object[] getChildren()
          returns the saved children.
 java.lang.String getDescription()
           
 java.lang.String getGroup()
           
 boolean isForcedNonLeaf()
           
 java.lang.String toString()
          Returns the the string to be used to display this leaf in the JTree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupNode

public GroupNode(java.lang.String group,
                 java.lang.String description,
                 java.lang.Object[] children)
Method Detail

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.