Uses of Interface
org.pentaho.di.ui.spoon.SpoonPerspective
-
Packages that use SpoonPerspective Package Description org.pentaho.di.ui.spoon This package contains the classes needed by Spoon. -
-
Uses of SpoonPerspective in org.pentaho.di.ui.spoon
Subinterfaces of SpoonPerspective in org.pentaho.di.ui.spoon Modifier and Type Interface Description interface
SpoonPerspectiveImageProvider
Classes in org.pentaho.di.ui.spoon that implement SpoonPerspective Modifier and Type Class Description class
MainSpoonPerspective
Methods in org.pentaho.di.ui.spoon that return SpoonPerspective Modifier and Type Method Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description void
SpoonPerspectiveManager. addPerspective(SpoonPerspective perspective)
Adds a SpoonPerspective making it available to be activated later.int
SpoonPerspectiveManager.SpoonPerspectiveComparator. compare(SpoonPerspective o1, SpoonPerspective o2)
void
SpoonPerspectiveManager. removePerspective(SpoonPerspective per)
Method parameters in org.pentaho.di.ui.spoon with type arguments of type SpoonPerspective Modifier and Type Method Description void
SpoonPerspectiveManager. activatePerspective(Class<? extends SpoonPerspective> clazz)
Activates the given instance of the class literal passed in.
-