Uses of Class
org.eclipse.ui.forms.widgets.FormToolkit
Packages that use FormToolkit
Package
Description
Forms-based controls for use in views, editors, and wizards.
Support for forms-based multi-page editors.
Provides support for customizing welcome content and presentation.
Contains classes which can be used to add controls to a welcome page.
Application programming interfaces for the Quicklinks
Viewer, a component for the Welcome/Intro.
Provides the Tabbed Properties framework.
-
Uses of FormToolkit in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return FormToolkitModifier and TypeMethodDescriptionIManagedForm.getToolkit()
Returns the toolkit used by this form.ManagedForm.getToolkit()
Constructors in org.eclipse.ui.forms with parameters of type FormToolkitModifierConstructorDescriptionManagedForm
(FormToolkit toolkit, ScrolledForm form) Creates a managed form that will use the provided toolkit andSectionPart
(Composite parent, FormToolkit toolkit, int style) Creates a new section part inside the provided parent and using the provided toolkit. -
Uses of FormToolkit in org.eclipse.ui.forms.editor
Methods in org.eclipse.ui.forms.editor that return FormToolkitModifier and TypeMethodDescriptionprotected FormToolkit
FormEditor.createToolkit
(Display display) Creates the form toolkit.FormEditor.getToolkit()
Returns the toolkit owned by this editor. -
Uses of FormToolkit in org.eclipse.ui.intro.config
Methods in org.eclipse.ui.intro.config with parameters of type FormToolkitModifier and TypeMethodDescriptionvoid
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. -
Uses of FormToolkit in org.eclipse.ui.intro.contentproviders
Methods in org.eclipse.ui.intro.contentproviders with parameters of type FormToolkitModifier and TypeMethodDescriptionvoid
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 -
Uses of FormToolkit in org.eclipse.ui.intro.quicklinks
Methods in org.eclipse.ui.intro.quicklinks with parameters of type FormToolkitModifier and TypeMethodDescriptionvoid
QuicklinksViewer.createContent
(String id, Composite parent, FormToolkit toolkit) -
Uses of FormToolkit in org.eclipse.ui.views.properties.tabbed
Subclasses of FormToolkit in org.eclipse.ui.views.properties.tabbedModifier and TypeClassDescriptionclass
A FormToolkit customized for use by tabbed property sheet page.