Java SWT Classes for the Open Agent
CBanner Class
CBanner
is the class used to layout the toolbar area and perspective switching toolbar in the workbench.
CheckBoxToolItem Class
The class for a check box element in a toolbar control.
CoolBar Class
The container class that contains SWT widgets, primarily toolbars.
CoolItem Class
The class that contains selectable user interface objects that represent the areas of a CoolBar that can be dynamically positioned.
CTabFolder Class
The class for an enhanced tab folder, typically having decorated tabs and the minimize, maximize, and close buttons.
CTabItem Class
The class for an enhanced tab within a
CTabFolder
.
DropDownToolItem Class
The class for drop-down element in a toolbar control.
ExpandBar Class
The class for widgets that expand and close by clicking on a header.
ExpandItem Class
The class that contains the expandable items in an
ExpandBar
.
Group Class
Group
is the class used to combine controls to give the user visual hints that those controls belong together.
HorizontalSash Class
The class for the horizontal border around a window pane that can be dragged to adjust the window size.
Item Class
The class for abstract base classes, such as
RadioListToolItem
.
Link Class
Link
is the class that opens the topic location referenced in the source.
PushToolItem Class
The class for a pushbutton element in a toolbar control.
RadioListToolItem Class
RadioListToolItem
is the class for a radio button element in a toolbar control.
Sash Class
The class for the border around a window pane that can be dragged to adjust the window size.
SashForm Class
The class for the border around a form that can be dragged to adjust the size of the form.
ScrollableControl Class
The class for controls that are scrollable.
ScrolledComposite Class
The class for scrollbars and scrolls the content when the user uses the scrollbars.
Shell Class
The class for windows that the desktop or window manager is managing.
Spinner Class
The class to enter and modify numeric values for up/down controls.
StyledText Class
The class for an editable user interface object that displays lines of text.
SWTBrowser Class
The class for the browser widget.
SWTDateTime Class
The class for SWT date and time elements in a calendar, date, or time control.
SWTTabControl Class
The class for tab controls in an SWT multi-page dialog.
SWTTabItem Class
The class for an enhanced tab within a
SWTTabControl
.
SWTTable Class
The class for SWT tables.
SWTTableColumn Class
The class for columns in an SWT table.
SWTTableRow Class
The class for rows in an SWT table.
SWTTree Class
The class for SWT tree-widgets.
SWTTreeColumn Class
The class for columns in a tree widget.
ToggleButton Class
The class for buttons that have a state that can be changed by selecting the button.
ToolItem Class
The class for a tool item in a toolbar control.
VerticalSash Class
The class for the vertical border around a window pane that can be dragged to adjust the window size.
ViewForm Class
The class to lay out a view's label, menu, or toolbar-local bar in the workbench.
Parent topic:
Testing Java SWT and Eclipse Applications with the Open Agent
Parent topic:
Java Classes
Related reference
Supported SWT Widgets for the Open Agent