|
Eclipse Platform Release 3.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.compare.contentmergeviewer | Support for compare and merge viewers which show the content side-by-side. |
org.eclipse.compare.structuremergeviewer | Provides support for finding and displaying the differences between hierarchically structured data. |
org.eclipse.debug.ui | Provides a generic debugger user interface that clients may customize via standard workbench extension points. |
org.eclipse.debug.ui.actions | Provides a set of actions related to running and debugging applications. |
org.eclipse.jface.action | Provides support for shared UI resources such as menus, tool bars, and status lines. |
org.eclipse.jface.contentassist | Provides a content assist add-on for implementors of IContentAssistSubjectControl. |
org.eclipse.jface.dialogs | Provides support for dialogs. |
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.text | Provides a framework for creating and manipulating text documents. |
org.eclipse.jface.text.source | Provides a support for managing annotations attached to a document. |
org.eclipse.jface.text.source.projection | |
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.jface.window | Provides a general framework for creating and managing windows. |
org.eclipse.jface.wizard | Provides a framework for wizards. |
org.eclipse.search.ui.text | Provides the interface for a default search result page for textual searches. |
org.eclipse.swt.accessibility | SWT Accessibility. |
org.eclipse.swt.awt | |
org.eclipse.swt.browser | SWT Browser widget. |
org.eclipse.swt.custom | SWT Custom 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.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.team.ui | Provides basic support for managing Team providers. |
org.eclipse.team.ui.synchronize | Contains the team synchronization presentation framework and support for the Synchronize View. |
org.eclipse.ui | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.actions | Classes for actions and operations used in a workbench window, page, or part in the Eclipse Platform User Interface. |
org.eclipse.ui.application | Application-level APIs for configuring and controling the Eclipse Platform User Interface. |
org.eclipse.ui.cheatsheets | Provides support for working with cheat sheets. |
org.eclipse.ui.commands | |
org.eclipse.ui.console | Application programming interfaces for interaction with the Eclipse console. |
org.eclipse.ui.contexts | |
org.eclipse.ui.dialogs | Classes for standard dialogs, wizards, and preference pages in the Eclipse Platform User Interface. |
org.eclipse.ui.editors.text | Provides a standard text editor and concrete document providers based IFileBuffer and others directly handling IFile and IStorage as editor input. |
org.eclipse.ui.forms | Forms-based controls for use in views, editors, and wizards. |
org.eclipse.ui.forms.editor | Support for forms-based multi-page editors. |
org.eclipse.ui.forms.events | Events and listeners for forms-based parts. |
org.eclipse.ui.forms.widgets | Custom widgets and controls for forms-based parts. |
org.eclipse.ui.help | Classes for integration with the help support system in the Eclipse Platform User Interface. |
org.eclipse.ui.intro | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.intro.config | |
org.eclipse.ui.keys | |
org.eclipse.ui.part | Classes for the creation of workbench parts that integrate with the Eclipse Platform User Interface. |
org.eclipse.ui.presentations | |
org.eclipse.ui.progress | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.texteditor | Provides a framework for text editors obeying to the desktop rules. |
org.eclipse.ui.texteditor.templates | Application programming interfaces for interaction with the Eclipse Java User Interface text support. |
org.eclipse.ui.themes | Application programming interfaces for interaction with and extension of the Eclipse Platform User Interface. |
org.eclipse.ui.views.bookmarkexplorer | Provides the standard Bookmarks view which displays bookmarks on resources. |
org.eclipse.ui.views.contentoutline | Provides the standard Content Outline view which can show the active editor's custom outline for the document being edited. |
org.eclipse.ui.views.navigator | Provides the standard Resource Navigator view which presents the tree of resources in the workspace. |
org.eclipse.ui.views.properties | Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection. |
org.eclipse.ui.views.tasklist | Provides the standard Task List view for displaying tasks and problem annotations on resources. |
org.eclipse.ui.wizards.datatransfer | Provides the standard Import and Export wizards for moving resources into and out of the workspace. |
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. | |
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.compare.contentmergeviewer | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.compare.structuremergeviewer | |
Composite
Instances of this class are controls which are capable of containing other controls. | |
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. | |
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.debug.ui | |
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. | |
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.debug.ui.actions | |
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.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. | |
CoolBar
Instances of this class provide an area for dynamically positioning the items they contain. | |
Decorations
Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs. | |
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. | |
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.contentassist | |
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. | |
Control
Control is the abstract superclass of all windowed user interface classes. | |
Text
Instances of this class are selectable user interface objects that allow the user to enter and modify text. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.dialogs | |
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. | |
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. | |
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected. | |
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.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. | |
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. | |
List
Instances of this class represent a selectable user interface object that displays a list of strings and issues notificiation when a string selected. | |
Scale
Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values. | |
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. |
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.text | |
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.jface.text.source | |
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. | |
Layout
A layout controls the position and size of the children of a composite widget. | |
Menu
Instances of this class are user interface objects that contain menu items. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.text.source.projection | |
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. | |
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.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 notificiation when a string selected. | |
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. | |
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 issue notificiation when an item in the hierarchy is selected. | |
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.jface.window | |
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. | |
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. | |
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.wizard | |
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. | |
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. | |
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. | |
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.search.ui.text | |
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. |
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.awt | |
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.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. | |
Caret
Instances of this class provide an i-beam that is typically used as the insertion point for text. | |
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. | |
Menu
Instances of this class are user interface objects that contain menu items. | |
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. | |
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation 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 issue notificiation 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. | |
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.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.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. | |
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. | |
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. | |
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.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. | |
Caret
Instances of this class provide an i-beam that is typically used as the insertion point for text. | |
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
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. | |
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 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. | |
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. | |
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 issue notificiation 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.team.ui | |
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. | |
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.team.ui.synchronize | |
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. | |
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 | |
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. | |
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. | |
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.actions | |
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. | |
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. | |
Tree
Instances of this class provide a selectable user interface object that displays a hierarchy of items and issue notificiation when an item in the hierarchy is selected. |
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. | |
Menu
Instances of this class are user interface objects that contain menu items. | |
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.cheatsheets | |
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. |
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.console | |
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.contexts | |
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 | |
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. | |
Event
Instances of this class provide a description of a particular event which occurred within SWT. | |
Group
Instances of this class provide an etched border with an optional title. | |
Label
Instances of this class represent a non-selectable user interface object that displays a string or image. | |
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. | |
Table
Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notificiation when selected. | |
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.ui.editors.text | |
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.forms | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.forms.editor | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.forms.events | |
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.forms.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. | |
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. | |
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. | |
Menu
Instances of this class are user interface objects that contain menu items. | |
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 issue notificiation when selected. | |
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 issue notificiation when an item in the hierarchy is selected. | |
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.help | |
Control
Control is the abstract superclass of all windowed user interface classes. | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.intro | |
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.intro.config | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.keys | |
Event
Instances of this class provide a description of a particular event which occurred within SWT. |
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. | |
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. | |
TabFolder
Instances of this class implement the notebook user interface metaphor. | |
Widget
This class is the abstract superclass of all user interface objects. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.presentations | |
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
Implementers of Listener provide a simple handleEvent() method that is used internally by SWT to dispatch events. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.progress | |
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.texteditor | |
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. | |
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.ui.texteditor.templates | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.themes | |
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.views.bookmarkexplorer | |
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.views.contentoutline | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.views.navigator | |
Composite
Instances of this class are controls which are capable of containing other controls. | |
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.views.properties | |
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. |
Classes in org.eclipse.swt.widgets used by org.eclipse.ui.views.tasklist | |
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. | |
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.wizards.datatransfer | |
Composite
Instances of this class are controls which are capable of containing other controls. | |
Shell
Instances of this class represent the "windows" which the desktop or "window manager" is managing. |
|
Eclipse Platform Release 3.0 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.