|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CTabItem | |
---|---|
org.eclipse.swt.custom | SWT Custom widgets. |
Uses of CTabItem in org.eclipse.swt.custom |
---|
Methods in org.eclipse.swt.custom that return CTabItem | |
CTabItem |
CTabFolder.getItem(int index)
Return the tab that is located at the specified index. |
CTabItem |
CTabFolder.getItem(Point pt)
Gets the item at a point in the widget. |
CTabItem[] |
CTabFolder.getItems()
Return the tab items. |
CTabItem |
CTabFolder.getSelection()
Return the selected tab item, or an empty array if there is no selection. |
Methods in org.eclipse.swt.custom with parameters of type CTabItem | |
int |
CTabFolder.indexOf(CTabItem item)
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 |
CTabFolder.showItem(CTabItem item)
Shows the item. |
|
Eclipse Platform Release 3.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.