|
Eclipse eRCP Release 1.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.eclipse.swt.widgets | |
---|---|
org.eclipse.ercp.swt.mobile | This package contains classes which are suitable for mobile devices. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.jface.operation | Provides JFace support for long-running operations. |
org.eclipse.jface.preference | Provides a framework for preferences. |
org.eclipse.jface.resource | Provides support for managing resources such as SWT fonts and images. |
org.eclipse.jface.util | Provides useful building blocks used throughout JFace, including property change events, a listener list implementation, and runtime checked assertions. |
org.eclipse.jface.viewers | Provides a framework for viewers, which are model-based content adapters for SWT widgets. |
org.eclipse.swt.browser | Optional Expanded eSWT Widgets This package includes the Browser widget which is in the Expanded portion of eSWT. |
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 This package includes widgets which are in the Expanded portion of eSWT. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.application | Application-level APIs for configuring and controling the Eclipse Platform User Interface. |
org.eclipse.ui.commands | |
org.eclipse.ui.dialogs | |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.presentations |
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. |
|
Link
Instances of this class represent a selectable user interface object that displays a text with links. |
|
Listener
Implementers of Listener provide 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. |
|
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.jface.action | |
---|---|
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. |
|
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
|
Menu
Instances of this class are user interface objects that contain menu items. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.operation | |
---|---|
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.jface.preference | |
---|---|
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
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. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.resource | |
---|---|
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.util | |
---|---|
Control
Control is the abstract superclass of all windowed user interface classes. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.viewers | |
---|---|
Button
Instances of this class represent a selectable user interface object that issues notification when pressed and released. |
|
Combo
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. |
|
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. |
|
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. |
|
Layout
A layout controls the position and size of the children of a composite widget. |
|
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected. |
|
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. |
|
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
|
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.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 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. |
|
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. |
|
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.ui | |
---|---|
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.application | |
---|---|
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. |
|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.commands | |
---|---|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.dialogs | |
---|---|
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.presentations | |
---|---|
Control
Control is the abstract superclass of all windowed user interface classes. |
|
Eclipse eRCP Release 1.1 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |