net.sf.taverna.perspectives
Class PerspectiveRegistry

java.lang.Object
  extended by org.embl.ebi.escience.utils.TavernaSPIRegistry<PerspectiveSPI>
      extended by net.sf.taverna.perspectives.PerspectiveRegistry

public class PerspectiveRegistry
extends TavernaSPIRegistry<PerspectiveSPI>

SPI registry responsible for finding PerspectiveSPI's which define a UI perspective

Author:
Stuart Owen

Method Summary
static PerspectiveRegistry getInstance()
           
 java.util.List<PerspectiveSPI> getPerspectives()
          Returns a list of the discovered Perspectives, sorted by increasing positionHint
 
Methods inherited from class org.embl.ebi.escience.utils.TavernaSPIRegistry
addRegistryListener, getRepository, setRepository
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static PerspectiveRegistry getInstance()

getPerspectives

public java.util.List<PerspectiveSPI> getPerspectives()
Returns a list of the discovered Perspectives, sorted by increasing positionHint

Returns: