Uses of Interface
org.embl.ebi.escience.scuflui.spi.WorkflowModelViewSPI

Packages that use WorkflowModelViewSPI
net.sourceforge.taverna.scuflworkers.bsf Provides LocalWorkers capable of handling scripts written in any Bean Scripting Framework language. 
nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor   
nl.utwente.ewi.hmi.taverna.scuflworkers.rshell   
org.embl.ebi.escience.scuflui Provides Java Swing components that show or allow manipulation of subsets of the ScuflModel state. 
org.embl.ebi.escience.scuflui.graph   
org.embl.ebi.escience.scuflui.treeview   
org.embl.ebi.escience.scuflui.workbench   
 

Uses of WorkflowModelViewSPI in net.sourceforge.taverna.scuflworkers.bsf
 

Classes in net.sourceforge.taverna.scuflworkers.bsf that implement WorkflowModelViewSPI
 class BSFConfigPanel
          A JPanel that can configure the beanshell processor type Last edited by: $Author: sowen70 $
 

Uses of WorkflowModelViewSPI in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor
 

Classes in nl.utwente.ewi.hmi.taverna.scuflworkers.abstractprocessor that implement WorkflowModelViewSPI
 class APConfigPanel
          The configuration panel for abstract processors
 

Uses of WorkflowModelViewSPI in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell
 

Classes in nl.utwente.ewi.hmi.taverna.scuflworkers.rshell that implement WorkflowModelViewSPI
 class RshellConfigPanel
          A JPanel that can configure the Rserv processor type.
 

Uses of WorkflowModelViewSPI in org.embl.ebi.escience.scuflui
 

Classes in org.embl.ebi.escience.scuflui that implement WorkflowModelViewSPI
 class AdvancedModelExplorer
          An amalgam of the ScuflModelExplorerTreeTable and the IterationStrategyControl panels linked such that selection of a Processor node in the model explorer leads to context sensitive options appearing in a properties tab.
 class BlankScavengerTreePanel
          A trivial subclass of the scavenger panel which starts off blank
 class DotTextArea
          A swing component that provides a textual dot representation corresponding to a given ScuflModel instance
 class ScavengerTreePanel
          Wraps a ScavengerTree to provide a toolbar including a search by regular expression within the tree option.
 class ScuflDiagramPanel
          Wraps a ScuflDiagram up in a JScrollPane and provides a toolbar to alter port display, type display and allow save to disk of the current diagram view in dot, svg or png formats.
 class ScuflModelTreeTableContrib
          This class Last edited by $Author: mereden $
 class ScuflSVGDiagram
          An SVG based version of the ScuflDiagram
 class WorkflowInputMapBuilder
          Panel to construct the input for a workflow.
 class XScuflTextArea
          A swing component that provides a textual view of the xscufl corresponding to a given ScuflModel instance
 class XScuflTree
          A swing component which provides an XML tree view of the ScuflModel instance it is bound to
 

Uses of WorkflowModelViewSPI in org.embl.ebi.escience.scuflui.graph
 

Classes in org.embl.ebi.escience.scuflui.graph that implement WorkflowModelViewSPI
 class WorkflowEditor
           
 

Uses of WorkflowModelViewSPI in org.embl.ebi.escience.scuflui.treeview
 

Classes in org.embl.ebi.escience.scuflui.treeview that implement WorkflowModelViewSPI
 class ScuflModelExplorer
          A swing component that provides an expandable tree view of the constituent components of a ScuflModel instance.
 class ScuflModelTreeTable
          A swing component that provides an expandable tree view of the constituent components of a ScuflModel instance.
 

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

Classes in org.embl.ebi.escience.scuflui.workbench that implement WorkflowModelViewSPI
 class DefaultScavengerTree
          A JTree subclass showing available processors from some set of external libraries or searches.
 

Methods in org.embl.ebi.escience.scuflui.workbench that return types with arguments of type WorkflowModelViewSPI
 java.util.List<WorkflowModelViewSPI> Workbench.getWorkflowViews()