Uses of Class
org.eclipse.swt.custom.CTabItem
-
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.setSelection
(CTabItem item) Set the selection to the tab at the specified item.void
Shows the item.