| Package | Description | 
|---|---|
| org.pentaho.di.ui.spoon | 
 This package contains the classes needed by Spoon. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MainSpoonPerspective  | 
| Modifier and Type | Method and Description | 
|---|---|
SpoonPerspective | 
SpoonPerspectiveManager.getActivePerspective()
Returns the current active perspective. 
 | 
SpoonPerspective | 
SpoonPluginInterface.getPerspective()
Provides an optional SpoonPerspective. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpoonPerspective> | 
SpoonPerspectiveManager.getPerspectives()
Returns an unmodifiable List of perspectives in no set order. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpoonPerspectiveManager.addPerspective(SpoonPerspective perspective)
Adds a SpoonPerspective making it available to be activated later. 
 | 
void | 
SpoonPerspectiveManager.removePerspective(SpoonPerspective per)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SpoonPerspectiveManager.activatePerspective(Class<? extends SpoonPerspective> clazz)
Activates the given instance of the class literal passed in. 
 |