Package org.eclipse.swt.widgets
SWT widget public API classes.
See:
Description
Interface Summary
Class Summary
Canvas
Safe: Instances of this class provide a surface for drawing
arbitrary graphics.
ColorDialog
Unsafe: Instances of this class allow the user to select a color
from a predefined set of available colors.
Combo
Safe: Instances of this class are controls that allow the user
to choose an item from a list of items, or optionally
enter a new value by typing it into an editable text
field.
CoolItem
Safe: Instances of this class are selectable user interface
objects that represent the dynamically positionable
areas of a
CoolBar
.
Dialog
Unsafe: This class is the abstract superclass of the classes
that represent the built in platform dialogs.
DirectoryDialog
Unsafe: Instances of this class allow the user to navigate
the file system and select a directory.
FileDialog
Unsafe: Instances of this class allow the user to navigate
the file system and select or enter a file name.
FontDialog
Unsafe: Instances of this class allow the user to select a font
from all available fonts in the system.
Group
Safe: Instances of this class provide an etched border
with an optional title.
Item
Safe: This class is the abstract superclass of all non-windowed
user interface objects that occur within specific controls.
Label
Safe: Instances of this class represent a non-selectable
user interface object that displays a string or image.
List
Safe:
Instances of this class represent a selectable user interface
object that displays a list of strings and issues notificiation
when a string selected.
MessageBox
Unsafe: Instances of this class are used used to inform or warn the user.
ProgressBar
Safe: Instances of the receiver represent is an unselectable
user interface object that is used to display progress,
typically in the form of a bar.
Sash
Safe: Instances of the receiver represent a selectable user interface object
that allows the user to drag a rubber banded outline of the sash within
the parent control.
Scale
Unsafe: Instances of the receiver represent a selectable user
interface object that present a range of continuous
numeric values.
Scrollable
Safe: This class is the abstract superclass of all classes which
represent controls that have standard scroll bars.
Slider
Safe: Instances of this class are selectable user interface
objects that represent a range of positive, numeric values.
Synchronizer
Unsafe: Instances of this class provide synchronization support
for displays.
TabItem
Safe: Instances of this class represent a selectable user interface object
corresponding to a tab for a page in a tab folder.
TableItem
Safe: Instances of this class represent a selectable user interface object
that represents an item in a table.
Text
Safe: Instances of this class are selectable user interface
objects that allow the user to enter and modify text.
ToolItem
Safe: Instances of this class represent a selectable user interface object
that represents a button in a tool bar.
Tracker
Unsafe: Instances of this class implement rubber banding rectangles that are
drawn onto a parent
Composite
or
Display
.
TreeItem
Safe: Instances of this class represent a selectable user interface object
that represents a hierarchy of tree items in a tree widget.
TypedListener
Unsafe:
Instances of this class are
internal SWT implementation
objects which provide a mapping between the typed and untyped
listener mechanisms that SWT supports.
Widget
Unsafe: This class is the abstract superclass of all user interface objects.
WidgetTable
This class contains static methods which provide a map from the
platform representation of a widget to the SWT control.
Package org.eclipse.swt.widgets Description
SWT widget public API classes.
Package Specification
This package contains the classes which make up the public SWT widget
API as well as the related public support classes (for example, class
Event
).