Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
org.eclipse.swt.widgets

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.
EventTable
          Instances of this class implement a simple look up mechanism that maps an event type to a listener.
IComposite
           
IconBarLayout
          Layout parameters for the IconBar.
IControl
          A strip down interface for the Control class.
IIconBar
           
IIconBarMouseHandler
           
IIconBarRenderer
           
IImageAction
           
ImageList
           
IScrollable
           
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.
RunnableLock
          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.
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.
WeightedLayout
          The SashForm lays out its children in a Row or Column arrangement (as specified by the orientation) and places a Sash between the children.
Widget
          This class is the abstract superclass of all user interface objects.