org.eclipse.ui.forms.widgets |
Package-level Javadoc
Custom widgets and controls for forms-based parts.
|
Java Source File Name | Type | Comment |
AbstractHyperlink.java | Class | This is the base class for custom hyperlink widget. |
ColumnLayout.java | Class | This layout manager arranges children of the composite parent in vertical
columns. |
ColumnLayoutData.java | Class | This class is used to store layout data for the ColumnLayout
class. |
ExpandableComposite.java | Class | This composite is capable of expanding or collapsing a single client that is
its direct child. |
Form.java | Class | Form is a custom control that renders a title and an optional background
image above the body composite. |
FormText.java | Class | This class is a read-only text control that is capable of rendering wrapped
text. |
FormToolkit.java | Class | The toolkit is responsible for creating SWT controls adapted to work in
Eclipse forms. |
Hyperlink.java | Class | Hyperlink is a concrete implementation of the abstract base class that draws
text in the client area. |
ILayoutExtension.java | Interface | Classes that extend abstract class Layout and implement this interface can
take part in layout computation of the TableWrapLayout manager. |
ImageHyperlink.java | Class | This class extends hyperlink widget by adding the capability to render an
image relative to the text. |
LayoutCache.java | Class | |
LayoutComposite.java | Class | The class overrides default method for computing size in Composite by
accepting size returned from layout managers as-is. |
ScrolledForm.java | Class | ScrolledForm is a control that is capable of scrolling an instance of the
Form class. |
ScrolledFormText.java | Class | ScrolledFormText is a control that is capable of scrolling an instance of
the FormText class. |
ScrolledPageBook.java | Class | ScrolledPageBook is a class that is capable of stacking several composites
(pages), while showing one at a time. |
Section.java | Class | A variation of the expandable composite that adds optional description below
the title. |
SharedScrolledComposite.java | Class | This class is used to provide common scrolling services to a number of
controls in the toolkit. |
SizeCache.java | Class | |
TableWrapData.java | Class | Layout data used in conjunction with HTMLTableLayout . |
TableWrapLayout.java | Class | 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.java | Class | A custom selectable control that can be used to control areas that can be
expanded or collapsed.
This is an abstract class. |
TreeNode.java | Class | A custom selectable control that can be used to control areas that can be
expanded or collapsed. |
Twistie.java | Class | A custom selectable control that can be used to control areas that can be
expanded or collapsed. |