Uses of Class
org.pentaho.xul.swt.tab.TabItem
-
Packages that use TabItem Package Description org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.di.ui.spoon.delegates org.pentaho.xul.swt.tab -
-
Uses of TabItem in org.pentaho.di.ui.spoon
Methods in org.pentaho.di.ui.spoon that return TabItem Modifier and Type Method Description TabItemTabMapEntry. getTabItem()Methods in org.pentaho.di.ui.spoon with parameters of type TabItem Modifier and Type Method Description voidTabMapEntry. setTabItem(TabItem tabItem)booleanSpoon. tabClose(TabItem item)booleanSpoon. tabClose(TabItem item, boolean force)voidSpoon. tabDeselected(TabItem item)voidSpoon. tabSelected(TabItem item)Constructors in org.pentaho.di.ui.spoon with parameters of type TabItem 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 TabItem in org.pentaho.di.ui.spoon.delegates
Methods in org.pentaho.di.ui.spoon.delegates with parameters of type TabItem Modifier and Type Method Description TabMapEntrySpoonTabsDelegate. getTab(TabItem tabItem)booleanSpoonTabsDelegate. tabClose(TabItem item)booleanSpoonTabsDelegate. tabClose(TabItem item, boolean force)voidSpoonTabsDelegate. 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 TabItem Modifier and Type Field Description List<TabItem>TabSet. lastUsedTabsprotected List<TabItem>TabSet. tabListMethods in org.pentaho.xul.swt.tab that return TabItem Modifier and Type Method Description TabItemTabSet. getSelected()Methods in org.pentaho.xul.swt.tab with parameters of type TabItem Modifier and Type Method Description voidTabSet. addTab(TabItem item)intTabSet. indexOf(TabItem item)booleanTabSet. notifyCloseListeners(TabItem item)voidTabSet. notifyDeselectListeners(TabItem item)voidTabSet. notifySelectListeners(TabItem item)voidTabSet. remove(TabItem item)voidTabSet. setSelected(TabItem item)booleanTabListener. tabClose(TabItem item)voidTabListener. tabDeselected(TabItem item)voidTabListener. tabSelected(TabItem item)
-