org.eclipse.swt.widgets |
|
Java Source File Name | Type | Comment |
About.java | Class | |
Button.java | Class | Instances of this class represent a selectable user interface object that
issues notification when pressed and released. |
Canvas.java | Class | Instances of this class provide a surface for drawing
arbitrary graphics.
- Styles:
- (none)
- Events:
- (none)
This class may be subclassed by custom control implementors
who are building controls that are not constructed
from aggregates of other controls. |
Caret.java | Class | Instances of this class provide an i-beam that is typically used
as the insertion point for text. |
ColorDialog.java | Class | Instances of this class allow the user to select a color
from a predefined set of available colors. |
Combo.java | Class | 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.java | Class | Instances of this class are controls which are capable
of containing other controls. |
Console.java | Class | |
Control.java | Class | Control is the abstract superclass of all windowed user interface classes. |
CoolBar.java | Class | Instances of this class provide an area for dynamically
positioning the items they contain. |
CoolItem.java | Class | Instances of this class are selectable user interface
objects that represent the dynamically positionable
areas of a CoolBar . |
Decorations.java | Class | Instances of this class provide the appearance and
behavior of Shells , but are not top
level shells or dialogs. |
DesktopItem.java | Class | |
Dialog.java | Class | This class is the abstract superclass of the classes
that represent the built in platform dialogs.
A Dialog typically contains other widgets
that are not accessible. |
DirectoryDialog.java | Class | Instances of this class allow the user to navigate
the file system and select a directory. |
Display.java | Class | Instances of this class are responsible for managing the
connection between SWT and the underlying operating
system. |
Event.java | Class | Instances of this class provide a description of a particular
event which occurred within SWT. |
EventTable.java | Class | Instances of this class implement a simple
look up mechanism that maps an event type
to a listener. |
FileDialog.java | Class | Instances of this class allow the user to navigate
the file system and select or enter a file name. |
FontDialog.java | Class | Instances of this class allow the user to select a font
from all available fonts in the system. |
Group.java | Class | Instances of this class provide an etched border
with an optional title.
Shadow styles are hints and may not be honoured
by the platform. |
HTMLSource.java | Class | |
ImageList.java | Class | |
Item.java | Class | This class is the abstract superclass of all non-windowed
user interface objects that occur within specific controls. |
Label.java | Class | Instances of this class represent a non-selectable
user interface object that displays a string or image.
When SEPARATOR is specified, displays a single
vertical or horizontal line.
- Styles:
- SEPARATOR, HORIZONTAL, VERTICAL
- SHADOW_IN, SHADOW_OUT, SHADOW_NONE
- CENTER, LEFT, RIGHT, WRAP
- Events:
- (none)
Note: Only one of SHADOW_IN, SHADOW_OUT and SHADOW_NONE may be specified.
SHADOW_NONE is a HINT. |
Layout.java | Class | A layout controls the position and size
of the children of a composite widget. |
Link.java | Class | Instances of this class represent a selectable
user interface object that displays a text with
links. |
List.java | Class | Instances of this class represent a selectable user interface
object that displays a list of strings and issues notification
when a string selected. |
MaximizedTitle.java | Class | |
Menu.java | Class | Instances of this class are user interface objects that contain
menu items. |
MenuItem.java | Class | Instances of this class represent a selectable user interface object
that issues notification when pressed and released. |
MessageBox.java | Class | Instances of this class are used used to inform or warn the user. |
Monitor.java | Class | Instances of this class are descriptions of monitors. |
NotificationCorner.java | Class | |
ProgressBar.java | Class | Instances of the receiver represent is an unselectable
user interface object that is used to display progress,
typically in the form of a bar. |
QuickLaunch.java | Class | |
RunnableLock.java | Class | Instances of this class are used to ensure that an
application cannot interfere with the locking mechanism
used to implement asynchonous and synchronous communication
between widgets and background threads. |
Sash.java | Class | Instances of the receiver represent a selectable user interface object
that allows the user to drag a rubber banded outline of the sash within
the parent control. |
Scale.java | Class | Instances of the receiver represent a selectable user
interface object that present a range of continuous
numeric values. |
Scrollable.java | Class | This class is the abstract superclass of all classes which
represent controls that have standard scroll bars. |
ScrollBar.java | Class | Instances of this class are selectable user interface
objects that represent a range of positive, numeric values. |
Shell.java | Class | Instances of this class represent the "windows"
which the desktop or "window manager" is managing.
Instances that do not have a parent (that is, they
are built using the constructor, which takes a
Display as the argument) are described
as top level shells. |
Slider.java | Class | Instances of this class are selectable user interface
objects that represent a range of positive, numeric values. |
Spinner.java | Class | Instances of this class are selectable user interface
objects that allow the user to enter and modify numeric
values. |
Synchronizer.java | Class | Instances of this class provide synchronization support
for displays. |
TabFolder.java | Class | Instances of this class implement the notebook user interface
metaphor. |
TabItem.java | Class | Instances of this class represent a selectable user interface object
corresponding to a tab for a page in a tab folder. |
Table.java | Class | Instances of this class implement a selectable user interface
object that displays a list of images and strings and issue
notification when selected. |
TableColumn.java | Class | Instances of this class represent a column in a table widget. |
TableItem.java | Class | Instances of this class represent a selectable user interface object
that represents an item in a table. |
TaskBar.java | Class | |
Text.java | Class | Instances of this class are selectable user interface
objects that allow the user to enter and modify text.
- Styles:
- CENTER, LEFT, MULTI, PASSWORD, SINGLE, RIGHT, READ_ONLY, WRAP
- Events:
- DefaultSelection, Modify, Verify
Note: Only one of the styles MULTI and SINGLE may be specified. |
ToolBar.java | Class | Instances of this class support the layout of selectable
tool bar items. |
ToolItem.java | Class | Instances of this class represent a selectable user interface object
that represents a button in a tool bar. |
Tracker.java | Class | Instances of this class implement rubber banding rectangles that are
drawn onto a parent Composite or Display .
These rectangles can be specified to respond to mouse and key events
by either moving or resizing themselves accordingly. |
Tray.java | Class | Instances of this class represent the system tray that is part
of the task bar status area on some operating systems. |
TrayItem.java | Class | Instances of this class represent icons that can be placed on the
system tray or task bar status area. |
Tree.java | Class | Instances of this class provide a selectable user interface object
that displays a hierarchy of items and issue notification when an
item in the hierarchy is selected. |
TreeColumn.java | Class | Instances of this class represent a column in a tree widget. |
TreeItem.java | Class | Instances of this class represent a selectable user interface object
that represents a hierarchy of tree items in a tree widget. |
TypedListener.java | Class | Instances of this class are internal SWT implementation
objects which provide a mapping between the typed and untyped
listener mechanisms that SWT supports.
IMPORTANT: This class is not part of the SWT
public API. |
Widget.java | Class | This class is the abstract superclass of all user interface objects. |