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

C

CANCEL - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that is a standard negative answer to an action.
CANCEL - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8).
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
CHECK - Static variable in class org.eclipse.swt.SWT
Style constant for check box behavior (value is 1<<5).
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
CLOSE - Static variable in class org.eclipse.swt.SWT
Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
CLOSED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that internal screens and input features are no longer active.
COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
Default color cyan (value is 13).
COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
Default color dark blue (value is 10).
COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
Default color dark cyan (value is 14).
COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
Default color dark gray (value is 16).
COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
Default color dark green (value is 6).
COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color dark magenta (value is 12).
COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
Default color dark red (value is 4).
COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color dark yello (value is 8).
COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
Default color gray (value is 15).
COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
Default color green (value is 5).
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
System color used to paint list selection background areas (value is 26).
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color magenta (value is 11).
COLOR_RED - Static variable in class org.eclipse.swt.SWT
Default color red (value is 3).
COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title background areas (value is 31).
COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint title background gradient (value is 32).
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background areas (value is 34).
COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background gradient (value is 35).
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint highlight shadow areas (value is 20).
COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint light shadow areas (value is 19).
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color yellow (value is 7).
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
COMMANDGROUP - Static variable in class org.eclipse.ercp.swt.mobile.Command
A special command used for grouping commands.
COMPACT - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
A hint that the widget should be displayed in a format which is smaller or less full featured.
CONTROL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
CR - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the carriage return character (value is the char '\r').
CTRL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
Canvas - class org.eclipse.swt.widgets.Canvas.
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CaptionedControl - class org.eclipse.ercp.swt.mobile.CaptionedControl.
A CaptionedControl is used to display a label (caption) in front of a control.
CaptionedControl(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.CaptionedControl
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Clipboard - class org.eclipse.swt.dnd.Clipboard.
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
Close - Static variable in class org.eclipse.swt.SWT
The close event type (value is 21).
Collapse - Static variable in class org.eclipse.swt.SWT
The collapse event type (value is 18).
Color - class org.eclipse.swt.graphics.Color.
Instances of this class manage the operating system resources that implement SWT's RGB color model.
Color(Device, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
ColorDialog - class org.eclipse.swt.widgets.ColorDialog.
Instances of this class allow the user to select a color from a predefined set of available colors.
ColorDialog(Shell) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given only its parent.
ColorDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Combo - class org.eclipse.swt.widgets.Combo.
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.
Combo(Composite, int) - Constructor for class org.eclipse.swt.widgets.Combo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Command - class org.eclipse.ercp.swt.mobile.Command.
Command is a metaphor that represents a general action.
Command(Command, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.Command
Constructs a new instance of this class given an associated Command, a type value describing its behaviour and priority for positioning hints.
Command(Control, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.Command
Constructs a new instance of this class given an associated Control, a type value describing its behaviour and priority for positioning hints.
Composite - class org.eclipse.swt.widgets.Composite.
Instances of this class are controls which are capable of containing other controls.
Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ConstrainedText - class org.eclipse.ercp.swt.mobile.ConstrainedText.
A single-line Text control which constrains the user input by styles.
ConstrainedText(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.ConstrainedText
Constructs a new instance of this class given its parent, a style value describing behaviour and appearance, and an additional constrained style specifying the input styles defined above.
Control - class org.eclipse.swt.widgets.Control.
Control is the abstract superclass of all windowed user interface classes.
Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ControlEvent - class org.eclipse.swt.events.ControlEvent.
Instances of this class are sent as a result of controls being moved or resized.
ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
Constructs a new instance of this class based on the information in the given untyped event.
ControlListener - interface org.eclipse.swt.events.ControlListener.
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
changeTrim(int, int) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Changes the window trim mode.
changed(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is changed.
changed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when a progress is made during the loading of the current location.
changed(StatusTextEvent) - Method in interface org.eclipse.swt.browser.StatusTextListener
This method is called when the status text is changed.
changed(TitleEvent) - Method in interface org.eclipse.swt.browser.TitleListener
This method is called when the title of the current document is available or has changed.
changing(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is about to be changed.
character - Variable in class org.eclipse.swt.events.KeyEvent
the character represented by the key that was typed.
character - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the character represented by the key that was typed.
checkDevice() - Method in class org.eclipse.swt.graphics.Device
Throws an SWTException if the receiver can not be accessed by the caller.
checkSubclass() - Method in class org.eclipse.swt.dnd.Clipboard
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Composite
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Item
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
clearSelection() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Clears the selection.
clearSelection() - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Text
Clears the selection.
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
close() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Requests that the window manager close the dialog in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
close() - Method in class org.eclipse.swt.widgets.Display
Requests that the connection between SWT and the underlying operating system be closed.
close() - Method in class org.eclipse.swt.widgets.Shell
Requests that the window manager close the receiver in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
code - Variable in class org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in class org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
completed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when the current location has been completely loaded.
computeSize(int, int, boolean) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Returns the prefered size of the receiver.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.ProgressBar
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Table
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Tree
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
contains(int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the point specified by the arguments is inside the area specified by the receiver, and false otherwise.
contains(Point) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given point is inside the area specified by the receiver, and false otherwise.
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlResized(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the size (width, height) of a control changes.
copy() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Copies the selected text.
copy() - Method in class org.eclipse.swt.widgets.Combo
Copies the selected text.
copy() - Method in class org.eclipse.swt.widgets.Text
Copies the selected text.
copyArea(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
copyArea(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
count - Variable in class org.eclipse.swt.events.PaintEvent
the number of following paint events which are pending which may always be zero on some platforms
count - Variable in class org.eclipse.swt.widgets.Event
depending on the event type, the number of following paint events which are pending which may always be zero on some platforms
createPage(String, Image) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Creates a new page with the specified title string and icon.
current - Variable in class org.eclipse.swt.browser.ProgressEvent
current value
cut() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Combo
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Text
Cuts the selected text.

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