Uses of Class
org.eclipse.swt.custom.CTabItem
Package
Description
SWT Custom widgets.
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
Provides the Tabbed Properties framework.
-
Uses of CTabItem in org.eclipse.e4.ui.css.swt.helpers
Modifier and TypeMethodDescriptionstatic void
CSSSWTFontHelper.restoreDefaultFont
(CTabItem item) static void
Helper function to avoid setting fonts unnecessarilystatic void
CSSSWTFontHelper.storeDefaultFont
(CTabItem item) -
Uses of CTabItem in org.eclipse.e4.ui.workbench.renderers.swt
-
Uses of CTabItem in org.eclipse.swt.custom
Modifier and TypeMethodDescriptionCTabFolder.getItem
(int index) Return the tab that is located at the specified index.Gets the item at a point in the widget.CTabItem[]
CTabFolder.getItems()
Return the tab items.CTabFolder.getSelection()
Return the selected tab item, or null if there is no selection.Modifier and TypeMethodDescriptionint
Return the index of the specified tab or -1 if the tab is not in the receiver.void
CTabFolder.setInsertMark
(CTabItem item, boolean after) Display an insert marker before or after the specified tab item.void
CTabFolder.setSelection
(CTabItem item) Set the selection to the tab at the specified item.void
Shows the item. -
Uses of CTabItem in org.eclipse.ui.part
Modifier and TypeMethodDescriptionprotected CTabItem
MultiPageEditorPart.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
Modifier and TypeMethodDescriptionTabbedPropertySheetWidgetFactory.createTabItem
(CTabFolder tabFolder, int style) Creates the tab item as a part of the tab folder.