public class TabbedPropertySheetWidgetFactory extends FormToolkit
KEY_DRAW_BORDER, TEXT_BORDER, TREE_BORDER
Constructor and Description |
---|
TabbedPropertySheetWidgetFactory()
private constructor.
|
Modifier and Type | Method and Description |
---|---|
CCombo |
createCCombo(Composite parent)
Creates a combo box as a part of the form.
|
CCombo |
createCCombo(Composite parent,
int comboStyle)
Creates a combo box as a part of the form.
|
CLabel |
createCLabel(Composite parent,
String text)
Creates a label as a part of the form.
|
CLabel |
createCLabel(Composite parent,
String text,
int style)
Creates a label as a part of the form.
|
Composite |
createComposite(Composite parent)
Creates the composite as a part of the form.
|
Composite |
createComposite(Composite parent,
int style)
Creates the composite as part of the form using the provided style.
|
Composite |
createFlatFormComposite(Composite parent)
Creates a flat form composite as a part of the form.
|
Group |
createGroup(Composite parent,
String text)
Creates a group as a part of the form.
|
List |
createList(Composite parent,
int style)
Creates the list as a part of the form.
|
Composite |
createPlainComposite(Composite parent,
int style)
Creates a plain composite as a part of the form.
|
ScrolledComposite |
createScrolledComposite(Composite parent,
int style)
Creates a scrolled composite as a part of the form.
|
CTabFolder |
createTabFolder(Composite parent,
int style)
Creates the tab folder as a part of the form.
|
CTabItem |
createTabItem(CTabFolder tabFolder,
int style)
Creates the tab item as a part of the tab folder.
|
void |
dispose()
Disposes the toolkit.
|
adapt, adapt, createButton, createCompositeSeparator, createExpandableComposite, createForm, createFormText, createHyperlink, createImageHyperlink, createLabel, createLabel, createPageBook, createScrolledForm, createSection, createSeparator, createTable, createText, createText, createTree, decorateFormHeading, ensureVisible, getBorderMargin, getBorderStyle, getColors, getHyperlinkGroup, getOrientation, paintBordersFor, refreshHyperlinkColors, setBackground, setBorderStyle, setControlVisible, setOrientation
public TabbedPropertySheetWidgetFactory()
public CTabFolder createTabFolder(Composite parent, int style)
parent
- the composite parent.style
- the tab folder style.public CTabItem createTabItem(CTabFolder tabFolder, int style)
tabFolder
- the parent.style
- the tab folder style.public List createList(Composite parent, int style)
parent
- the composite parent.style
- the list style.public Composite createComposite(Composite parent, int style)
FormToolkit
createComposite
in class FormToolkit
parent
- the composite parentstyle
- the composite stylepublic Composite createComposite(Composite parent)
FormToolkit
createComposite
in class FormToolkit
parent
- the composite parentpublic Composite createPlainComposite(Composite parent, int style)
parent
- the composite parent.style
- the composite style.public ScrolledComposite createScrolledComposite(Composite parent, int style)
parent
- the composite parent.style
- the composite style.public CCombo createCCombo(Composite parent, int comboStyle)
parent
- the combo box parent.comboStyle
- the combo box style.public CCombo createCCombo(Composite parent)
parent
- the combo box parent.public Group createGroup(Composite parent, String text)
parent
- the group parent.text
- the group title.public Composite createFlatFormComposite(Composite parent)
parent
- the composite parent.public CLabel createCLabel(Composite parent, String text)
parent
- the label parent.text
- the label text.public CLabel createCLabel(Composite parent, String text, int style)
parent
- the label parent.text
- the label text.style
- the label style.public void dispose()
FormToolkit
dispose
in class FormToolkit
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.