Uses of Interface
org.pentaho.di.ui.spoon.TabItemInterface

Packages that use TabItemInterface
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   
 

Uses of TabItemInterface in org.pentaho.di.ui.spoon
 

Classes in org.pentaho.di.ui.spoon that implement TabItemInterface
 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.
 

Methods in org.pentaho.di.ui.spoon that return TabItemInterface
 TabItemInterface Spoon.getActiveTabitem()
           
 TabItemInterface TabMapEntry.getObject()
           
 

Methods in org.pentaho.di.ui.spoon with parameters of type TabItemInterface
 void TabMapEntry.setObject(TabItemInterface object)
           
 

Constructors in org.pentaho.di.ui.spoon with parameters of type TabItemInterface
TabMapEntry(org.pentaho.xul.swt.tab.TabItem tabItem, String filename, String objectName, RepositoryDirectoryInterface repositoryDirectory, String versionLabel, TabItemInterface object, TabMapEntry.ObjectType objectType)
           
 

Uses of TabItemInterface in org.pentaho.di.ui.spoon.job
 

Classes in org.pentaho.di.ui.spoon.job that implement TabItemInterface
 class JobGraph
          Handles the display of Jobs in Spoon, in a graphical form.
 

Uses of TabItemInterface in org.pentaho.di.ui.spoon.trans
 

Classes in org.pentaho.di.ui.spoon.trans that implement TabItemInterface
 class TransGraph
          This class handles the display of the transformations in a graphical way using icons, arrows, etc.