Eclipse eRCP
Release 1.1
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 Z

B

BACK - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that hints to the implementation to navigate backward.
BANNER_FONT - Static variable in class org.eclipse.jface.resource.JFaceResources
The symbolic font name for the banner font (value "org.eclipse.jface.bannerfont").
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.
BEGIN_GROUP - Static variable in class org.eclipse.jface.action.StatusLineManager
Identifier of group marker used to position contributions at the beginning of the status line.
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).
BOOLEAN_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for boolean preferences (false).
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).
BOTTOM - Static variable in interface org.eclipse.ui.IPageLayout
Relationship constant indicating a part should be placed below its relative.
BOTTOM - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Constant to be used when referring to the bottom of the workbench org.eclipse.jface.window.
BOTTOM_LEFT - Static variable in interface org.eclipse.jface.viewers.IDecoration
Constant for the bottom left quadrant.
BOTTOM_RIGHT - Static variable in interface org.eclipse.jface.viewers.IDecoration
Constant for the bottom right quadrant.
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.
BackLevelFilter - class org.eclipse.update.search.BackLevelFilter.
This class can be added to the update search request to filter out features that are back-level (are older or the same as the features already installed).
BackLevelFilter() - Constructor for class org.eclipse.update.search.BackLevelFilter
 
BaseFeatureFactory - class org.eclipse.update.core.BaseFeatureFactory.
Base implementation of a feature factory.
BaseFeatureFactory() - Constructor for class org.eclipse.update.core.BaseFeatureFactory
 
BaseFilter - class org.eclipse.update.search.BaseFilter.
Base filter class Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
BaseFilter() - Constructor for class org.eclipse.update.search.BaseFilter
 
BaseInstallHandler - class org.eclipse.update.core.BaseInstallHandler.
Base implementation of an install handler.
BaseInstallHandler() - Constructor for class org.eclipse.update.core.BaseInstallHandler
 
BaseSiteFactory - class org.eclipse.update.core.BaseSiteFactory.
Base implementation of a site factory.
BaseSiteFactory() - Constructor for class org.eclipse.update.core.BaseSiteFactory
 
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).
basicGetFontData(String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Helper method to construct a FontData from the given string.
beep() - Method in class org.eclipse.swt.widgets.Display
Causes the system hardware to emit a short sound (if it supports this capability).
beforeExecute(IOperation, Object) - Method in interface org.eclipse.update.operations.IOperationListener
May be called before an operation starts executing.
beforeExecute(IOperation, Object) - Method in class org.eclipse.update.standalone.ScriptedCommand
 
beginTask(String, int) - Method in class org.eclipse.update.core.InstallMonitor
Begin new monitor task.
bestData(FontData[], Display) - Method in class org.eclipse.jface.resource.FontRegistry
Deprecated. use bestDataArray in order to support Motif multiple entry fonts.
bestDataArray(FontData[], Display) - Method in class org.eclipse.jface.resource.FontRegistry
Deprecated. use filterData in order to preserve multiple entry fonts on Motif
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.
bringToTop(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Moves the given part forward in the Z order of this page so as to make it visible, without changing which part has focus.
buildLabel(ViewerLabel, Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Build a label up for the element using the supplied label provider.
buildSequence(IPreferenceNode, List, int) - Method in class org.eclipse.jface.preference.PreferenceManager
Recursively enumerates all nodes at or below the given node and adds them to the given list in the given order.
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.

Eclipse eRCP
Release 1.1
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 Z