Eclipse Platform
2.0
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 interface org.eclipse.ui.IWorkbenchActionConstants
Navigate menu: name of standard Back global action (value "back").
BACK_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for a "Back" button (value 14).
BACK_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
 
back() - Method in class org.eclipse.ui.views.framelist.FrameList
Moves the frame pointer back by one.
BackAction - class org.eclipse.ui.views.framelist.BackAction.
Generic "Back" action which goes back one frame,
BackAction(FrameList) - Constructor for class org.eclipse.ui.views.framelist.BackAction
Constructs a new action for the specified frame list.
background - Variable in class org.eclipse.swt.custom.StyleRange
 
background - Variable in class org.eclipse.swt.graphics.GCData
 
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).
backPressed() - Method in class org.eclipse.jface.wizard.WizardDialog
The Back button has been pressed.
BadLocationException - exception org.eclipse.jface.text.BadLocationException.
Indicates the attempt to access a non-existing position.
BadLocationException() - Constructor for class org.eclipse.jface.text.BadLocationException
Creates a new bad location exception.
BadLocationException(String) - Constructor for class org.eclipse.jface.text.BadLocationException
Creates a new bad location exception.
BadPositionCategoryException - exception org.eclipse.jface.text.BadPositionCategoryException.
Indicates the attempt to access a non-existing position category in a document.
BadPositionCategoryException() - Constructor for class org.eclipse.jface.text.BadPositionCategoryException
Creates a new bad position category exception.
BadPositionCategoryException(String) - Constructor for class org.eclipse.jface.text.BadPositionCategoryException
Creates a new bad position category exception.
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)
BaseFeatureFactory - class org.eclipse.update.core.BaseFeatureFactory.
Base implementation of a feature factory.
BaseFeatureFactory() - Constructor for class org.eclipse.update.core.BaseFeatureFactory
 
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
 
BasicMarkerUpdater - class org.eclipse.ui.texteditor.BasicMarkerUpdater.
Updates a marker's positional attributes which are start position, end position, and line number.
BasicMarkerUpdater() - Constructor for class org.eclipse.ui.texteditor.BasicMarkerUpdater
Creates a new basic marker updater.
BasicNewFileResourceWizard - class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard.
Standard workbench wizard that create a new file resource in the workspace.
BasicNewFileResourceWizard() - Constructor for class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
Creates a wizard for creating a new file resource in the workspace.
BasicNewFolderResourceWizard - class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard.
Standard workbench wizard that create a new folder resource in the workspace.
BasicNewFolderResourceWizard() - Constructor for class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
Creates a wizard for creating a new folder resource in the workspace.
BasicNewProjectResourceWizard - class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard.
Standard workbench wizard that creates a new project resource in the workspace.
BasicNewProjectResourceWizard() - Constructor for class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
Creates a wizard for creating a new project resource in the workspace.
BasicNewResourceWizard - class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard.
Abstract base implementation of the standard workbench wizards that create new resources in the workspace.
BasicNewResourceWizard() - Constructor for class org.eclipse.ui.wizards.newresource.BasicNewResourceWizard
Creates an empty wizard for creating a new resource in the workspace.
basicRun(String[]) - Method in class org.eclipse.core.launcher.Main
Executes the launch.
BasicTextEditorActionContributor - class org.eclipse.ui.texteditor.BasicTextEditorActionContributor.
Manages the installation and deinstallation of global actions for the same type of editors.
BasicTextEditorActionContributor() - Constructor for class org.eclipse.ui.texteditor.BasicTextEditorActionContributor
Creates an empty editor action bar contributor.
beep() - Method in class org.eclipse.swt.widgets.Display
Causes the system hardware to emit a short sound (if it supports this capability).
beginAnimatedTask() - Method in class org.eclipse.jface.dialogs.ProgressIndicator
Initialize the progress bar to be animated.
beginCompoundChange() - Method in interface org.eclipse.jface.text.IUndoManager
Signals the undo manager that all subsequent changes until endCompoundChange is called are to be undone in one piece.
beginCompoundChange() - Method in interface org.eclipse.jface.text.IRewriteTarget
If an undo manager is connected to the document's ui presentation, this method tells the undo manager to fold all subsequent changes into one single undo command until endCompoundChange is called.
beginCompoundChange() - Method in class org.eclipse.jface.text.DefaultUndoManager
 
