uk.co.petertribble.pkgview
Class ClusterTree

java.lang.Object
  extended by uk.co.petertribble.pkgview.ClusterTree

public class ClusterTree
extends java.lang.Object


Constructor Summary
ClusterTree(javax.swing.tree.DefaultMutableTreeNode topmenu, ClusterToc ctoc)
          Create a tree from a clustertoc file and add it to the parent node
ClusterTree(javax.swing.tree.DefaultMutableTreeNode topmenu, ClusterToc ctoc, java.lang.String cluster)
          Create a tree from a clustertoc file and add it to the parent node
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterTree

public ClusterTree(javax.swing.tree.DefaultMutableTreeNode topmenu,
                   ClusterToc ctoc)
Create a tree from a clustertoc file and add it to the parent node

Parameters:
topmenu - A tree node to attach the tree to
ctoc - A parsed cluster table of contents

ClusterTree

public ClusterTree(javax.swing.tree.DefaultMutableTreeNode topmenu,
                   ClusterToc ctoc,
                   java.lang.String cluster)
Create a tree from a clustertoc file and add it to the parent node

Parameters:
topmenu - A tree node to attach the tree to
ctoc - A parsed cluster table of contents
cluster - The top-level metacluster to show