| Package | Description | 
|---|---|
| org.pentaho.di.ui.spoon | 
 This package contains the classes needed by Spoon. 
 | 
| org.pentaho.di.ui.spoon.job | |
| org.pentaho.di.ui.spoon.trans | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpoonBrowser
This class handles the display of help information like the welcome page and JDBC info in an embedded browser. 
 | 
class  | 
SpoonSlave
SpoonSlave handles the display of the slave server information in a Spoon tab. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TabItemInterface | 
Spoon.getActiveTabitem()  | 
TabItemInterface | 
TabMapEntry.getObject()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TabMapEntry.setObject(TabItemInterface object)  | 
| Constructor and Description | 
|---|
TabMapEntry(TabItem tabItem,
           String filename,
           String objectName,
           org.pentaho.di.repository.RepositoryDirectoryInterface repositoryDirectory,
           String versionLabel,
           TabItemInterface object,
           TabMapEntry.ObjectType objectType)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JobGraph
Handles the display of Jobs in Spoon, in a graphical form. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
TransGraph
This class handles the display of the transformations in a graphical way using icons, arrows, etc. 
 |