Uses of Interface
org.pentaho.di.ui.spoon.TabItemInterface
-
Packages that use TabItemInterface 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 -
-
Uses of TabItemInterface in org.pentaho.di.ui.spoon
Classes in org.pentaho.di.ui.spoon that implement TabItemInterface Modifier and Type Class 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.Methods in org.pentaho.di.ui.spoon that return TabItemInterface Modifier and Type Method Description TabItemInterface
Spoon. getActiveTabitem()
TabItemInterface
TabMapEntry. getObject()
Methods in org.pentaho.di.ui.spoon with parameters of type TabItemInterface Modifier and Type Method Description void
TabMapEntry. setObject(TabItemInterface object)
Constructors in org.pentaho.di.ui.spoon with parameters of type TabItemInterface Constructor Description TabMapEntry(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 TabItemInterface Modifier and Type Class Description 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 Modifier and Type Class Description class
TransGraph
This class handles the display of the transformations in a graphical way using icons, arrows, etc.
-