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 FormToolkitFormEditor.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 TypeMethodDescriptionvoidIIntroContentProvider.createContent(String id, Composite parent, FormToolkit toolkit) Creates SWT content in the provided Composite.voidIStandbyContentPart.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 TypeMethodDescriptionvoidAlwaysWelcomeCheckbox.createContent(String id, Composite parent, FormToolkit toolkit) voidEclipseRSSViewer.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 TypeMethodDescriptionvoidQuicklinksViewer.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 TypeClassDescriptionclassA FormToolkit customized for use by tabbed property sheet page.