Uses of Interface
org.embl.ebi.escience.scuflui.workbench.scavenger.spi.ScavengerActionSPI

Packages that use ScavengerActionSPI
org.biomoby.client.taverna.plugin   
org.embl.ebi.escience.scuflui.workbench.scavenger.spi   
 

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

Classes in org.biomoby.client.taverna.plugin that implement ScavengerActionSPI
 class BiomobyScavengerAction
           
 

Uses of ScavengerActionSPI in org.embl.ebi.escience.scuflui.workbench.scavenger.spi
 

Methods in org.embl.ebi.escience.scuflui.workbench.scavenger.spi that return types with arguments of type ScavengerActionSPI
 java.util.List<ScavengerActionSPI> ScavengerActionRegistry.getActions(Scavenger scavenger)
          returns all ScavengerActionSPI's that can handle the specified Scavenger type.