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

B

BACK - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that hints to the implementation to navigate backward.
BAR - Static variable in class org.eclipse.swt.SWT
Style constant for menu bar behavior (value is 1<<1).
BEGINNING - Static variable in class org.eclipse.swt.SWT
Style constant for vertical alignment or orientation behavior (value is 1).
BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
BITMAP - Static variable in class org.eclipse.swt.SWT
Constant indicating that an image or operation is of type bitmap (value is 0).
BOLD - Static variable in class org.eclipse.swt.SWT
The font style constant indicating a bold weight font (value is 1<<0).
BORDER - Static variable in class org.eclipse.swt.SWT
Style constant for bordered behavior (value is 1<<11).
BOTTOM - Static variable in class org.eclipse.swt.SWT
Style constant for align bottom behavior (value is 1<<10, since align DOWN and align BOTTOM are considered the same).
BREAK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the break key (value is (1<<24)+86).
BS - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the backspace character (value is the char '\b').
BUTTON1 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button one was pushed when the event was generated.
BUTTON2 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button two was pushed when the event was generated.
BUTTON3 - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that mouse button three was pushed when the event was generated.
BUTTON_MASK - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating all possible mouse buttons.
Browser - class org.eclipse.swt.browser.Browser.
Instances of this class implement the browser user interface metaphor.
Browser(Composite, int) - Constructor for class org.eclipse.swt.browser.Browser
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Button - class org.eclipse.swt.widgets.Button.
Instances of this class represent a selectable user interface object that issues notification when pressed and released.
Button(Composite, int) - Constructor for class org.eclipse.swt.widgets.Button
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ByteArrayTransfer - class org.eclipse.swt.dnd.ByteArrayTransfer.
The class ByteArrayTransfer provides a platform specific mechanism for converting a java byte[] to a platform specific representation of the byte array and vice versa.
ByteArrayTransfer() - Constructor for class org.eclipse.swt.dnd.ByteArrayTransfer
 
back() - Method in class org.eclipse.swt.browser.Browser
Navigate to the previous session history item.
backgroundPixel - Variable in class org.eclipse.swt.graphics.ImageLoader
the background pixel for the logical screen (this corresponds to the GIF89a Background Color Index value).
beep() - Method in class org.eclipse.swt.widgets.Display
Causes the system hardware to emit a short sound (if it supports this capability).
blue - Variable in class org.eclipse.swt.graphics.RGB
the blue component of the RGB
blueMask - Variable in class org.eclipse.swt.graphics.PaletteData
the blue mask for a direct palette
blueShift - Variable in class org.eclipse.swt.graphics.PaletteData
the blue shift for a direct palette
bottom - Variable in class org.eclipse.swt.layout.FormData
bottom specifies the attachment of the bottom of the control.
button - Variable in class org.eclipse.swt.events.MouseEvent
the button that was pressed or released; 1 for the first button, 2 for the second button, and 3 for the third button, etc.
button - Variable in class org.eclipse.swt.widgets.Event
the button that was pressed or released; 1 for the first button, 2 for the second button, and 3 for the third button, etc.
bytesPerLine - Variable in class org.eclipse.swt.graphics.ImageData
The number of bytes per scanline.

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