A B C D E F G H I J K L M N O P Q R S T U V W X Y

D

DATE - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
A date entry type for year, month and day.
DATE - Static variable in class org.eclipse.ercp.swt.mobile.QueryDialog
Date entry type.
DATE_TIME - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
An entry type for date and time.
DBCS - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for double byte input behavior (value is 1<<1).
DECIMAL - Static variable in class org.eclipse.ercp.swt.mobile.ConstrainedText
Decimal input style allows the input of numeric values with optional decimal fractions, for example, "-123", "0.123", or ".5" are all valid input.
DEFAULT - Static variable in class org.eclipse.swt.SWT
Indicates that a default should be used (value is -1).
DEL - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the delete character (value is the char with value 127).
DELETE - Static variable in class org.eclipse.ercp.swt.mobile.Command
This command hints to the implementation to destroy data.
DELIMITER - Static variable in class org.eclipse.swt.widgets.Text
The delimiter used by multi-line text widgets.
DIALOG_TRIM - Static variable in class org.eclipse.swt.SWT
Trim style convenience constant for the most common dialog shell appearance (value is CLOSE|TITLE|BORDER).
DM_FILL_BACKGROUND - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the the previous images should be covered with the background color before displaying the next image (value is 2).
DM_FILL_NONE - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to do nothing; that is, to leave the previous image in place (value is 1).
DM_FILL_PREVIOUS - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is to restore the previous picture (value is 3).
DM_UNSPECIFIED - Static variable in class org.eclipse.swt.SWT
GIF image disposal method constants indicating that the disposal method is unspecified (value is 0).
DOUBLE_BUFFERED - Static variable in class org.eclipse.swt.SWT
Style constant to indicate double buffering (value is 1<<29).
DOWN - Static variable in class org.eclipse.swt.SWT
Style constant for align down behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
DRAG - Static variable in class org.eclipse.swt.SWT
Indicates that a user-interface component is being dragged, for example dragging the thumb of a scroll bar (value is 1).
DRAW_DELIMITER - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should handle line-delimeters (value is 1<<1).
DRAW_MNEMONIC - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should handle mnemonics (value is 1<<3).
DRAW_TAB - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the string drawing operation should expand TAB characters (value is 1<<2).
DRAW_TRANSPARENT - Static variable in class org.eclipse.swt.SWT
Draw constant indicating whether the drawing operation should fill the background (value is 1<<0).
DROP_DOWN - Static variable in class org.eclipse.swt.SWT
Style constant for drop down menu/list behavior (value is 1<<2).
DURATION - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
An entry type for a period of time in hours, minutes and seconds.
DateEditor - class org.eclipse.ercp.swt.mobile.DateEditor.
A special data entry control that allows users to enter or choose a date.
DateEditor(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.DateEditor
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
DateEditor(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.DateEditor
Constructs a new instance of this class given its parent, a style value describing its appearance, and a widget-specific style describing its behavior.
Deactivate - Static variable in class org.eclipse.swt.SWT
The deactivate event type (value is 27).
Decorations - class org.eclipse.swt.widgets.Decorations.
Instances of this class provide the appearance and behavior of Shells, but are not top level shells or dialogs.
Decorations(Composite, int) - Constructor for class org.eclipse.swt.widgets.Decorations
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
DefaultSelection - Static variable in class org.eclipse.swt.SWT
The default selection event type (value is 14).
Deiconify - Static variable in class org.eclipse.swt.SWT
The de-iconify event type (value is 20).
Device - class org.eclipse.swt.graphics.Device.
This class is the abstract superclass of all device objects, such as the Display device.
Device() - Constructor for class org.eclipse.swt.graphics.Device
Constructs a new instance of this class.
Dialog - class org.eclipse.swt.widgets.Dialog.
This class is the abstract superclass of the classes that represent the built in platform dialogs.
Dialog(Shell) - Constructor for class org.eclipse.swt.widgets.Dialog
Constructs a new instance of this class given only its parent.
Dialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.Dialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
DirectoryDialog - class org.eclipse.swt.widgets.DirectoryDialog.
Instances of this class allow the user to navigate the file system and select a directory.
DirectoryDialog(Shell) - Constructor for class org.eclipse.swt.widgets.DirectoryDialog
Constructs a new instance of this class given only its parent.
DirectoryDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.DirectoryDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Display - class org.eclipse.swt.widgets.Display.
Instances of this class are responsible for managing the connection between SWT and the underlying operating system.
Display() - Constructor for class org.eclipse.swt.widgets.Display
Constructs a new instance of this class.
Dispose - Static variable in class org.eclipse.swt.SWT
The dispose event type (value is 12).
DisposeEvent - class org.eclipse.swt.events.DisposeEvent.
Instances of this class are sent as a result of widgets being disposed.
DisposeEvent(Event) - Constructor for class org.eclipse.swt.events.DisposeEvent
Constructs a new instance of this class based on the information in the given untyped event.
DisposeListener - interface org.eclipse.swt.events.DisposeListener.
Classes which implement this interface provide a method that deals with the event that is generated when a widget is disposed.
Drawable - interface org.eclipse.swt.graphics.Drawable.
Implementers of Drawable can have a graphics context (GC) created for them, and then they can be drawn on by sending messages to their associated GC.
data - Variable in class org.eclipse.swt.events.TypedEvent
a field for application use
data - Variable in class org.eclipse.swt.graphics.ImageData
The pixel data of the image.
data - Variable in class org.eclipse.swt.graphics.ImageLoader
the array of ImageData objects in this ImageLoader.
data - Variable in class org.eclipse.swt.widgets.Event
a field for application use
delayTime - Variable in class org.eclipse.swt.graphics.ImageData
The time to delay before displaying the next image in an animation (this field corresponds to the GIF89a Delay Time value).
deletePage(int) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Deletes the page from the receiver at the given zero-relative index
denominator - Variable in class org.eclipse.swt.layout.FormAttachment
denominator specifies the denominator of the "a" term in the equation, y = ax + b, which defines the attachment.
depth - Variable in class org.eclipse.swt.graphics.ImageData
The color depth of the image, in bits per pixel.
deselect(int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Deselects the item at the given zero-relative index in the receiver.
deselect(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Deselects the items at the given zero-relative indices in the receiver.
deselect(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Deselects the items at the given zero-relative indices in the receiver.
deselect(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Deselects the item at the given zero-relative index in the receiver.
deselect(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Deselects the items at the given zero-relative indices in the receiver.
deselect(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Deselects the items at the given zero-relative indices in the receiver.
deselect(int) - Method in class org.eclipse.swt.widgets.Combo
Deselects the item at the given zero-relative index in the receiver's list.
deselect(int[]) - Method in class org.eclipse.swt.widgets.List
Deselects the items at the given zero-relative indices in the receiver.
deselect(int) - Method in class org.eclipse.swt.widgets.List
Deselects the item at the given zero-relative index in the receiver.
deselect(int, int) - Method in class org.eclipse.swt.widgets.List
Deselects the items at the given zero-relative indices in the receiver.
deselect(int[]) - Method in class org.eclipse.swt.widgets.Table
Deselects the items at the given zero-relative indices in the receiver.
deselect(int) - Method in class org.eclipse.swt.widgets.Table
Deselects the item at the given zero-relative index in the receiver.
deselect(int, int) - Method in class org.eclipse.swt.widgets.Table
Deselects the items at the given zero-relative indices in the receiver.
deselectAll() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.ercp.swt.mobile.ListView
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Combo
Deselects all selected items in the receiver's list.
deselectAll() - Method in class org.eclipse.swt.widgets.List
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Table
Deselects all selected items in the receiver.
deselectAll() - Method in class org.eclipse.swt.widgets.Tree
Deselects all selected items in the receiver.
destroy() - Method in class org.eclipse.swt.graphics.Device
Destroys the device in the operating system and releases the device's handle.
detail - Variable in class org.eclipse.swt.events.SelectionEvent
Extra detail information about the selection, depending on the widget.
detail - Variable in class org.eclipse.swt.events.TraverseEvent
The traversal type.
detail - Variable in class org.eclipse.swt.widgets.Event
the event specific detail field, as defined by the detail constants in class SWT
deviceChanged(MobileDeviceEvent) - Method in interface org.eclipse.ercp.swt.mobile.MobileDeviceListener
Called when a device configuration has been changed, such as opened or closed.
display - Variable in class org.eclipse.swt.events.TypedEvent
the display where the event occurred
display - Variable in class org.eclipse.swt.widgets.Event
the display where the event occurred
disposalMethod - Variable in class org.eclipse.swt.graphics.ImageData
A description of how to dispose of the current image before displaying the next.
dispose() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Disposes of the operating system resources associated with the receiver.
dispose() - Method in class org.eclipse.swt.dnd.Clipboard
Disposes of the operating system resources associated with the clipboard.
dispose() - Method in class org.eclipse.swt.graphics.Color
Disposes of the operating system resources associated with the color.
dispose() - Method in class org.eclipse.swt.graphics.Device
Disposes of the operating system resources associated with the receiver.
dispose() - Method in class org.eclipse.swt.graphics.Font
Disposes of the operating system resources associated with the font.
dispose() - Method in class org.eclipse.swt.graphics.GC
Disposes of the operating system resources associated with the graphics context.
dispose() - Method in class org.eclipse.swt.graphics.Image
Disposes of the operating system resources associated with the image.
dispose() - Method in class org.eclipse.swt.graphics.Resource
Disposes of the operating system resources associated with this resource.
dispose() - Method in class org.eclipse.swt.widgets.Widget
Disposes of the operating system resources associated with the receiver and all its descendents.
disposeExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread just before the receiver is disposed.
doit - Variable in class org.eclipse.swt.browser.LocationEvent
A flag indicating whether the location loading should be allowed.
doit - Variable in class org.eclipse.swt.events.KeyEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.SelectionEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.events.ShellEvent
A flag indicating whether the operation should be allowed.
doit - Variable in class org.eclipse.swt.widgets.Event
depending on the event, a flag indicating whether the operation should be allowed.
drawArc(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of a circular or elliptical arc within the specified rectangular area.
drawFocus(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a rectangle, based on the specified arguments, which has the appearance of the platform's focus rectangle if the platform supports such a notion, and otherwise draws a simple rectangle in the receiver's foreground color.
drawImage(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given image in the receiver at the specified coordinates.
drawImage(Image, int, int, int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area from the source image into a (potentially different sized) rectangular area in the receiver.
drawLine(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a line, using the foreground color, between the points (x1, y1) and (x2, y2).
drawOval(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of an oval, using the foreground color, within the specified rectangular area.
drawPoint(int, int) - Method in class org.eclipse.swt.graphics.GC
Draws a pixel, using the foreground color, at the specified point (x, y).
drawPolygon(int[]) - Method in class org.eclipse.swt.graphics.GC
Draws the closed polygon which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawPolyline(int[]) - Method in class org.eclipse.swt.graphics.GC
Draws the polyline which is defined by the specified array of integer coordinates, using the receiver's foreground color.
drawRectangle(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the rectangle specified by the arguments, using the receiver's foreground color.
drawRectangle(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the specified rectangle, using the receiver's foreground color.
drawRoundRectangle(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the outline of the round-cornered rectangle specified by the arguments, using the receiver's foreground color.
drawString(String, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawString(String, int, int, boolean) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.
drawText(String, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Draws the given string, using the receiver's current font and foreground color.

A B C D E F G H I J K L M N O P Q R S T U V W X Y