Uses of Class
org.pentaho.xul.swt.tab.TabSet
-
Packages that use TabSet Package Description org.pentaho.di.ui.spoon This package contains the classes needed by Spoon.org.pentaho.xul.swt.tab -
-
Uses of TabSet in org.pentaho.di.ui.spoon
Fields in org.pentaho.di.ui.spoon declared as TabSet Modifier and Type Field Description TabSet
Spoon. tabfolder
Methods in org.pentaho.di.ui.spoon that return TabSet Modifier and Type Method Description TabSet
Spoon. getTabSet()
Constructors in org.pentaho.di.ui.spoon with parameters of type TabSet Constructor Description MainSpoonPerspective(org.eclipse.swt.widgets.Composite ui, TabSet tabfolder)
-
Uses of TabSet in org.pentaho.xul.swt.tab
Methods in org.pentaho.xul.swt.tab that return TabSet Modifier and Type Method Description TabSet
TabItem. getTabset()
Methods in org.pentaho.xul.swt.tab with parameters of type TabSet Modifier and Type Method Description protected org.eclipse.swt.custom.CTabItem
TabItem. createTabItem(TabSet tabset)
void
TabItem. setTabset(TabSet tabset)
Constructors in org.pentaho.xul.swt.tab with parameters of type TabSet Constructor Description TabItem(TabSet tabset, String text, String id, int[] sashWeights)
-