Package | Description |
---|---|
org.eclipse.swt.custom |
SWT Custom widgets.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Field and Description |
---|---|
protected CTabFolder |
CTabFolderRenderer.parent |
Modifier and Type | Method and Description |
---|---|
CTabFolder |
CTabItem.getParent()
Returns the receiver's parent, which must be a
CTabFolder . |
Constructor and Description |
---|
CTabFolderRenderer(CTabFolder parent)
Constructs a new instance of this class given its parent.
|
CTabItem(CTabFolder parent,
int style)
Constructs a new instance of this class given its parent
(which must be a
CTabFolder ) and a style value
describing its behavior and appearance. |
CTabItem(CTabFolder parent,
int style,
int index)
Constructs a new instance of this class given its parent
(which must be a
CTabFolder ), a style value
describing its behavior and appearance, and the index
at which to place it in the items maintained by its parent. |
Modifier and Type | Method and Description |
---|---|
CTabFolder |
TabbedPropertySheetWidgetFactory.createTabFolder(Composite parent,
int style)
Creates the tab folder as a part of the form.
|
Modifier and Type | Method and Description |
---|---|
CTabItem |
TabbedPropertySheetWidgetFactory.createTabItem(CTabFolder tabFolder,
int style)
Creates the tab item as a part of the tab folder.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.