|
Class Summary |
| AlignmentHelper |
A utility class to help in setting alignment options |
| Applet |
This class is constructed with a window or frame and can be part of an applet
or an application. |
| AttributeHelper |
A class to provide some backward compatibility with the deprecated
AttributedComponent interface |
| BorderLayout |
The border layout |
| Button |
A wrapper for the SWT Button class. |
| Checkbox |
A wrapper for the SWT Checkbox class |
| ComboBox |
A wrapper for the AWT Choice class |
| CoolBar |
Draws a coolbar |
| Dialog |
Provides support for Popups. |
| DialogTable |
Abstract class which extends Dialog for the SWT Tables |
| DialogTableAddColumn |
Class which extends DialogTable for the SWT Tables, and show a dialog to add
a column to a table. |
| DialogTableAddItem |
Class which extends DialogTable for the SWT Tables, and show a dialog to add
an item to a table. |
| DialogTableSetValueColumnItem |
Class which extends DialogTable for the SWT Tables, and show a dialog to set
a value to an attribute of an item to a table. |
| Edit |
A wrapper for the SWT TextField class |
| EditTable |
Provides a simple read-only tables/grid component. |
| ExpandBar |
Draws an expandbar |
| ExpandItem |
Draws an expanditem |
| HotspotImage |
A widget for displaying an image and associating hotspots at coordinates
specified in an external file |
| Image |
Draws an image |
| ImageMap |
Class which extends HotspotImage |
| Label |
Draws text. |
| LayoutHelper |
A helper class for working with layout managers. |
| Link |
Draws an expandbar |
| List |
A wrapper for the SWT List class |
| Menu |
A wrapper for menus |
| MenuBar |
A wrapper for menus |
| MenuItem |
A wrapper for menu items |
| MessageBox |
Creates a simple modal MessageBox with a label for the text and a close
button |
| Panel |
A basic container for components. |
| Password |
A wrapper for the Swing JPasswordField class, adding an echo character |
| ProgressBar |
Draws an progressbar |
| RadioButton |
A wrapper for the RadioButton class |
| Scale |
Draws a scale |
| ScrollPane |
Wraps ScrollPane |
| Slider |
Draws a slider |
| Spinner |
Draws a spinner |
| SplitPane |
Draws a splitpane |
| Style |
A style for storing information about the look of a component. |
| SwtComponentFactory |
A factory for non-base Swing components such as trees, tables and split panes |
| SwtDataBindingFactory |
A data binding factory for the additional swing bindings |
| SwtEventHandler |
Implements an event handler for Aria. |
| SwtPage |
A basic unit for building applications. |
| SwtTarget |
When using framesets the 'screen' is devided up into a number of different
target areas. |
| SwtWidgetAdapter |
Adapts the abstract component definition used by the common aria
(org.formaria.aria) package to the concrete definition of an SWT component. |
| Table |
Provides a simple read-only tables/grid component. |
| TabPanel |
A tab panel. |
| TextArea |
A wrapper for the JTextArea class |
| ToolBar |
Draws a toolbar |
| ToolItem |
Draws a coolitem |
| ToolTip |
A Tooltip class for AWT components. |
| Tree |
A tree control, wraps JTree |