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 interfaceSpoonPerspectiveImageProviderClasses in org.pentaho.di.ui.spoon that implement SpoonPerspective Modifier and Type Class Description classMainSpoonPerspectiveMethods in org.pentaho.di.ui.spoon that return SpoonPerspective Modifier and Type Method Description SpoonPerspectiveSpoonPerspectiveManager. getActivePerspective()Returns the current active perspective.SpoonPerspectiveSpoonPluginInterface. 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 voidSpoonPerspectiveManager. addPerspective(SpoonPerspective perspective)Adds a SpoonPerspective making it available to be activated later.intSpoonPerspectiveManager.SpoonPerspectiveComparator. compare(SpoonPerspective o1, SpoonPerspective o2)voidSpoonPerspectiveManager. removePerspective(SpoonPerspective per)Method parameters in org.pentaho.di.ui.spoon with type arguments of type SpoonPerspective Modifier and Type Method Description voidSpoonPerspectiveManager. activatePerspective(Class<? extends SpoonPerspective> clazz)Activates the given instance of the class literal passed in.
-