Eclipse Platform
2.0

Uses of Package
org.eclipse.swt.widgets

Packages that use org.eclipse.swt.widgets
org.eclipse.compare Provides support for performing structural and textual compare operations on arbitrary data and displaying the results. 
org.eclipse.jface.dialogs Provides support for dialogs. 
org.eclipse.jface.viewers Provides a framework for viewers, which are model-based content adapters for SWT widgets. 
org.eclipse.jface.wizard Provides a framework for wizards. 
org.eclipse.swt.custom SWT Custom widgets. 
org.eclipse.swt.dnd SWT Drag and Drop support. 
org.eclipse.swt.layout SWT layout classes  
org.eclipse.swt.ole.win32 SWT Win32 OLE implementation classes. 
org.eclipse.swt.printing SWT Printing support classes. 
org.eclipse.swt.widgets SWT widget public API classes. 
org.eclipse.ui.dialogs Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. 
org.eclipse.ui.part Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. 
 

Classes in org.eclipse.swt.widgets used by org.eclipse.compare
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.jface.dialogs
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.jface.viewers
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.jface.wizard
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.
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.custom
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.
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.
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
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.layout
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.ole.win32
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.printing
Dialog
          This class is the abstract superclass of the classes that represent the built in platform dialogs.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.widgets
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.
Item
          This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Listener
          Listeners implement a simple handleEvent(...) method that is used internally by SWT to dispatch events.
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.ui.dialogs
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.
Listener
          Listeners implement a simple handleEvent(...) method that is used internally by SWT to dispatch events.
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.ui.part
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.
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.
 


Eclipse Platform
2.0

Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.