Eclipse Platform
Release 3.0

Package org.eclipse.ui.forms.widgets

Custom widgets and controls for forms-based parts.

See:
          Description

Interface Summary
ILayoutExtension Classes that extend abstract class Layout and implement this interface can take part in layout computation of the TableWrapLayout manager.
 

Class Summary
AbstractHyperlink This is the base class for custom hyperlink widget.
ColumnLayout This layout manager arranges children of the composite parent in vertical columns.
ColumnLayoutData This class is used to store layout data for the ColumnLayout class.
ExpandableComposite This composite is capable of expanding or collapsing a single client that is its direct child.
Form Form is a custom control that renders a title and an optional background image above the body composite.
FormText This class is a read-only text control that is capable of rendering wrapped text.
FormToolkit The toolkit is responsible for creating SWT controls adapted to work in Eclipse forms.
Hyperlink Hyperlink is a concrete implementation of the abstract base class that draws text in the client area.
ImageHyperlink This class extends hyperlink widget by adding the capability to render an image relative to the text.
ScrolledForm ScrolledForm is a control that is capable of scrolling an instance of the Form class.
ScrolledFormText ScrolledFormText is a control that is capable of scrolling an instance of the FormText class.
ScrolledPageBook ScrolledPageBook is a class that is capable of stacking several composites (pages), while showing one at a time.
Section A variation of the expandable composite that adds optional description below the title.
SharedScrolledComposite This class is used to provide common scrolling services to a number of controls in the toolkit.
TableWrapData Layout data used in conjunction with HTMLTableLayout.
TableWrapLayout This implementation of the layout algorithm attempts to position controls in the composite using a two-pass autolayout HTML table altorithm recommeded by HTML 4.01 W3C specification (see http://www.w3.org/TR/html4/appendix/notes.html#h-B.5.2.2).
ToggleHyperlink A custom selectable control that can be used to control areas that can be expanded or collapsed.
TreeNode A custom selectable control that can be used to control areas that can be expanded or collapsed.
Twistie A custom selectable control that can be used to control areas that can be expanded or collapsed.
 

Package org.eclipse.ui.forms.widgets Description

Custom widgets and controls for forms-based parts.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

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