Uses of Class
org.eclipse.swt.custom.CTabItem
Packages that use CTabItem
-
Uses of CTabItem in org.eclipse.swt.custom
Fields in org.eclipse.swt.custom declared as CTabItemMethods in org.eclipse.swt.custom that return CTabItemModifier 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.Methods in org.eclipse.swt.custom with parameters of type CTabItemModifier and TypeMethodDescription(package private) voidCTabFolder.createItem(CTabItem item, int index) (package private) voidCTabFolder.destroyItem(CTabItem item) private intCTabFolderRenderer.getLargeTextPadding(CTabItem item) Returns padding for the text of a tab item when showing images is disabled for the tab folder.private intCTabFolderRenderer.getLeftTextMargin(CTabItem item) intReturn 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.private booleanCTabFolderRenderer.shouldDrawCloseIcon(CTabItem item) voidShows the item.