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 TypeMethodDescriptionvoid
TabMapEntry.setTabItem
(TabItem tabItem) boolean
boolean
void
Spoon.tabDeselected
(TabItem item) void
Spoon.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 TypeMethodDescriptionboolean
boolean
void
SpoonTabsDelegate.tabSelected
(TabItem item) void
SpoonTransformationDelegate.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 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)