Package | Description |
---|---|
org.eclipse.ui.forms |
Forms-based controls for use in views, editors, and wizards.
|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
org.eclipse.ui.intro.config |
Provides support for customizing welcome content and presentation.
|
org.eclipse.ui.intro.contentproviders |
Contains classes which can be used to add controls to a welcome page.
|
org.eclipse.ui.views.properties.tabbed |
Provides the Tabbed Properties framework.
|
Modifier and Type | Method and Description |
---|---|
FormToolkit |
ManagedForm.getToolkit() |
FormToolkit |
IManagedForm.getToolkit()
Returns the toolkit used by this form.
|
Constructor and Description |
---|
ManagedForm(FormToolkit toolkit,
ScrolledForm form)
Creates a managed form that will use the provided toolkit and
|
SectionPart(Composite parent,
FormToolkit toolkit,
int style)
Creates a new section part inside the provided parent and using the
provided toolkit.
|
Modifier and Type | Method and Description |
---|---|
protected FormToolkit |
FormEditor.createToolkit(Display display)
Creates the form toolkit.
|
FormToolkit |
FormEditor.getToolkit()
Returns the toolkit owned by this editor.
|
Modifier and Type | Method and Description |
---|---|
void |
IIntroContentProvider.createContent(String id,
Composite parent,
FormToolkit toolkit)
Creates SWT content in the provided Composite.
|
void |
IStandbyContentPart.createPartControl(Composite parent,
FormToolkit toolkit)
Creates the SWT controls for this standby part.
|
Modifier and Type | Method and Description |
---|---|
void |
AlwaysWelcomeCheckbox.createContent(String id,
Composite parent,
FormToolkit toolkit) |
void |
EclipseRSSViewer.createContent(String id,
Composite parent,
FormToolkit toolkit)
Create widgets to display the newsreader when using the SWT presentation
|
Modifier and Type | Class and Description |
---|---|
class |
TabbedPropertySheetWidgetFactory
A FormToolkit customized for use by tabbed property sheet page.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.