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 TabItem
TabMapEntry. getTabItem()
Methods in org.pentaho.di.ui.spoon with parameters of type TabItem Modifier and Type Method Description void
TabMapEntry. setTabItem(TabItem tabItem)
boolean
Spoon. tabClose(TabItem item)
boolean
Spoon. tabClose(TabItem item, boolean force)
void
Spoon. tabDeselected(TabItem item)
void
Spoon. 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 TabMapEntry
SpoonTabsDelegate. getTab(TabItem tabItem)
boolean
SpoonTabsDelegate. tabClose(TabItem item)
boolean
SpoonTabsDelegate. tabClose(TabItem item, boolean force)
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 TabItem Modifier and Type Field Description List<TabItem>
TabSet. lastUsedTabs
protected List<TabItem>
TabSet. tabList
Methods in org.pentaho.xul.swt.tab that return TabItem Modifier and Type Method Description TabItem
TabSet. getSelected()
Methods in org.pentaho.xul.swt.tab with parameters of type TabItem Modifier and Type Method Description void
TabSet. addTab(TabItem item)
int
TabSet. indexOf(TabItem item)
boolean
TabSet. notifyCloseListeners(TabItem item)
void
TabSet. notifyDeselectListeners(TabItem item)
void
TabSet. notifySelectListeners(TabItem item)
void
TabSet. remove(TabItem item)
void
TabSet. setSelected(TabItem item)
boolean
TabListener. tabClose(TabItem item)
void
TabListener. tabDeselected(TabItem item)
void
TabListener. tabSelected(TabItem item)
-