Uses of Interface
org.pentaho.di.ui.spoon.SpoonPerspective

Packages that use SpoonPerspective
org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. 
 

Uses of SpoonPerspective in org.pentaho.di.ui.spoon
 

Classes in org.pentaho.di.ui.spoon that implement SpoonPerspective
 class MainSpoonPerspective
           
 

Methods in org.pentaho.di.ui.spoon that return SpoonPerspective
 SpoonPerspective SpoonPerspectiveManager.getActivePerspective()
          Returns the current active perspective.
 SpoonPerspective SpoonPluginInterface.getPerspective()
          Provides an optional SpoonPerspective.
 

Methods in org.pentaho.di.ui.spoon that return types with arguments of type SpoonPerspective
 List<SpoonPerspective> SpoonPerspectiveManager.getPerspectives()
          Returns an unmodifiable List of perspectives in no set order.
 

Methods in org.pentaho.di.ui.spoon with parameters of type SpoonPerspective
 void SpoonPerspectiveManager.addPerspective(SpoonPerspective perspective)
          Adds a SpoonPerspective making it available to be activated later.
 

Method parameters in org.pentaho.di.ui.spoon with type arguments of type SpoonPerspective
 void SpoonPerspectiveManager.activatePerspective(Class<? extends SpoonPerspective> clazz)
          Activates the given instance of the class literal passed in.