BEGINNING - Static variable in class org.eclipse.swt.layout.GridData
 
beginSession() - Method in interface org.eclipse.jface.text.IFindReplaceTargetExtension
Indicates that a session with the target begins.
beginTask(int) - Method in class org.eclipse.jface.dialogs.ProgressIndicator
Initialize the progress bar.
beginTask(String, int) - Method in class org.eclipse.core.runtime.SubProgressMonitor
 
beginTask(String, int) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
beginTask(String, int) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
beginTask(String, int) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that the main task is beginning.
beginTask(String, int) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Implements IProgressMonitor.beginTask.
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
Find the first valid fontData in the provided list.
bgColors - Variable in class org.eclipse.ui.part.MultiEditor.Gradient
 
bgPercents - Variable in class org.eclipse.ui.part.MultiEditor.Gradient
 
BidiSegmentEvent - class org.eclipse.swt.custom.BidiSegmentEvent.
This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
BidiSegmentListener - interface org.eclipse.swt.custom.BidiSegmentListener.
This listener interface may be implemented in order to receive BidiSegmentEvents.
BINARY - Static variable in class org.eclipse.team.core.Team
 
BITMAP - Static variable in class org.eclipse.swt.SWT
constant indicating that an image or operation is of type bitmap (value is 0)
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
BOLD - Static variable in class org.eclipse.swt.SWT
font style constant indicating a bold weight font (value is 1<<0)
BOOKMARK - Static variable in interface org.eclipse.core.resources.IMarker
Bookmark marker type
BOOKMARK - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of standard Add Bookmark global action (value "bookmark").
BOOKMARK_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
BookmarkNavigator - class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator.
Main class for the bookmark navigator for displaying bookmarks on resources and opening an editor on the bookmarked resource when the user commands.
BookmarkNavigator() - Constructor for class org.eclipse.ui.views.bookmarkexplorer.BookmarkNavigator
Creates the bookmarks view.
BookmarkRulerAction - class org.eclipse.ui.texteditor.BookmarkRulerAction.
Adapter for the managing bookmark action.
BookmarkRulerAction() - Constructor for class org.eclipse.ui.texteditor.BookmarkRulerAction
 
BOOLEAN_DEFAULT_DEFAULT - Static variable in class org.eclipse.core.runtime.Preferences
The default-default value for boolean properties (false).
BOOLEAN_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for boolean preferences (false).
BooleanFieldEditor - class org.eclipse.jface.preference.BooleanFieldEditor.
A field editor for a boolean type preference.
BooleanFieldEditor() - Constructor for class org.eclipse.jface.preference.BooleanFieldEditor
Creates a new boolean field editor
BooleanFieldEditor(String, String, Composite) - Constructor for class org.eclipse.jface.preference.BooleanFieldEditor
Creates a boolean field editor in the default style.
BooleanFieldEditor(String, String, int, Composite) - Constructor for class org.eclipse.jface.preference.BooleanFieldEditor
Creates a boolean field editor in the given style.
BootLoader - class org.eclipse.core.boot.BootLoader.
Special boot loader class for the Eclipse Platform.
bootLocation - Variable in class org.eclipse.core.launcher.Main
The location of the launcher to run.
BORDER - Static variable in class org.eclipse.swt.SWT
style constant for bordered behavior (value is 1<<11)
Note that this is a HINT.
borderInsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Color of innermost line of drop shadow border.
borderInsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Color of innermost line of drop shadow border.
borderMiddleRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Color of middle line of drop shadow border.
borderMiddleRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Color of middle line of drop shadow border.
borderOutsideRGB - Static variable in class org.eclipse.swt.custom.ViewForm
Color of outermost line of drop shadow border.
borderOutsideRGB - Static variable in class org.eclipse.swt.custom.CTabFolder
Color of outermost line of drop shadow border.
bottom - Variable in class org.eclipse.swt.layout.FormData
bottom specifies the attachment of the bottom of the control.
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.
Breakpoint - class org.eclipse.debug.core.model.Breakpoint.
Abstract implementation of a breakpoint.
BREAKPOINT - Static variable in class org.eclipse.debug.core.DebugEvent
Breakpoint detail.
BREAKPOINT_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a breakpoint group in a menu (value "breakpointGroup").
BREAKPOINT_MARKER - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Root breakpoint marker type (value "org.eclipse.debug.core.breakpoint").
Breakpoint() - Constructor for class org.eclipse.debug.core.model.Breakpoint
 
