Home / Development / Documentation / 2.0.44 / Uses of Class info.bioinfweb.treegraph.gui.mainframe.ToolBarPanel.ToolBarOrientation
TreeGraph 2
 


Uses of Class
info.bioinfweb.treegraph.gui.mainframe.ToolBarPanel.ToolBarOrientation

Packages that use ToolBarPanel.ToolBarOrientation
info.bioinfweb.treegraph.gui.mainframe Contains all classes directly related to the main frame. 
 

Uses of ToolBarPanel.ToolBarOrientation in info.bioinfweb.treegraph.gui.mainframe
 

Fields in info.bioinfweb.treegraph.gui.mainframe declared as ToolBarPanel.ToolBarOrientation
private  ToolBarPanel.ToolBarOrientation ToolBarPanel.orientation
           
 

Methods in info.bioinfweb.treegraph.gui.mainframe that return ToolBarPanel.ToolBarOrientation
 ToolBarPanel.ToolBarOrientation ToolBarPanel.getOrientation()
           
static ToolBarPanel.ToolBarOrientation ToolBarPanel.ToolBarOrientation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToolBarPanel.ToolBarOrientation[] ToolBarPanel.ToolBarOrientation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in info.bioinfweb.treegraph.gui.mainframe with parameters of type ToolBarPanel.ToolBarOrientation
 void ToolBarPanel.setOrientation(ToolBarPanel.ToolBarOrientation alignment)