Uses of Class
org.pentaho.xul.swt.tab.TabItem
Packages that use TabItem
Package
Description
This package contains the classes needed by Spoon.
-
Uses of TabItem in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return TabItemMethods in org.pentaho.di.ui.spoon with parameters of type TabItemModifier and TypeMethodDescriptionvoidTabMapEntry.setTabItem(TabItem tabItem) booleanbooleanvoidSpoon.tabDeselected(TabItem item) voidSpoon.tabSelected(TabItem item) Constructors in org.pentaho.di.ui.spoon with parameters of type TabItemModifierConstructorDescriptionTabMapEntry(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
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type TabItemModifier and TypeMethodDescriptionbooleanbooleanvoidSpoonTabsDelegate.tabSelected(TabItem item) voidSpoonTransformationDelegate.tabSelected(TabItem item) -
Uses of TabItem in org.pentaho.xul.swt.tab
Fields in org.pentaho.xul.swt.tab with type parameters of type TabItemMethods in org.pentaho.xul.swt.tab that return TabItemMethods in org.pentaho.xul.swt.tab with parameters of type TabItemModifier and TypeMethodDescriptionvoidintbooleanTabSet.notifyCloseListeners(TabItem item) voidTabSet.notifyDeselectListeners(TabItem item) voidTabSet.notifySelectListeners(TabItem item) voidvoidTabSet.setSelected(TabItem item) booleanvoidTabListener.tabDeselected(TabItem item) voidTabListener.tabSelected(TabItem item)