Package | Description |
---|---|
org.eclipse.swt.custom |
Modifier and Type | Method and Description |
---|---|
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 null if there is no selection.
|
Modifier and Type | Method and Description |
---|---|
int |
CTabFolder.indexOf(CTabItem item)
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 |
CTabFolder.showItem(CTabItem item)
Shows the item.
|
Copyright (c) EclipseSource and others 2002, 2015.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0