Eclipse Remote Application Platform

Uses of Package
org.eclipse.swt.widgets

Packages that use org.eclipse.swt.widgets
org.eclipse.rap.rwt   
org.eclipse.rap.rwt.application   
org.eclipse.rap.rwt.lifecycle   
org.eclipse.rap.rwt.theme   
org.eclipse.rap.rwt.widgets   
org.eclipse.swt.accessibility   
org.eclipse.swt.browser   
org.eclipse.swt.custom   
org.eclipse.swt.dnd   
org.eclipse.swt.events   
org.eclipse.swt.layout   
org.eclipse.swt.widgets   
 

Classes in org.eclipse.swt.widgets used by org.eclipse.rap.rwt
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.rap.rwt.application
Composite
          Instances of this class are controls which are capable of containing other controls.
Display
          Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Shell
          Instances of this class represent the "windows" which the desktop or "window manager" is managing.
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.rap.rwt.lifecycle
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.
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.
Menu
          Instances of this class are user interface objects that contain menu items.
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.rap.rwt.theme
Control
          Control is the abstract superclass of all windowed user interface classes.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.rap.rwt.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.
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.
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.
Synchronizer
          Instances of this class provide synchronization support for displays.
Widget
          This class is the abstract superclass of all user interface objects.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.accessibility
Control
          Control is the abstract superclass of all windowed user interface classes.
 

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.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.
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.
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.
Table
          Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.
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 issues 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.
 

Classes in org.eclipse.swt.widgets used by org.eclipse.swt.dnd
Control
          Control is the abstract superclass of all windowed user interface classes.
Widget
          This class is the abstract superclass of all user interface objects.
 

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.
Touch
          Instances of this class are created in response to a touch-based input device being touched.
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.
CoolBar
          Instances of this class provide an area for dynamically positioning the items they contain.
CoolItem
          Instances of this class are selectable user interface objects that represent the dynamically positionable areas of a CoolBar.
Decorations
          This class was introduced to be API compatible with SWT and does only provide those methods that are absolutely necessary to serve this purpose.
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.
ExpandBar
          Instances of this class support the layout of selectable expand bar items.
ExpandItem
          Instances of this class represent a selectable user interface object that represents a expandable item in a expand bar.
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.
Monitor
          Instances of this class are descriptions of monitors.
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.
TabFolder
          Instances of this class implement the notebook user interface metaphor.
TabItem
          Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
Table
          Instances of this class implement a selectable user interface object that displays a list of images and strings and issues notification 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.
TaskBar
          Instances of this class represent the system task bar.
TaskItem
          Instances of this class represent a task item.
ToolBar
          Instances of this class support the layout of selectable tool bar items.
ToolItem
          Instances of this class represent a selectable user interface object that represents a button in a tool bar.
ToolTip
          Instances of this class represent popup windows that are used to inform or warn the user.
TouchSource
          Instances of this class represent sources of touch input that generate Touch objects.
Tray
          Instances of this class represent the system tray that is part of the task bar status area on some operating systems.
TrayItem
          Instances of this class represent icons that can be placed on the system tray or task bar status area.
Tree
          Instances of this class provide a selectable user interface object that displays a hierarchy of items and issues notification when an item in the hierarchy is selected.
TreeColumn
          Instances of this class represent a column in a tree widget.
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.
 


Eclipse Remote Application Platform

Copyright (c) EclipseSource and others 2002, 2012. All rights reserved.