Uses of Interface
org.pentaho.di.ui.spoon.SpoonPerspective
Packages that use SpoonPerspective
-
Uses of SpoonPerspective in org.pentaho.di.ui.spoon
Subinterfaces of SpoonPerspective in org.pentaho.di.ui.spoonClasses in org.pentaho.di.ui.spoon that implement SpoonPerspectiveMethods in org.pentaho.di.ui.spoon that return SpoonPerspectiveModifier and TypeMethodDescriptionSpoonPerspectiveManager.getActivePerspective()
Returns the current active perspective.SpoonPluginInterface.getPerspective()
Provides an optional SpoonPerspective.Methods in org.pentaho.di.ui.spoon that return types with arguments of type SpoonPerspectiveModifier and TypeMethodDescriptionSpoonPerspectiveManager.getPerspectives()
Returns an unmodifiable List of perspectives in no set order.Methods in org.pentaho.di.ui.spoon with parameters of type SpoonPerspectiveModifier and TypeMethodDescriptionvoid
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 SpoonPerspectiveModifier and TypeMethodDescriptionvoid
SpoonPerspectiveManager.activatePerspective
(Class<? extends SpoonPerspective> clazz) Activates the given instance of the class literal passed in.