Uses of Class
org.eclipse.swt.custom.CTabItem
-
Packages that use CTabItem Package Description org.eclipse.swt.custom SWT Custom widgets.org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of CTabItem in org.eclipse.swt.custom
Methods in org.eclipse.swt.custom that return CTabItem Modifier and Type Method Description CTabItemCTabFolder. getItem(int index)Return the tab that is located at the specified index.CTabItemCTabFolder. getItem(Point pt)Gets the item at a point in the widget.CTabItem[]CTabFolder. getItems()Return the tab items.CTabItemCTabFolder. getSelection()Return the selected tab item, or null if there is no selection.Methods in org.eclipse.swt.custom with parameters of type CTabItem Modifier and Type Method Description intCTabFolder. indexOf(CTabItem item)Return the index of the specified tab or -1 if the tab is not in the receiver.voidCTabFolder. setInsertMark(CTabItem item, boolean after)Display an insert marker before or after the specified tab item.voidCTabFolder. setSelection(CTabItem item)Set the selection to the tab at the specified item.voidCTabFolder. showItem(CTabItem item)Shows the item. -
Uses of CTabItem in org.eclipse.ui.part
Methods in org.eclipse.ui.part that return CTabItem Modifier and Type Method Description protected CTabItemMultiPageEditorPart. createItem(int index, Control control)Creates a tab item at the given index and places the given control in the new item. -
Uses of CTabItem in org.eclipse.ui.views.properties.tabbed
Methods in org.eclipse.ui.views.properties.tabbed that return CTabItem Modifier and Type Method Description CTabItemTabbedPropertySheetWidgetFactory. createTabItem(CTabFolder tabFolder, int style)Creates the tab item as a part of the tab folder.
-