Library:Eclipse SWT
Version:3.2
Compatibility:JDK 1.4
Classes in library Eclipse SWT.
NamePackageDescription
ACCorg.eclipse.swt.accessibilityClass ACC contains all the constants used in defining an Accessible object.
Accessibleorg.eclipse.swt.accessibilityInstances of this class provide a bridge between application code and assistive technology clients.
AccessibleAdapterorg.eclipse.swt.accessibilityThis adapter class provides default implementations for the methods described by the AccessibleListener interface.
AccessibleControlAdapterorg.eclipse.swt.accessibilityThis adapter class provides default implementations for the methods described by the AccessibleControlListener interface.
AccessibleControlEventorg.eclipse.swt.accessibilityInstances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AccessibleEventorg.eclipse.swt.accessibilityInstances of this class are sent as a result of accessibility clients sending messages to controls asking for information about the control instance.
AccessibleTextAdapterorg.eclipse.swt.accessibilityThis adapter class provides default implementations for the methods described by the AccessibleTextListener interface.
AccessibleTextEventorg.eclipse.swt.accessibilityInstances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AnimatedProgressorg.eclipse.swt.customA control for showing progress feedback for a long running operation.
ArmEventorg.eclipse.swt.eventsInstances of this class are sent as a result of a widget such as a menu item being armed.
BidiSegmentEventorg.eclipse.swt.customThis event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
Browserorg.eclipse.swt.browserInstances of this class implement the browser user interface metaphor.
Bulletorg.eclipse.swt.customInstances of this class represent bullets in the StyledText.
BusyIndicatororg.eclipse.swt.customSupport for showing a Busy Cursor during a long running process.
Buttonorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that issues notification when pressed and released.
ByteArrayTransferorg.eclipse.swt.dndThe class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
Canvasorg.eclipse.swt.widgetsInstances of this class provide a surface for drawing arbitrary graphics.
Caretorg.eclipse.swt.widgetsInstances of this class provide an i-beam that is typically used as the insertion point for text.
CBannerorg.eclipse.swt.customInstances of this class implement a Composite that lays out its children and allows programmatic control of the layout.
CComboorg.eclipse.swt.customThe CCombo class represents a selectable user interface object that combines a text field and a list and issues notification when an item is selected from the list.
CLabelorg.eclipse.swt.customA Label which supports aligned text and/or an image and different border styles.
Clipboardorg.eclipse.swt.dndThe Clipboard provides a mechanism for transferring data from one application to another or within an application.
Colororg.eclipse.swt.graphicsInstances of this class manage the operating system resources that implement SWT's RGB color model.
ColorDialogorg.eclipse.swt.widgetsInstances of this class allow the user to select a color from a predefined set of available colors.
Comboorg.eclipse.swt.widgetsInstances 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.
Compositeorg.eclipse.swt.widgetsInstances of this class are controls which are capable of containing other controls.
Controlorg.eclipse.swt.widgetsControl is the abstract superclass of all windowed user interface classes.
ControlAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the ControlListener interface.
ControlEditororg.eclipse.swt.customA ControlEditor is a manager for a Control that appears above a composite and tracks with the moving and resizing of that composite.
ControlEventorg.eclipse.swt.eventsInstances of this class are sent as a result of controls being moved or resized.
CoolBarorg.eclipse.swt.widgetsInstances of this class provide an area for dynamically positioning the items they contain.
CoolItemorg.eclipse.swt.widgetsInstances of this class are selectable user interface objects that represent the dynamically positionable areas of a CoolBar.
CTabFolderorg.eclipse.swt.customInstances of this class implement the notebook user interface metaphor.
CTabFolder2Adapterorg.eclipse.swt.customThis adapter class provides default implementations for the methods described by the CTabFolder2Listener interface.
CTabFolderAdapterorg.eclipse.swt.customNo description provided.
CTabFolderEventorg.eclipse.swt.customNo description provided.
CTabItemorg.eclipse.swt.customInstances of this class represent a selectable user interface object that represent a page in a notebook widget.
Cursororg.eclipse.swt.graphicsInstances of this class manage operating system resources that specify the appearance of the on-screen pointer.
Decorationsorg.eclipse.swt.widgetsInstances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
Deviceorg.eclipse.swt.graphicsThis class is the abstract superclass of all device objects, such as the Display device and the Printer device.
DeviceDataorg.eclipse.swt.graphicsNo description provided.
Dialogorg.eclipse.swt.widgetsThis class is the abstract superclass of the classes that represent the built in platform dialogs.
DirectoryDialogorg.eclipse.swt.widgetsInstances of this class allow the user to navigate the file system and select a directory.
Displayorg.eclipse.swt.widgetsInstances of this class are responsible for managing the connection between SWT and the underlying operating system.
DisposeEventorg.eclipse.swt.eventsInstances of this class are sent as a result of widgets being disposed.
DNDorg.eclipse.swt.dndClass DND contains all the constants used in defining a DragSource or a DropTarget.
DragSourceorg.eclipse.swt.dndDragSource defines the source object for a drag and drop transfer.
DragSourceAdapterorg.eclipse.swt.dndThis adapter class provides default implementations for the methods described by the DragSourceListener interface.
DragSourceEventorg.eclipse.swt.dndThe DragSourceEvent contains the event information passed in the methods of the DragSourceListener.
DropTargetorg.eclipse.swt.dndClass DropTarget defines the target object for a drag and drop transfer.
DropTargetAdapterorg.eclipse.swt.dndThis adapter class provides default implementations for the methods described by the DropTargetListener interface.
DropTargetEventorg.eclipse.swt.dndThe DropTargetEvent contains the event information passed in the methods of the DropTargetListener.
Eventorg.eclipse.swt.widgetsInstances of this class provide a description of a particular event which occurred within SWT.
ExpandAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the ExpandListener interface.
ExpandBarorg.eclipse.swt.widgetsInstances of this class support the layout of selectable expand bar items.
ExpandEventorg.eclipse.swt.eventsInstances of this class are sent as a result of ExpandItems being expanded or collapsed.
ExpandItemorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that represents a expandable item in a expand bar.
ExtendedModifyEventorg.eclipse.swt.customThis event is sent after a text change occurs.
FileDialogorg.eclipse.swt.widgetsInstances of this class allow the user to navigate the file system and select or enter a file name.
FileTransferorg.eclipse.swt.dndThe class FileTransfer provides a platform specific mechanism for converting a list of files represented as a java String[] to a platform specific representation of the data and vice versa.
FillLayoutorg.eclipse.swt.layoutFillLayout is the simplest layout class.
FocusAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the FocusListener interface.
FocusEventorg.eclipse.swt.eventsInstances of this class are sent as a result of widgets gaining and losing focus.
Fontorg.eclipse.swt.graphicsInstances of this class manage operating system resources that define how text looks when it is displayed.
FontDataorg.eclipse.swt.graphicsInstances of this class describe operating system fonts.
FontDialogorg.eclipse.swt.widgetsInstances of this class allow the user to select a font from all available fonts in the system.
FontMetricsorg.eclipse.swt.graphicsInstances of this class provide measurement information about fonts including ascent, descent, height, leading space between rows, and average character width.
FormAttachmentorg.eclipse.swt.layoutInstances of this class are used to define the edges of a control within a FormLayout.
FormDataorg.eclipse.swt.layoutInstances of this class are used to define the attachments of a control in a FormLayout.
FormLayoutorg.eclipse.swt.layoutInstances of this class control the position and size of the children of a composite control by using FormAttachments to optionally configure the left, top, right and bottom edges of each child.
GCorg.eclipse.swt.graphicsClass GC is where all of the drawing capabilities that are supported by SWT are located.
GCDataorg.eclipse.swt.graphicsInstances of this class are descriptions of GCs in terms of unallocated platform-specific data fields.
GLCanvasorg.eclipse.swt.openglGLCanvas is a widget capable of displaying OpenGL content.
GLDataorg.eclipse.swt.openglThe GLData class is a device-independent description of the pixel format attributes of a GL drawable.
GlyphMetricsorg.eclipse.swt.graphicsInstances of this class represent glyph metrics.
GridDataorg.eclipse.swt.layoutGridData is the layout data object associated with GridLayout.
GridLayoutorg.eclipse.swt.layoutInstances of this class lay out the control children of a Composite in a grid.
Grouporg.eclipse.swt.widgetsInstances of this class provide an etched border with an optional title.
HelpEventorg.eclipse.swt.eventsInstances of this class are sent as a result of help being requested for a widget.
HTMLTransferorg.eclipse.swt.dndThe class HTMLTransfer provides a platform specific mechanism for converting text in HTML format represented as a java String to a platform specific representation of the data and vice versa.
Imageorg.eclipse.swt.graphicsInstances of this class are graphics which have been prepared for display on a specific device.
ImageDataorg.eclipse.swt.graphicsInstances of this class are device-independent descriptions of images.
ImageLoaderorg.eclipse.swt.graphicsInstances of this class are used to load images from, and save images to, a file or stream.
ImageLoaderEventorg.eclipse.swt.graphicsInstances of this class are sent as a result of the incremental loading of image data.
Itemorg.eclipse.swt.widgetsThis class is the abstract superclass of all non-windowed user interface objects that occur within specific controls.
KeyAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the KeyListener interface.
KeyEventorg.eclipse.swt.eventsInstances of this class are sent as a result of keys being pressed and released on the keyboard.
Labelorg.eclipse.swt.widgetsInstances of this class represent a non-selectable user interface object that displays a string or image.
Layoutorg.eclipse.swt.widgetsA layout controls the position and size of the children of a composite widget.
LineBackgroundEventorg.eclipse.swt.customThis event is sent when a line is about to be drawn.
LineStyleEventorg.eclipse.swt.customThis event is sent when a line is about to be drawn.
Linkorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that displays a text with links.
Listorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that displays a list of strings and issues notification when a string is selected.
LocationAdapterorg.eclipse.swt.browserThis adapter class provides default implementations for the methods described by the LocationListener interface.
LocationEventorg.eclipse.swt.browserA LocationEvent is sent by a Browser to LocationListener 's when the Browser navigates to a different URL.
Menuorg.eclipse.swt.widgetsInstances of this class are user interface objects that contain menu items.
MenuAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the MenuListener interface.
MenuEventorg.eclipse.swt.eventsInstances of this class are sent as a result of menus being shown and hidden.
MenuItemorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that issues notification when pressed and released.
MessageBoxorg.eclipse.swt.widgetsInstances of this class are used to inform or warn the user.
ModifyEventorg.eclipse.swt.eventsInstances of this class are sent as a result of text being modified.
Monitororg.eclipse.swt.widgetsInstances of this class are descriptions of monitors.
MouseAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the MouseListener interface.
MouseEventorg.eclipse.swt.eventsInstances of this class are sent whenever mouse related actions occur.
MouseTrackAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the MouseTrackListener interface.
OLEorg.eclipse.swt.ole.win32OLE contains all the constants used to create an ActiveX Control or an OLE Document.
OleAutomationorg.eclipse.swt.ole.win32OleAutomation provides a generic mechanism for accessing functionality that is specific to a particular ActiveX Control or OLE Document.
OleClientSiteorg.eclipse.swt.ole.win32OleClientSite provides a site to manage an embedded OLE Document within a container.
OleControlSiteorg.eclipse.swt.ole.win32OleControlSite provides a site to manage an embedded ActiveX Control within a container.
OleEventorg.eclipse.swt.ole.win32No description provided.
OleFrameorg.eclipse.swt.ole.win32OleFrame is an OLE Container's top level frame.
OleFunctionDescriptionorg.eclipse.swt.ole.win32No description provided.
OleParameterDescriptionorg.eclipse.swt.ole.win32No description provided.
OlePropertyDescriptionorg.eclipse.swt.ole.win32No description provided.
PaintEventorg.eclipse.swt.eventsInstances of this class are sent as a result of visible areas of controls requiring re-painting.
PaintObjectEventorg.eclipse.swt.customThis event is sent when an object needs to be drawn.
PaletteDataorg.eclipse.swt.graphicsInstances of this class describe the color data used by an image.
Pathorg.eclipse.swt.graphicsInstances of this class represent paths through the two-dimensional coordinate system.
PathDataorg.eclipse.swt.graphicsInstances of this class describe device-independent paths.
Patternorg.eclipse.swt.graphicsInstances of this class represent patterns to use while drawing.
Pointorg.eclipse.swt.graphicsInstances of this class represent places on the (x, y) coordinate plane.
PopupListorg.eclipse.swt.customA PopupList is a list of selectable items that appears in its own shell positioned above its parent shell.
PrintDialogorg.eclipse.swt.printingInstances of this class allow the user to select a printer and various print-related parameters prior to starting a print job.
Printerorg.eclipse.swt.printingInstances of this class are used to print to a printer.
PrinterDataorg.eclipse.swt.printingInstances of this class are descriptions of a print job in terms of the printer, and the scope and type of printing that is desired.
Programorg.eclipse.swt.programInstances of this class represent programs and their associated file extensions in the operating system.
ProgressAdapterorg.eclipse.swt.browserThis adapter class provides default implementations for the methods described by the ProgressListener interface.
ProgressBarorg.eclipse.swt.widgetsInstances of the receiver represent is an unselectable user interface object that is used to display progress, typically in the form of a bar.
ProgressEventorg.eclipse.swt.browserA ProgressEvent is sent by a Browser to ProgressListener 's when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
Rectangleorg.eclipse.swt.graphicsInstances of this class represent rectangular areas in an (x, y) coordinate system.
Regionorg.eclipse.swt.graphicsInstances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of polygons.
Resourceorg.eclipse.swt.graphicsThis class is the abstract superclass of all graphics resource objects.
RGBorg.eclipse.swt.graphicsInstances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
RowDataorg.eclipse.swt.layoutEach control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
RowLayoutorg.eclipse.swt.layoutInstances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
RTFTransferorg.eclipse.swt.dndThe class RTFTransfer provides a platform specific mechanism for converting text in RTF format represented as a java String to a platform specific representation of the data and vice versa.
Sashorg.eclipse.swt.widgetsInstances 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.
SashFormorg.eclipse.swt.customThe SashForm lays out its children in a Row or Column arrangement (as specified by the orientation) and places a Sash between the children.
Scaleorg.eclipse.swt.widgetsInstances of the receiver represent a selectable user interface object that present a range of continuous numeric values.
Scrollableorg.eclipse.swt.widgetsThis class is the abstract superclass of all classes which represent controls that have standard scroll bars.
ScrollBarorg.eclipse.swt.widgetsInstances of this class are selectable user interface objects that represent a range of positive, numeric values.
ScrolledCompositeorg.eclipse.swt.customA ScrolledComposite provides scrollbars and will scroll its content when the user uses the scrollbars.
SelectionAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the SelectionListener interface.
SelectionEventorg.eclipse.swt.eventsInstances of this class are sent as a result of widgets being selected.
Shellorg.eclipse.swt.widgetsInstances of this class represent the "windows" which the desktop or "window manager" is managing.
ShellAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the ShellListener interface.
ShellEventorg.eclipse.swt.eventsInstances of this class are sent as a result of operations being performed on shells.
Sliderorg.eclipse.swt.widgetsInstances of this class are selectable user interface objects that represent a range of positive, numeric values.
Spinnerorg.eclipse.swt.widgetsInstances of this class are selectable user interface objects that allow the user to enter and modify numeric values.
STorg.eclipse.swt.customThis class provides access to the public constants provided by StyledText.
StackLayoutorg.eclipse.swt.customThis Layout stacks all the controls one on top of the other and resizes all controls to have the same size and location.
StatusTextEventorg.eclipse.swt.browserA StatusTextEvent is sent by a Browser to StatusTextListener 's when the status text is changed.
StyledTextorg.eclipse.swt.customA StyledText is an editable user interface object that displays lines of text.
StyledTextPrintOptionsorg.eclipse.swt.customUse StyledTextPrintOptions to specify printing options for the StyledText.print(Printer, StyledTextPrintOptions) API.
StyleRangeorg.eclipse.swt.customNo description provided.
SWTorg.eclipse.swtThis class provides access to a small number of SWT system-wide methods, and in addition defines the public constants provided by SWT.
SWT_AWTorg.eclipse.swt.awtThis class provides a bridge between SWT and AWT, so that it is possible to embed AWT components in SWT and vice versa.
Synchronizerorg.eclipse.swt.widgetsInstances of this class provide synchronization support for displays.
TabFolderorg.eclipse.swt.widgetsInstances of this class implement the notebook user interface metaphor.
TabItemorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object corresponding to a tab for a page in a tab folder.
Tableorg.eclipse.swt.widgetsInstances of this class implement a selectable user interface object that displays a list of images and strings and issues notification when selected.
TableColumnorg.eclipse.swt.widgetsInstances of this class represent a column in a table widget.
TableCursororg.eclipse.swt.customA TableCursor provides a way for the user to navigate around a Table using the keyboard.
TableEditororg.eclipse.swt.customA TableEditor is a manager for a Control that appears above a cell in a Table and tracks with the moving and resizing of that cell.
TableItemorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that represents an item in a table.
TableTreeorg.eclipse.swt.customA TableTree is a selectable user interface object that displays a hierarchy of items, and issues notification when an item is selected.
TableTreeEditororg.eclipse.swt.customA TableTreeEditor is a manager for a Control that appears above a cell in a TableTree and tracks with the moving and resizing of that cell.
TableTreeItemorg.eclipse.swt.customA TableTreeItem is a selectable user interface object that represents an item in a heirarchy of items in a TableTree.
Textorg.eclipse.swt.widgetsInstances of this class are selectable user interface objects that allow the user to enter and modify text.
TextChangedEventorg.eclipse.swt.customThis event is sent by the StyledTextContent implementor when a change to the text occurs.
TextChangingEventorg.eclipse.swt.customThis event is sent by the StyledTextContent implementor when a change to the text is about to occur.
TextLayoutorg.eclipse.swt.graphicsTextLayout is a graphic object that represents styled text.
TextStyleorg.eclipse.swt.graphicsTextStyle defines a set of styles that can be applied to a range of text.
TextTransferorg.eclipse.swt.dndThe class TextTransfer provides a platform specific mechanism for converting plain text represented as a java String to a platform specific representation of the data and vice versa.
TitleEventorg.eclipse.swt.browserA TitleEvent is sent by a Browser to TitleListener 's when the title of the current document is available or when it is modified.
ToolBarorg.eclipse.swt.widgetsInstances of this class support the layout of selectable tool bar items.
ToolItemorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that represents a button in a tool bar.
ToolTiporg.eclipse.swt.widgetsInstances of this class represent popup windows that are used to inform or warn the user.
Trackerorg.eclipse.swt.widgetsInstances of this class implement rubber banding rectangles that are drawn onto a parent Composite or Display.
Transferorg.eclipse.swt.dndTransfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa.
TransferDataorg.eclipse.swt.dndThe TransferData class is a platform specific data structure for describing the type and the contents of data being converted by a transfer agent.
Transformorg.eclipse.swt.graphicsInstances of this class represent transformation matrices for points expressed as (x, y) pairs of floating point numbers.
TraverseEventorg.eclipse.swt.eventsInstances of this class are sent as a result of widget traversal actions.
Trayorg.eclipse.swt.widgetsInstances of this class represent the system tray that is part of the task bar status area on some operating systems.
TrayItemorg.eclipse.swt.widgetsInstances of this class represent icons that can be placed on the system tray or task bar status area.
Treeorg.eclipse.swt.widgetsInstances 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.
TreeAdapterorg.eclipse.swt.eventsThis adapter class provides default implementations for the methods described by the TreeListener interface.
TreeColumnorg.eclipse.swt.widgetsInstances of this class represent a column in a tree widget.
TreeEditororg.eclipse.swt.customA TreeEditor is a manager for a Control that appears above a cell in a Tree and tracks with the moving and resizing of that cell.
TreeEventorg.eclipse.swt.eventsInstances of this class are sent as a result of trees being expanded and collapsed.
TreeItemorg.eclipse.swt.widgetsInstances of this class represent a selectable user interface object that represents a hierarchy of tree items in a tree widget.
TypedEventorg.eclipse.swt.eventsThis is the super class for all typed event classes provided by SWT.
TypedListenerorg.eclipse.swt.widgetsInstances of this class are internal SWT implementation objects which provide a mapping between the typed and untyped listener mechanisms that SWT supports.
Variantorg.eclipse.swt.ole.win32A Variant is a generic OLE mechanism for passing data of different types via a common interface.
VerifyEventorg.eclipse.swt.eventsInstances of this class are sent as a result of widgets handling keyboard events
ViewFormorg.eclipse.swt.customInstances of this class implement a Composite that positions and sizes children and allows programmatic control of layout and border parameters.
VisibilityWindowAdapterorg.eclipse.swt.browserThis adapter class provides default implementations for the methods described by the VisibilityWindowListener interface.
Widgetorg.eclipse.swt.widgetsThis class is the abstract superclass of all user interface objects.
WindowEventorg.eclipse.swt.browserA WindowEvent is sent by a Browser when a new window needs to be created or when an existing window needs to be closed.
Search