breakpointAdded(IBreakpoint) - Method in interface org.eclipse.debug.core.IBreakpointListener
Notifies this listener that the given breakpoint has been added to the breakpoint manager.
breakpointChanged(IBreakpoint, IMarkerDelta) - Method in interface org.eclipse.debug.core.IBreakpointListener
Notifies this listener that an attribute of the given breakpoint has changed, as described by the delta.
breakpointRemoved(IBreakpoint, IMarkerDelta) - Method in interface org.eclipse.debug.core.IBreakpointListener
Notifies this listener that the given breakpoint has been removed from the breakpoint manager.
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.
BS - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the backspace character (value is the char '\b')
BufferedContent - class org.eclipse.compare.BufferedContent.
Abstract implementation for a buffered IStreamContentAccessor.
BufferedContent() - Constructor for class org.eclipse.compare.BufferedContent
Creates a buffered stream content accessor.
BufferedRuleBasedScanner - class org.eclipse.jface.text.rules.BufferedRuleBasedScanner.
A buffered rule based scanner.
BufferedRuleBasedScanner() - Constructor for class org.eclipse.jface.text.rules.BufferedRuleBasedScanner
Creates a new buffered rule based scanner which does not have any rule and a default buffer size of 500 characters.
BufferedRuleBasedScanner(int) - Constructor for class org.eclipse.jface.text.rules.BufferedRuleBasedScanner
Creates a new buffered rule based scanner which does not have any rule.
BUILD - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench menu: name of standard Build action (value "build").
BUILD_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench menu: name of group for extra Build-like actions (value "build.ext").
BUILD_FAILED - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 75) indicating that a builder failed.
BUILD_PROJECT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Project menu: name of standard Build Project global action (value "buildProject").
build(int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
Builds all projects in this workspace.
build(int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
Builds this project.
build(int, Map, IProgressMonitor) - Method in class org.eclipse.core.resources.IncrementalProjectBuilder
Runs this builder on the given changes in the specified manner.
build(int, String, Map, IProgressMonitor) - Method in interface org.eclipse.core.resources.IProject
Invokes the build method of the specified builder for this project.
BuildAction - class org.eclipse.ui.actions.BuildAction.
Standard actions for full and incremental builds of the selected project(s).
BuildAction(Shell, int) - Constructor for class org.eclipse.ui.actions.BuildAction
Creates a new action of the appropriate type.
buildControl(Composite) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
Builds the SWT controls for the three areas of a compare/merge viewer.
buildFileLocation - Variable in class org.eclipse.ant.core.AntRunner
 
buildListeners - Variable in class org.eclipse.ant.core.AntRunner
 
buildLoggerClassName - Variable in class org.eclipse.ant.core.AntRunner
 
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.
BusyIndicator - class org.eclipse.swt.custom.BusyIndicator.
Support for showing a Busy Cursor during a long running process.
BusyIndicator() - Constructor for class org.eclipse.swt.custom.BusyIndicator
 
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
 
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_BAR_HEIGHT - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Height of button bar in dialog units (value 25).
BUTTON_HEIGHT - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button height in dialog units (value 14).
BUTTON_MARGIN - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button margin in dialog units (value 4).
BUTTON_WIDTH - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button width in dialog units (value 61).
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.
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.
buttonPressed(int) - Method in class org.eclipse.jface.dialogs.MessageDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.dialogs.InputDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.dialogs.ErrorDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.dialogs.Dialog
Notifies that this dialog's button with the given id has been pressed.
buttonPressed(int) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.wizard.WizardDialog
 
buttonPressed(int) - Method in class org.eclipse.ui.dialogs.YesNoCancelListSelectionDialog
Deprecated.  
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
 
bytesPerLine - Variable in class org.eclipse.swt.graphics.ImageData
the number of bytes per scanline

Eclipse Platform
2.0
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
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.