Uses of Class
org.eclipse.ui.forms.widgets.FormToolkit
-
Packages that use FormToolkit 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.intro.quicklinks Application programming interfaces for the Quicklinks Viewer, a component for the Welcome/Intro.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of FormToolkit in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return FormToolkit Modifier and Type Method Description FormToolkitIManagedForm. getToolkit()Returns the toolkit used by this form.FormToolkitManagedForm. getToolkit()Constructors in org.eclipse.ui.forms with parameters of type FormToolkit Constructor Description ManagedForm(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 FormToolkit Modifier and Type Method Description protected FormToolkitFormEditor. createToolkit(Display display)Creates the form toolkit.FormToolkitFormEditor. 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 FormToolkit Modifier and Type Method Description voidIIntroContentProvider. 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 FormToolkit Modifier and Type Method Description voidAlwaysWelcomeCheckbox. 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 FormToolkit Modifier and Type Method Description voidQuicklinksViewer. 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.tabbed Modifier and Type Class Description classTabbedPropertySheetWidgetFactoryA FormToolkit customized for use by tabbed property sheet page.
-