Uses of Interface
org.pentaho.di.ui.spoon.TabItemInterface
Packages that use TabItemInterface
Package
Description
This package contains the classes needed by Spoon.
-
Uses of TabItemInterface in org.pentaho.di.ui.spoon
Classes in org.pentaho.di.ui.spoon that implement TabItemInterfaceModifier and TypeClassDescriptionclassThis class handles the display of help information like the welcome page and JDBC info in an embedded browser.classSpoonSlave handles the display of the slave server information in a Spoon tab.Methods in org.pentaho.di.ui.spoon that return TabItemInterfaceMethods in org.pentaho.di.ui.spoon with parameters of type TabItemInterfaceConstructors in org.pentaho.di.ui.spoon with parameters of type TabItemInterfaceModifierConstructorDescriptionTabMapEntry(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
Classes in org.pentaho.di.ui.spoon.job that implement TabItemInterfaceModifier and TypeClassDescriptionclassHandles 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 TabItemInterfaceModifier and TypeClassDescriptionclassThis class handles the display of the transformations in a graphical way using icons, arrows, etc.