Uses of Package
net.sf.taverna.zaria

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

Classes in net.sf.taverna.zaria used by net.sf.taverna.zaria
ZBasePane
          A base ZPane implementation, this is always the root of the ZTreeNode heirarchy (or should be for sane uses).
ZPane
          Abstract superclass of all Zaria node components, extends JComponent and adds basic tree traversal functionality.
ZRavenComponent
           
ZTreeNode
          Tree structure over a nested set of Zaria components, yes, this is almost an exact duplicate of TreeNode but as ZPane is a subclass of JComponent we can't have a getParent method (JComponent already contains this) so, annoyingly, we have to invent a duplicate interface avoiding the name collisions.
 

Classes in net.sf.taverna.zaria used by org.embl.ebi.escience.scuflui.workbench
ZBasePane
          A base ZPane implementation, this is always the root of the ZTreeNode heirarchy (or should be for sane uses).
ZPane
          Abstract superclass of all Zaria node components, extends JComponent and adds basic tree traversal functionality.
ZTreeNode
          Tree structure over a nested set of Zaria components, yes, this is almost an exact duplicate of TreeNode but as ZPane is a subclass of JComponent we can't have a getParent method (JComponent already contains this) so, annoyingly, we have to invent a duplicate interface avoiding the name collisions.