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