uk.ac.mrc.hgmp.embreo
Class EmbreoGroupTree

java.lang.Object
  |
  +--uk.ac.mrc.hgmp.embreo.EmbreoGroupTree

public class EmbreoGroupTree
extends java.lang.Object


Constructor Summary
EmbreoGroupTree(javax.swing.tree.DefaultMutableTreeNode topmenu, EmbreoGroupList glist)
          Create a tree from a group list and add it to the parent node
EmbreoGroupTree(javax.swing.tree.DefaultMutableTreeNode topmenu, EmbreoGroupList glist, EmbreoAppList applist)
          Create a tree from a group list and add it to the parent node
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbreoGroupTree

public EmbreoGroupTree(javax.swing.tree.DefaultMutableTreeNode topmenu,
                       EmbreoGroupList glist)
Create a tree from a group list and add it to the parent node

Parameters:
topmenu - A tree node to attach the tree to
glist - A grouped list of options

EmbreoGroupTree

public EmbreoGroupTree(javax.swing.tree.DefaultMutableTreeNode topmenu,
                       EmbreoGroupList glist,
                       EmbreoAppList applist)
Create a tree from a group list and add it to the parent node

Parameters:
topmenu - A tree node to attach the tree to
glist - A grouped list of options
applist - Alphabetical list of options, used to supply tooltips