Eclipse Platform
Release 3.1

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

Packages that use Section
org.eclipse.ui.forms Forms-based controls for use in views, editors, and wizards.  
org.eclipse.ui.forms.widgets Custom widgets and controls for forms-based parts.  
 

Uses of Section in org.eclipse.ui.forms
 

Methods in org.eclipse.ui.forms that return Section
 Section SectionPart.getSection()
          Returns the section widget used in this part.
 

Constructors in org.eclipse.ui.forms with parameters of type Section
SectionPart(Section section)
          Creates a new section part based on the provided section.
 

Uses of Section in org.eclipse.ui.forms.widgets
 

Methods in org.eclipse.ui.forms.widgets that return Section
 Section FormToolkit.createSection(Composite parent, int sectionStyle)
          Creates a section as a part of the form.
 


Eclipse Platform
Release 3.1

Guidelines for using Eclipse APIs.

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