Uses of Class
net.sf.taverna.zaria.ZBasePane

Packages that use ZBasePane
net.sf.taverna.zaria   
org.embl.ebi.escience.scuflui.workbench   
 

Uses of ZBasePane in net.sf.taverna.zaria
 

Methods in net.sf.taverna.zaria that return ZBasePane
 ZBasePane ZPane.getRoot()
          Traverse up the component heirarchy until we find an instance of ZBasePane
 ZBasePane ZTreeNode.getRoot()
          Get the ZBasePane at the root of the component heirarchy or null if there isn't one (there will be for all cases where the component is visible)
 

Uses of ZBasePane in org.embl.ebi.escience.scuflui.workbench
 

Subclasses of ZBasePane in org.embl.ebi.escience.scuflui.workbench
 class WorkbenchZBasePane
          The default ZBasePane used within the taverna Workbench
 

Constructors in org.embl.ebi.escience.scuflui.workbench with parameters of type ZBasePane
WorkbenchPerspectives(ZBasePane basePane, javax.swing.JToolBar toolBar)