|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.forms.widgets.FormToolkit
org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetWidgetFactory
A FormToolkit customized for use by tabbed property sheet page.
Field Summary |
---|
Fields inherited from class org.eclipse.ui.forms.widgets.FormToolkit |
---|
KEY_DRAW_BORDER, TEXT_BORDER, TREE_BORDER |
Constructor Summary | |
---|---|
TabbedPropertySheetWidgetFactory()
private constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.eclipse.ui.forms.widgets.FormToolkit |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TabbedPropertySheetWidgetFactory()
Method Detail |
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 style
public Composite createComposite(Composite parent)
FormToolkit
createComposite
in class FormToolkit
parent
- the composite parent
public 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
|
Eclipse Platform Release 3.3 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.