Eclipse Platform
Release 3.1

Uses of Class
org.eclipse.ui.forms.widgets.FormToolkit

Packages that use FormToolkit
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   
 

Uses of FormToolkit in org.eclipse.ui.forms
 

Methods in org.eclipse.ui.forms that return FormToolkit
 FormToolkit ManagedForm.getToolkit()
          Returns the toolkit used by this form.
 FormToolkit IManagedForm.getToolkit()
          Returns the toolkit used by this form.
 

Constructors in org.eclipse.ui.forms with parameters of type FormToolkit
SectionPart(Composite parent, FormToolkit toolkit, int style)
          Creates a new section part inside the provided parent and using the provided toolkit.
ManagedForm(FormToolkit toolkit, ScrolledForm form)
          Creates a managed form that will use the provided toolkit and
 

Uses of FormToolkit in org.eclipse.ui.forms.editor
 

Methods in org.eclipse.ui.forms.editor that return FormToolkit
protected  FormToolkit FormEditor.createToolkit(Display display)
          Creates the form toolkit.
 FormToolkit 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 FormToolkit
 void IStandbyContentPart.createPartControl(Composite parent, FormToolkit toolkit)
          Creates the SWT controls for this standby part.
 void IIntroContentProvider.createContent(String id, Composite parent, FormToolkit toolkit)
          Creates SWT content in the provided Composite.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2005. All rights reserved.