Uses of Package
org.eclipse.swt.widgets

Packages that use org.eclipse.swt.widgets
org.eclipse.ercp.swt.mobile This package contains classes which are suitable for mobile devices. 
org.eclipse.swt.browser Optional Expanded eSWT Widgets 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.events SWT typed listener support. 
org.eclipse.swt.layout This package contains the SWT layout classes. 
org.eclipse.swt.widgets Optional Expanded eSWT Widgets 
 

Classes in org.eclipse.swt.widgets used by org.eclipse.ercp.swt.mobile
Canvas
          Instances of this class provide a surface for drawing arbitrary graphics.
Composite
          Instances of this class are controls which are capable of containing other controls.
Control
          Control is the abstract superclass of all windowed user interface classes.
Decorations
          Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
Dialog
          This class is the abstract superclass of the classes that represent the built in platform dialogs.
Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Item
          This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Scrollable
          This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
Shell
          Instances of this class represent the "windows" which the desktop or "window manager" is managing.
Text
          Instances of this class are selectable user interface objects that allow the user to enter and modify text.
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.browser
Composite
          Instances of this class are controls which are capable of containing other controls.
Control
          Control is the abstract superclass of all windowed user interface classes.
Scrollable
          This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.dnd
Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.events
Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Event
          Instances of this class provide a description of a particular event which occurred within SWT.
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.layout
Composite
          Instances of this class are controls which are capable of containing other controls.
Control
          Control is the abstract superclass of all windowed user interface classes.
Layout
          A layout controls the position and size of the children of a composite widget.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.widgets
Button
          Instances of this class represent a selectable user interface object that issues notification when pressed and released.
Canvas
          Instances of this class provide a surface for drawing arbitrary graphics.
Composite
          Instances of this class are controls which are capable of containing other controls.
Control
          Control is the abstract superclass of all windowed user interface classes.
Decorations
          Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
Dialog
          This class is the abstract superclass of the classes that represent the built in platform dialogs.
Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Event
          Instances of this class provide a description of a particular event which occurred within SWT.
Item
          This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Layout
          A layout controls the position and size of the children of a composite widget.
Listener
          Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events.
Menu
          Instances of this class are user interface objects that contain menu items.
MenuItem
          Instances of this class represent a selectable user interface object that issues notification when pressed and released.
Scrollable
          This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
ScrollBar
          Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Shell
          Instances of this class represent the "windows" which the desktop or "window manager" is managing.
Synchronizer
          Instances of this class provide synchronization support for displays.
Table
          Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected.
TableColumn
          Instances of this class represent a column in a table widget.
TableItem
          Instances of this class represent a selectable user interface object that represents an item in a table.
Tree
          Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notification when an item in the hierarchy is selected.
TreeItem
          Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
Widget
          This class is the abstract superclass of all user interface objects.