Package org.eclipse.swt.widgets

Interface Summary
Listener  
 

Class Summary
Button This class provides an implementation for the Button GUI element.
Canvas Instances of this class provide a surface for drawing arbitrary graphics.
Composite Instances of this class are controls being capable of containing other controls.
Control  
Decorations  
Dialog This class is the abstract superclass of the classes that represent the built in platform dialogs.
Display  
Event  
FileDialog Instances of this class allow the user to navigate the file system and select or enter a file name.
Item This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Label Instances of this class represent a non-selectable user interface object that displays a string or an image.
Layout A layout controls the position and size of the children of a composite widget.
List Instances of this class are user interface objects that contain selectable items, displaying a list of strings and issuing notifications when a string is selected.
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.
MessageBox Instances of this class are used to display informational or error messages.
Scrollable  
Shell This class provides an implementation for the window GUI element.
Text This class provides an implementation for the Text edit field GUI element.
TypedListener  
Widget