org.globus.cog.gui.grapheditor.targets.swing
Class ActionTree

java.lang.Object
  extended by org.globus.cog.gui.grapheditor.targets.swing.ActionTree

public class ActionTree
extends Object


Field Summary
 int rank
           
 
Constructor Summary
ActionTree()
           
ActionTree(String name, int rank, CanvasAction menuItem)
           
 
Method Summary
 void addBranch(RankedName rn)
           
 void addBranch(RankedName rn, int start)
           
 void buildMenu(JComponent menu, Map itemMap, ActionListener l)
           
 void buildMenu(JComponent menu, Map itemMap, ActionListener l, ButtonGroup group)
           
 void buildMenu(JComponent menu, Map itemMap, ActionListener l, ButtonGroup group, boolean icons)
           
 void buildToolBar(Container toolBar, HashMap itemMap, ActionListener l, ButtonGroup grp)
           
 ActionTree findNamed(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rank

public int rank
Constructor Detail

ActionTree

public ActionTree()

ActionTree

public ActionTree(String name,
                  int rank,
                  CanvasAction menuItem)
Method Detail

addBranch

public void addBranch(RankedName rn)

addBranch

public void addBranch(RankedName rn,
                      int start)

buildMenu

public void buildMenu(JComponent menu,
                      Map itemMap,
                      ActionListener l)

buildMenu

public void buildMenu(JComponent menu,
                      Map itemMap,
                      ActionListener l,
                      ButtonGroup group)

buildMenu

public void buildMenu(JComponent menu,
                      Map itemMap,
                      ActionListener l,
                      ButtonGroup group,
                      boolean icons)

buildToolBar

public void buildToolBar(Container toolBar,
                         HashMap itemMap,
                         ActionListener l,
                         ButtonGroup grp)

findNamed

public ActionTree findNamed(String name)