Uses of Class
org.pentaho.xul.swt.tab.TabItem
Package
Description
This package contains the classes needed by Spoon.
-
Uses of TabItem in org.pentaho.di.ui.spoon
Modifier and TypeMethodDescriptionvoid
TabMapEntry.setTabItem
(TabItem tabItem) boolean
boolean
void
Spoon.tabDeselected
(TabItem item) void
Spoon.tabSelected
(TabItem item) 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 TabItem in org.pentaho.di.ui.spoon.delegates
Modifier and TypeMethodDescriptionboolean
boolean
void
SpoonTabsDelegate.tabSelected
(TabItem item) void
SpoonTransformationDelegate.tabSelected
(TabItem item) -
Uses of TabItem in org.pentaho.xul.swt.tab
Modifier and TypeMethodDescriptionvoid
int
boolean
TabSet.notifyCloseListeners
(TabItem item) void
TabSet.notifyDeselectListeners
(TabItem item) void
TabSet.notifySelectListeners
(TabItem item) void
void
TabSet.setSelected
(TabItem item) boolean
void
TabListener.tabDeselected
(TabItem item) void
TabListener.tabSelected
(TabItem item)