Uses of Interface
org.pentaho.di.ui.spoon.SpoonPerspective
-
Uses of SpoonPerspective in org.pentaho.di.ui.spoon
Modifier and TypeMethodDescriptionSpoonPerspectiveManager.getActivePerspective()
Returns the current active perspective.SpoonPluginInterface.getPerspective()
Provides an optional SpoonPerspective.Modifier and TypeMethodDescriptionSpoonPerspectiveManager.getPerspectives()
Returns an unmodifiable List of perspectives in no set order.Modifier 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) Modifier and TypeMethodDescriptionvoid
SpoonPerspectiveManager.activatePerspective
(Class<? extends SpoonPerspective> clazz) Activates the given instance of the class literal passed in.