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

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

Uses of ZPane in net.sf.taverna.zaria
 

Subclasses of ZPane in net.sf.taverna.zaria
 class ZBasePane
          A base ZPane implementation, this is always the root of the ZTreeNode heirarchy (or should be for sane uses).
 class ZBlankComponent
          The blank component used when there isn't anything else, contains actions to create the other components (which will therefore be created empty by default).
 class ZRavenComponent
           
 class ZSplitPane
          ZPane manifesting a split panel design where each sub-panel is itself a ZPane
 class ZTabbedPane
          ZPane implementation which holds its children within a tabbed pane container.
 

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

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