org.embl.ebi.escience.scuflworkers.web
Interface WebScavengerHelper

All Known Implementing Classes:
WebScavengerHelperImpl

public interface WebScavengerHelper

An interface to specifically identify the WebScavengerHelper. This is need to distinguish it from the other scavenger helpers so that is placement in the menu can be controlled, and because WebScavenger requires ScavengerTree in its constructor meaning that it needs this information passing to getDefaults.

Author:
Stuart Owen

Method Summary
 java.util.Set<Scavenger> getDefaults(javax.swing.tree.DefaultTreeModel tree)
          The same as getDefaults in ScavengerHelper, except that ScavengerTree is required to construct the WebScavengers.
 

Method Detail

getDefaults

java.util.Set<Scavenger> getDefaults(javax.swing.tree.DefaultTreeModel tree)
The same as getDefaults in ScavengerHelper, except that ScavengerTree is required to construct the WebScavengers.

Parameters:
tree -
Returns: