org.eclipse.swt.widgets

Home
Java Source Code / Java Documentation 2
1.2D
2.3D
3.Ajax
4.Algebra
5.App Engine
6.Aspect
7.Assemble
8.Cache
9.Cassandra
10.Chat
11.Cloud
12.CMS
13.CouchDB
14.Crypt
15.Database
16.Distributed
17.Eclipse
18.Facebook
19.File
20.Forum
21.GAE
22.Game
23.Google tech
24.Graph
25.Graphic
26.GWT
27.Hibernate
28.HTML
29.HTTP
30.Image
31.IntelliJ
32.IRC
33.J2EE
34.J2ME
35.JDBC
36.JPA
37.JSON
38.JSR
39.JUnit
40.JVM
41.Language
42.Linux
43.Math
44.Maven
45.Media
46.Messenger
47.MiddleWare
48.Mobile
49.Mock
50.MongoDB
51.Mp3
52.Music
53.MVC
54.Network
55.OpenID
56.OSGi
57.Parse
58.Persist
59.Petri
60.Phone
61.Physics
62.REST
63.Robot
64.RPC
65.RSS
66.Ruby
67.Script
68.Search
69.Spring
70.SQL
71.SSH
72.Sudoku
73.Swing
74.Tapestry
75.Test
76.Text
77.Torrent
78.Twitter
79.UML
80.UnTagged
81.Utilities
82.Web
83.Wiki
84.XML
Java Source Code / Java Documentation 2 » Script » java2script » org.eclipse.swt.widgets 
org.eclipse.swt.widgets
Java Source File NameTypeComment
About.javaClass
Button.javaClass Instances of this class represent a selectable user interface object that issues notification when pressed and released.
Canvas.javaClass 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.javaClass Instances of this class provide an i-beam that is typically used as the insertion point for text.
ColorDialog.javaClass Instances of this class allow the user to select a color from a predefined set of available colors.
Combo.javaClass 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.javaClass Instances of this class are controls which are capable of containing other controls.
Console.javaClass
Control.javaClass Control is the abstract superclass of all windowed user interface classes.
CoolBar.javaClass Instances of this class provide an area for dynamically positioning the items they contain.
CoolItem.javaClass Instances of this class are selectable user interface objects that represent the dynamically positionable areas of a CoolBar.
Decorations.javaClass Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
DesktopItem.javaClass
Dialog.javaClass 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.javaClass Instances of this class allow the user to navigate the file system and select a directory.
Display.javaClass Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Event.javaClass Instances of this class provide a description of a particular event which occurred within SWT.
EventTable.javaClass Instances of this class implement a simple look up mechanism that maps an event type to a listener.
FileDialog.javaClass Instances of this class allow the user to navigate the file system and select or enter a file name.
FontDialog.javaClass Instances of this class allow the user to select a font from all available fonts in the system.
Group.javaClass 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.javaClass
ImageList.javaClass
Item.javaClass This class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
Label.javaClass 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.javaClass A layout controls the position and size of the children of a composite widget.
Link.javaClass Instances of this class represent a selectable user interface object that displays a text with links.
List.javaClass Instances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string selected.
MaximizedTitle.javaClass
Menu.javaClass Instances of this class are user interface objects that contain menu items.
MenuItem.javaClass Instances of this class represent a selectable user interface object that issues notification when pressed and released.
MessageBox.javaClass Instances of this class are used used to inform or warn the user.
Monitor.javaClass Instances of this class are descriptions of monitors.
NotificationCorner.javaClass
ProgressBar.javaClass 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.javaClass
RunnableLock.javaClass 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.javaClass 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.javaClass Instances of the receiver represent a selectable user interface object that present a range of continuous numeric values.
Scrollable.javaClass This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
ScrollBar.javaClass Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Shell.javaClass 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.javaClass Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Spinner.javaClass Instances of this class are selectable user interface objects that allow the user to enter and modify numeric values.
Synchronizer.javaClass Instances of this class provide synchronization support for displays.
TabFolder.javaClass Instances of this class implement the notebook user interface metaphor.
TabItem.javaClass Instances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
Table.javaClass Instances of this class implement a selectable user interface object that displays a list of images and strings and issue notification when selected.
TableColumn.javaClass Instances of this class represent a column in a table widget.
TableItem.javaClass Instances of this class represent a selectable user interface object that represents an item in a table.
TaskBar.javaClass
Text.javaClass 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.javaClass Instances of this class support the layout of selectable tool bar items.
ToolItem.javaClass Instances of this class represent a selectable user interface object that represents a button in a tool bar.
Tracker.javaClass 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.javaClass Instances of this class represent the system tray that is part of the task bar status area on some operating systems.
TrayItem.javaClass Instances of this class represent icons that can be placed on the system tray or task bar status area.
Tree.javaClass 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.javaClass Instances of this class represent a column in a tree widget.
TreeItem.javaClass Instances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
TypedListener.javaClass 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.javaClass This class is the abstract superclass of all user interface objects.
w_w_w__.__j__a_v_a__2s_.__c_o_m | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.