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

Packages that use UIComponentSPI
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.biomoby.client.taverna.plugin   
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.shared   
org.embl.ebi.escience.scuflui.spi   
org.embl.ebi.escience.scuflui.treeview   
org.embl.ebi.escience.scuflui.workbench   
org.embl.ebi.escience.scuflworkers.beanshell   
org.embl.ebi.escience.scuflworkers.biomart   
org.embl.ebi.escience.scuflworkers.rserv   
org.embl.ebi.escience.scuflworkers.soaplab   
 

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

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

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

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

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

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

Uses of UIComponentSPI in org.biomoby.client.taverna.plugin
 

Classes in org.biomoby.client.taverna.plugin that implement UIComponentSPI
 class MobyPanel
           
 class SimpleActionFrame
          This class contains some methods that are useful in creating a consistent JPanel for displaying information or actions for biomoby services and datatypes.
 

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

Classes in org.embl.ebi.escience.scuflui that implement UIComponentSPI
 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 EnactorEventMonitor
          Prints events from the enactor as they occur, to be used for debugging.
 class EnactorInvocation
          Panel for displayed progress and ultimately the results when enacting a workflow.
 class IterationStrategyEditor
           
 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 ScuflSemanticMarkupEditor
          A JPanel that allows editing of the semantic markup object passed into its constructor.
 class ScuflSVGDiagram
          An SVG based version of the ScuflDiagram
 class TemplateEditor
          An editor for the AnnotationTemplate objects associated with a given Processor instance
 class WorkflowInputMapBuilder
          Panel to construct the input for a workflow.
 class WorkflowInstanceContainer
          Holds a set of named workflow instances pushed into it from the implementation of the UIUtils model listener.
 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
 

Methods in org.embl.ebi.escience.scuflui that return UIComponentSPI
 UIComponentSPI ScuflDiagramPanelFactory.getComponent()
           
 UIComponentSPI XScuflTreeFactory.getComponent()
           
 UIComponentSPI WorkflowInstanceContainerFactory.getComponent()
           
 UIComponentSPI ScuflSVGDiagramFactory.getComponent()
           
 UIComponentSPI ScavengerTreePanelFactory.getComponent()
           
 UIComponentSPI IterationStrategyEditorFactory.getComponent()
           
 UIComponentSPI DotTextAreaFactory.getComponent()
           
 UIComponentSPI XScuflTextAreaFactory.getComponent()
           
 UIComponentSPI WorkflowInputPanelFactory.getComponent()
           
 UIComponentSPI EnactorEventMonitorFactory.getComponent()
           
 UIComponentSPI AdvancedModelExplorerFactory.getComponent()
           
 UIComponentSPI TemplateEditorFactory.getComponent()
           
 

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

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

Methods in org.embl.ebi.escience.scuflui.graph that return UIComponentSPI
 UIComponentSPI WorkflowEditorFactory.getComponent()
           
 

Uses of UIComponentSPI in org.embl.ebi.escience.scuflui.shared
 

Methods in org.embl.ebi.escience.scuflui.shared with parameters of type UIComponentSPI
static void UIUtils.createFrame(ScuflModel targetModel, UIComponentSPI targetComponent, int posX, int posY, int sizeX, int sizeY)
          Create a top level window using the configured default frame creator.
 void UIUtils.FrameCreator.createFrame(ScuflModel targetModel, UIComponentSPI targetComponent, int posX, int posY, int sizeX, int sizeY)
           
 

Uses of UIComponentSPI in org.embl.ebi.escience.scuflui.spi
 

Subinterfaces of UIComponentSPI in org.embl.ebi.escience.scuflui.spi
 interface ProcessorViewSPI
          Interface for classes which should be notified about changes to the current active processor object within the workbench UI
 interface SemanticMarkupViewSPI
          View and or Control over a SemanticMarkup model object
 interface WorkflowInstanceSetViewSPI
          Implementors present a view over a set of workflow instance models, creating appropriate progress and result displays.
 interface WorkflowModelViewSPI
          Interface for classes which should be notified about changes to the current active workflow model (ModelMap.CURRENT_WORKFLOW) object within the workbench UI
 

Methods in org.embl.ebi.escience.scuflui.spi that return UIComponentSPI
 UIComponentSPI UIComponentFactorySPI.getComponent()
          Construct a JComponent from this factory, cast as a UIComponent but must also implement JComponent (if anyone knows how to define this sensibly I'm all ears...)
 

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

Classes in org.embl.ebi.escience.scuflui.treeview that implement UIComponentSPI
 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 UIComponentSPI in org.embl.ebi.escience.scuflui.workbench
 

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

Uses of UIComponentSPI in org.embl.ebi.escience.scuflworkers.beanshell
 

Classes in org.embl.ebi.escience.scuflworkers.beanshell that implement UIComponentSPI
 class BeanshellConfigPanel
          A JPanel that can configure the beanshell processor type
 

Uses of UIComponentSPI in org.embl.ebi.escience.scuflworkers.biomart
 

Classes in org.embl.ebi.escience.scuflworkers.biomart that implement UIComponentSPI
 class BiomartConfigPanel
          A panel containing a the Biomart configuration UI.
 

Uses of UIComponentSPI in org.embl.ebi.escience.scuflworkers.rserv
 

Classes in org.embl.ebi.escience.scuflworkers.rserv that implement UIComponentSPI
 class RservConfigPanel
          A JPanel that can configure the Rserv processor type.
 

Uses of UIComponentSPI in org.embl.ebi.escience.scuflworkers.soaplab
 

Classes in org.embl.ebi.escience.scuflworkers.soaplab that implement UIComponentSPI
 class PollingPropertiesEditor.PollingPropertiesPanel