Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5
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() - Method in class org.eclipse.swt.browser. Browser
Navigate to the previous session history item.
BACK - Static variable in class org.eclipse.ui.actions. ActionFactory
Workbench action (id: "back", commandId: "org.eclipse.ui.navigate.back"): Back.
BACK - Static variable in interface org.eclipse.ui. IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.BACK.getId() instead.
back() - Method in class org.eclipse.ui.views.framelist. FrameList
Moves the frame pointer back by one.
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
The label for back buttons.
BackAction - Class in org.eclipse.ui.views.framelist
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() - Static method in class org.eclipse.jface.databinding.swt. WidgetProperties
Returns a value property for observing the background color of a Control.
background - Variable in class org.eclipse.swt.graphics. GCData
 
background - Variable in class org.eclipse.swt.graphics. TextStyle
the background of the style
BACKGROUND - Static variable in class org.eclipse.swt. SWT
Event detail field that indicates a user-interface component draws the background (value is 1<<3).
background - Variable in class org.eclipse.ui.forms. FormColors
 
BACKGROUND_REFRESH - Static variable in interface org.eclipse.core.resources. IResource
Update flag constant (bit mask value 128) indicating that opening a project for the first time or creating a linked folder should refresh in the background.
backgroundPattern - 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).
BackLevelFilter - Class in org.eclipse.update.search
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
BackLevelFilter() - Constructor for class org.eclipse.update.search. BackLevelFilter
Deprecated.  
backPressed() - Method in class org.eclipse.jface.wizard. WizardDialog
The Back button has been pressed.
BACKSPACE_NAME - Static variable in interface org.eclipse.jface.bindings.keys. IKeyLookup
An alternate name for the backspace key.
BACKWARD_HISTORY - Static variable in class org.eclipse.ui.actions. ActionFactory
Workbench action (id: "backardHistory", commandId: "org.eclipse.ui.navigate.backwardHistory"): Backward in the navigation history.
BAD_LOCATION - Static variable in interface org.eclipse.ltk.core.refactoring. IRefactoringCoreStatusCodes
Status code (value 10001) indicating that a bad location exception has occurred during change execution.
BadLocationException - Exception in org.eclipse.jface.text
Indicates the attempt to access a non-existing position.
BadLocationException() - Constructor for exception org.eclipse.jface.text. BadLocationException
Creates a new bad location exception.
BadLocationException(String) - Constructor for exception org.eclipse.jface.text. BadLocationException
Creates a new bad location exception.
BadPartitioningException - Exception in org.eclipse.jface.text
Represents the attempt to refer to a non-existing document partitioning.
BadPartitioningException() - Constructor for exception org.eclipse.jface.text. BadPartitioningException
Creates a new bad partitioning exception.
BadPartitioningException(String) - Constructor for exception org.eclipse.jface.text. BadPartitioningException
Creates a new bad partitioning exception.
BadPositionCategoryException - Exception in org.eclipse.jface.text
Indicates the attempt to access a non-existing position category in a document.
BadPositionCategoryException() - Constructor for exception org.eclipse.jface.text. BadPositionCategoryException
Creates a new bad position category exception.
BadPositionCategoryException(String) - Constructor for exception org.eclipse.jface.text. BadPositionCategoryException
Creates a new bad position category exception.
BALLOON - Static variable in class org.eclipse.swt. SWT
Style constant for balloon behavior (value is 1<<12).
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 in org.eclipse.update.core
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
BaseFeatureFactory() - Constructor for class org.eclipse.update.core. BaseFeatureFactory
Deprecated.  
BaseFilter - Class in org.eclipse.update.search
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
BaseFilter() - Constructor for class org.eclipse.update.search. BaseFilter
Deprecated.  
BaseInstallHandler - Class in org.eclipse.update.core
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
BaseInstallHandler() - Constructor for class org.eclipse.update.core. BaseInstallHandler
Deprecated.  
BaseLabelProvider - Class in org.eclipse.jface.viewers
BaseLabelProvider is a default concrete implementation of IBaseLabelProvider
BaseLabelProvider() - Constructor for class org.eclipse.jface.viewers. BaseLabelProvider
 
BaseNewWizardMenu - Class in org.eclipse.ui.actions
A BaseNewWizardMenu is used to populate a menu manager with New Wizard actions for the current perspective's new wizard shortcuts, including an Other... action to open the new wizard dialog.
BaseNewWizardMenu(IWorkbenchWindow, String) - Constructor for class org.eclipse.ui.actions. BaseNewWizardMenu
Creates a new wizard shortcut menu for the IDE.
BaseSelectionListenerAction - Class in org.eclipse.ui.actions
The abstract superclass for actions that listen to selection change events.
BaseSelectionListenerAction(String) - Constructor for class org.eclipse.ui.actions. BaseSelectionListenerAction
Creates a new action with the given text.
BaseSiteFactory - Class in org.eclipse.update.core
Deprecated. The org.eclipse.update component has been replaced by Equinox p2. This provisional API was never promoted to stable API, and may be removed from a future release of the platform.
BaseSiteFactory() - Constructor for class org.eclipse.update.core. BaseSiteFactory
Deprecated.  
BaseWorkbenchContentProvider - Class in org.eclipse.ui.model
Tree content provider for objects that can be adapted to the interface IWorkbenchAdapter.
BaseWorkbenchContentProvider() - Constructor for class org.eclipse.ui.model. BaseWorkbenchContentProvider
Creates a new workbench content provider.
basicGetFontData(String) - Static method in class org.eclipse.jface.preference. PreferenceConverter
Helper method to construct a FontData from the given string.
BasicMarkerUpdater - Class in org.eclipse.ui.texteditor
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 in org.eclipse.ui.wizards.newresource
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 in org.eclipse.ui.wizards.newresource
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 in org.eclipse.ui.wizards.newresource
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 in org.eclipse.ui.wizards.newresource
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.
basicSetActive(boolean) - Method in class org.eclipse.ui. SubActionBars
Sets the active flag.
BasicSplashHandler - Class in org.eclipse.ui.splash
Basic splash implementation that provides an absolute positioned progress bar and message string that is hooked up to a progress monitor.
BasicSplashHandler() - Constructor for class org.eclipse.ui.splash. BasicSplashHandler
 
BasicTextEditorActionContributor - Class in org.eclipse.ui.texteditor
Manages the installation and removal 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.
BasicWorkingSetElementAdapter - Class in org.eclipse.ui
Basic IWorkingSetElementAdapter implementation that allows plugins to decribe simple declarative element adapters.
BasicWorkingSetElementAdapter() - Constructor for class org.eclipse.ui. BasicWorkingSetElementAdapter
 
BeanProperties - Class in org.eclipse.core.databinding.beans
A factory for creating properties for Java objects that conform to the JavaBean specification for bound properties.
BeanProperties() - Constructor for class org.eclipse.core.databinding.beans. BeanProperties
 
BeansObservables - Class in org.eclipse.core.databinding.beans
A factory for creating observable objects of Java objects that conform to the JavaBean specification for bound properties.
BeansObservables() - Constructor for class org.eclipse.core.databinding.beans. BeansObservables
 
becomesHidden() - Method in class org.eclipse.debug.ui. AbstractDebugView
Notification this view is now hidden.
becomesHidden() - Method in class org.eclipse.debug.ui.memory. AbstractMemoryRendering
 
becomesHidden() - Method in class org.eclipse.debug.ui.memory. AbstractTableRendering
 
becomesHidden() - Method in interface org.eclipse.debug.ui.memory. IMemoryRendering
Notification this rendering has become hidden in its container.
becomesVisible() - Method in class org.eclipse.debug.ui. AbstractDebugView
Notification this view is now visible.
becomesVisible() - Method in class org.eclipse.debug.ui.memory. AbstractMemoryRendering
 
becomesVisible() - Method in class org.eclipse.debug.ui.memory. AbstractTableRendering
 
becomesVisible() - Method in interface org.eclipse.debug.ui.memory. IMemoryRendering
Notification this rendering has become visible in its container.
beep() - Method in class org.eclipse.swt.widgets. Display
Causes the system hardware to emit a short sound (if it supports this capability).
beforeEditorActivated(ColumnViewerEditorActivationEvent) - Method in class org.eclipse.jface.viewers. ColumnViewerEditorActivationListener
Called before an editor is activated
beforeEditorDeactivated(ColumnViewerEditorDeactivationEvent) - Method in class org.eclipse.jface.viewers. ColumnViewerEditorActivationListener
Called before an editor is deactivated
beforeExecute(IOperation, Object) - Method in interface org.eclipse.update.operations. IOperationListener
Deprecated. May be called before an operation starts executing.
beforeExecute(IOperation, Object) - Method in class org.eclipse.update.standalone. ScriptedCommand
Deprecated.  
beforeSetValidator - Variable in class org.eclipse.core.databinding. UpdateValueStrategy
 
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.
beginAnimatedTask() - Method in class org.eclipse.jface.dialogs. ProgressIndicator
Initialize the progress bar to be animated.
beginCollecting() - Method in interface org.eclipse.ui.texteditor.spelling. ISpellingProblemCollector
Notification sent before starting to collect problems.
beginCompoundChange() - Method in class org.eclipse.jface.text. DefaultUndoManager
Deprecated.  
beginCompoundChange() - Method in interface org.eclipse.jface.text. IRewriteTarget
If an undo manager is connected to the document's visible presentation, this method tells the undo manager to fold all subsequent changes into one single undo command until endCompoundChange is called.
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 class org.eclipse.jface.text. TextViewerUndoManager
 
beginCompoundChange() - Method in class org.eclipse.text.undo. DocumentUndoManager
 
beginCompoundChange() - Method in interface org.eclipse.text.undo. IDocumentUndoManager
Signals the undo manager that all subsequent changes until endCompoundChange is called are to be undone in one piece.
beginInput() - Method in class org.eclipse.team.core.diff.provider. DiffTree
This method is used to obtain a lock on the set which ensures thread safety and batches change notification.
beginInput() - Method in class org.eclipse.team.core.synchronize. SyncInfoSet
This method is used to obtain a lock on the set which ensures thread safety and batches change notification.
BEGINNING - Static variable in class org.eclipse.swt.layout. GridData
Value for horizontalAlignment or verticalAlignment.
BEGINNING - Static variable in class org.eclipse.swt. SWT
Style constant for vertical alignment or orientation behavior (value is 1).
beginOperation(IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize. ModelOperation
Method called from ModelOperation.run(IProgressMonitor) before the ModelOperation.execute(IProgressMonitor) method is invoked.
beginReporting() - Method in class org.eclipse.search.core.text. TextSearchRequestor
Notification sent before starting the search action.
beginRule(ISchedulingRule, IProgressMonitor) - Method in interface org.eclipse.core.runtime.jobs. IJobManager
Begins applying this rule in the calling thread.
beginSession() - Method in interface org.eclipse.jface.text. IFindReplaceTargetExtension
Indicates that a session with the target begins.
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.core.runtime. NullProgressMonitor
This implementation does nothing.
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. SubMonitor
Starts a new main task.
beginTask(String, int) - Method in class org.eclipse.core.runtime. SubProgressMonitor
 
beginTask(int) - Method in class org.eclipse.jface.dialogs. ProgressIndicator
Initialize the progress bar.
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
Deprecated. Begin new monitor task.
belongsTo(Object) - Method in class org.eclipse.compare. CompareEditorInput
Return whether this input belongs to the given family when it is run as a job.
belongsTo(Object) - Method in class org.eclipse.core.runtime.jobs. Job
Returns whether this job belongs to the given family.
belongsTo(Object) - Method in class org.eclipse.team.ui.synchronize. ModelParticipantMergeOperation
 
belongsTo(Object) - Method in class org.eclipse.team.ui. TeamOperation
Return whether the job that is running this operation should be considered a member member of the given family.
BELOW - Static variable in class org.eclipse.jface.viewers. ViewerCell
Constant denoting the cell below current one (value is 2).
BELOW - Static variable in class org.eclipse.jface.viewers. ViewerRow
Constant denoting the row below the current one (value is 2).
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
bgColors - Variable in class org.eclipse.ui.part. MultiEditor.Gradient
 
bgPercents - Variable in class org.eclipse.ui.part. MultiEditor.Gradient
 
BidiObservableMap - Class in org.eclipse.core.databinding.observable.map
An This class is thread safe.
BidiObservableMap(IObservableMap) - Constructor for class org.eclipse.core.databinding.observable.map. BidiObservableMap
Constructs a BidirectionalMap tracking the given observable map.
BidirectionalMap - Class in org.eclipse.core.databinding.observable.map
Deprecated. This class is deprecated; use BidiObservableMap instead.
BidirectionalMap(IObservableMap) - Constructor for class org.eclipse.core.databinding.observable.map. BidirectionalMap
Deprecated.  
BidiSegmentEvent - Class in org.eclipse.swt.custom
This event is sent to BidiSegmentListeners when a line is to be measured or rendered in a bidi locale.
BidiSegmentListener - Interface in org.eclipse.swt.custom
This listener interface may be implemented in order to receive BidiSegmentEvents.
BIG_ENDIAN - Static variable in class org.eclipse.debug.core.model. MemoryByte
Bit mask used to indicate a this byte of memory is big endian.
BINARY - Static variable in class org.eclipse.team.core. Team
 
BinarySignatureDescriber - Class in org.eclipse.core.runtime.content
A content describer for binary formats that present some simple signature at a known, fixed offset.
BinarySignatureDescriber() - Constructor for class org.eclipse.core.runtime.content. BinarySignatureDescriber
 
bind(StructuredViewer, IObservableList, IValueProperty) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified label property to generate labels.
bind(StructuredViewer, IObservableList, IValueProperty[]) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified label properties to generate labels.
bind(StructuredViewer, IObservableSet, IValueProperty) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified label property to generate labels.
bind(StructuredViewer, IObservableSet, IValueProperty[]) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified label properties to generate labels.
bind(AbstractTreeViewer, Object, IListProperty, IValueProperty) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label property to generate labels.
bind(AbstractTreeViewer, Object, IListProperty, IValueProperty[]) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label properties to generate labels.
bind(AbstractTreeViewer, Object, ISetProperty, IValueProperty) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label property to generate labels.
bind(AbstractTreeViewer, Object, ISetProperty, IValueProperty[]) - Static method in class org.eclipse.jface.databinding.viewers. ViewerSupport
Binds the viewer to the specified input, using the specified children property to generate child nodes, and the specified label properties to generate labels.
bind(String, Object) - Static method in class org.eclipse.osgi.util. NLS
Bind the given message's substitution locations with the given string value.
bind(String, Object, Object) - Static method in class org.eclipse.osgi.util. NLS
Bind the given message's substitution locations with the given string values.
bind(String, Object[]) - Static method in class org.eclipse.osgi.util. NLS
Bind the given message's substitution locations with the given string values.
bindDragAssistant(CommonDragAdapterAssistant) - Method in interface org.eclipse.ui.navigator. INavigatorDnDService
Clients may choose to programmatically bind drag assistants to an instance of the DND Service.
bindExtensions(String[], boolean) - Method in interface org.eclipse.ui.navigator. INavigatorContentService
Bind the set of given extensions to this content service.
Binding - Class in org.eclipse.core.databinding
This abstract class represents a binding between a model and a target.
Binding(IObservable, IObservable) - Constructor for class org.eclipse.core.databinding. Binding
Creates a new binding.
Binding - Class in org.eclipse.jface.bindings
A binding is a link between user input and the triggering of a particular command.
Binding(ParameterizedCommand, String, String, String, String, String, int) - Constructor for class org.eclipse.jface.bindings. Binding
Constructs a new instance of Binding.
BindingException - Exception in org.eclipse.core.databinding
An unchecked exception indicating a binding problem.
BindingException(String) - Constructor for exception org.eclipse.core.databinding. BindingException
Creates a new BindingException with the given message.
BindingException(String, Throwable) - Constructor for exception org.eclipse.core.databinding. BindingException
Creates a new BindingException with the given message and cause.
BindingManager - Class in org.eclipse.jface.bindings
A central repository for bindings -- both in the defined and undefined states.
BindingManager(ContextManager, CommandManager) - Constructor for class org.eclipse.jface.bindings. BindingManager
Constructs a new instance of BindingManager.
bindingManagerChanged(BindingManagerEvent) - Method in class org.eclipse.jface.action. ExternalActionManager.CommandCallback
 
bindingManagerChanged(BindingManagerEvent) - Method in interface org.eclipse.jface.bindings. IBindingManagerListener
Notifies that attributes inside an instance of BindingManager have changed.
BindingManagerEvent - Class in org.eclipse.jface.bindings
An instance of this class describes changes to an instance of BindingManager.
BindingManagerEvent(BindingManager, boolean, Map, boolean, Scheme, boolean, boolean, boolean) - Constructor for class org.eclipse.jface.bindings. BindingManagerEvent
Creates a new instance of this class.
BindingProperties - Class in org.eclipse.core.databinding
A factory for creating properties for core types in the DataBinding framework e.g.
BindingProperties() - Constructor for class org.eclipse.core.databinding. BindingProperties
 
bindings() - Static method in class org.eclipse.core.databinding. BindingProperties
Returns an IListProperty < Binding > for observing the bindings of a DataBindingContext.
bindList(IObservableList, IObservableList) - Method in class org.eclipse.core.databinding. DataBindingContext
Creates a Binding to synchronize the values of two observable lists.
bindList(IObservableList, IObservableList, UpdateListStrategy, UpdateListStrategy) - Method in class org.eclipse.core.databinding. DataBindingContext
Creates a Binding to synchronize the values of two observable lists.
bindSet(IObservableSet, IObservableSet) - Method in class org.eclipse.core.databinding. DataBindingContext
Creates a Binding to synchronize the values of two observable sets.
bindSet(IObservableSet, IObservableSet, UpdateSetStrategy, UpdateSetStrategy) - Method in class org.eclipse.core.databinding. DataBindingContext
Creates a Binding to synchronize the values of two observable sets.
bindValue(IObservableValue, IObservableValue) - Method in class org.eclipse.core.databinding. DataBindingContext
Creates a Binding to synchronize the values of two observable values.
bindValue(IObservableValue, IObservableValue, UpdateValueStrategy, UpdateValueStrategy) - Method in class org.eclipse.core.databinding. DataBindingContext
Creates a Binding to synchronize the values of two observable values.
BITMAP - Static variable in class org.eclipse.swt. SWT
Constant indicating that an image or operation is of type bitmap (value is 0).
blend(RGB, RGB, int) - Static method in class org.eclipse.ui.forms. FormColors
Blends c1 and c2 based in the provided ratio.
blend(RGB, RGB, int) - Static method in class org.eclipse.ui.themes. ColorUtil
Blends the two color values according to the provided ratio.
blend(RGB, RGB) - Static method in class org.eclipse.ui.themes. ColorUtil
Blend the two color values returning a value that is halfway between them.
BLOCK - Static variable in class org.eclipse.ui.statushandlers. StatusManager
A style indicating that the handling should block the calling thread until the status has been handled.
BLOCK_SELECTION_MODE - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionConstants
Name of the action for toggling block selection mode.
BLOCK_SELECTION_MODE - Static variable in interface org.eclipse.ui.texteditor. ITextEditorActionDefinitionIds
Command ID of the command to toggle block selection mode.
BLOCK_SELECTION_MODE_ACTION - Static variable in interface org.eclipse.ui.texteditor. IAbstractTextEditorHelpContextIds
Help context id for the block selection mode toggle action.
blockedHandler - Static variable in class org.eclipse.jface.dialogs. Dialog
Create a default instance of the blocked handler which does not do anything.
blockedStatus - Variable in class org.eclipse.jface.wizard. ProgressMonitorPart
current blocked status
BlockTextSelection - Class in org.eclipse.jface.text
Standard implementation of IBlockTextSelection.
BlockTextSelection(IDocument, int, int, int, int, int) - Constructor for class org.eclipse.jface.text. BlockTextSelection
Creates a column selection for the given lines and columns.
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
blueSize - Variable in class org.eclipse.swt.opengl. GLData
The size in bits of the color buffer's blue channel.
BOLD - Static variable in class org.eclipse.swt. SWT
The font style constant indicating a bold weight font (value is 1<<0).
BOM_UTF_16BE - Static variable in interface org.eclipse.core.runtime.content. IContentDescription
Constant that identifies the Byte-Order-Mark for contents encoded with the UTF-16 Big Endian character encoding scheme.
BOM_UTF_16BE - Static variable in class org.eclipse.ui.ide. IDEEncoding
Display constant for the UTF 16 big endian byte order marker for resources.
BOM_UTF_16LE - Static variable in interface org.eclipse.core.runtime.content. IContentDescription
Constant that identifies the Byte-Order-Mark for contents encoded with the UTF-16 Little Endian character encoding scheme.
BOM_UTF_16LE - Static variable in class org.eclipse.ui.ide. IDEEncoding
Display constant for the UTF 16 little endian byte order marker for resources.
BOM_UTF_8 - Static variable in interface org.eclipse.core.runtime.content. IContentDescription
Constant that identifies the Byte-Order-Mark for contents encoded with the UTF-8 character encoding scheme.
BOM_UTF_8 - Static variable in class org.eclipse.ui.ide. IDEEncoding
Display constant for the UTF 8 byte order marker for resources.
BOOKMARK - Static variable in interface org.eclipse.core.resources. IMarker
Bookmark marker type.
BOOKMARK - Static variable in class org.eclipse.ui.ide. IDEActionFactory
IDE-specific workbench action (id: "bookmark", commandId: "org.eclipse.ui.edit.addBookmark"): Add bookmark.
BOOKMARK - Static variable in interface org.eclipse.ui. IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BOOKMARK.getId() instead.
BOOKMARK_ACTION - Static variable in interface org.eclipse.ui.editors.text. ITextEditorHelpContextIds
Help context id for the "Add Bookmark" action.
BOOKMARK_ACTION - Static variable in interface org.eclipse.ui.texteditor. IAbstractTextEditorHelpContextIds
Deprecated. in 3.0 Use org.eclipse.ui.texteditor.ITextEditorHelpContextIds.BOOKMARK_ACTION instead.
BOOKMARK_SYSTEM_IMAGE - Static variable in class org.eclipse.ui.texteditor. DefaultMarkerAnnotationAccess
Constant for the bookmark system image.
BookmarkNavigator - Class in org.eclipse.ui.views.bookmarkexplorer
Deprecated. This view is no longer in use as of Eclipse 3.4. The view referenced by IPageLayout.ID_BOOKMARKS is an ExtendedMarkersView.

BookmarkNavigator() - Constructor for class org.eclipse.ui.views.bookmarkexplorer. BookmarkNavigator
Deprecated. Creates the bookmarks view.
BookmarkPropertiesDialog - Class in org.eclipse.ui.views.bookmarkexplorer
Shows the properties of a new or existing bookmark This class was made public in 3.3.
BookmarkPropertiesDialog(Shell) - Constructor for class org.eclipse.ui.views.bookmarkexplorer. BookmarkPropertiesDialog
Creates the dialog.
BookmarkPropertiesDialog(Shell, String) - Constructor for class org.eclipse.ui.views.bookmarkexplorer. BookmarkPropertiesDialog
Creates the dialog.
BookmarkRulerAction - Class in org.eclipse.ui.texteditor
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
Deprecated. 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 in org.eclipse.jface.preference
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, int, Composite) - Constructor for class org.eclipse.jface.preference. BooleanFieldEditor
Creates a boolean field editor in the given style.
BooleanFieldEditor(String, String, Composite) - Constructor for class org.eclipse.jface.preference. BooleanFieldEditor
Creates a boolean field editor in the default style.
BooleanPropertyAction - Class in org.eclipse.jface.preference
The BooleanPropertyAction is an action that set the values of a boolean property in the preference store.
BooleanPropertyAction(String, IPreferenceStore, String) - Constructor for class org.eclipse.jface.preference. BooleanPropertyAction
Create a new instance of the receiver.
BORDER - Static variable in class org.eclipse.swt. SWT
Style constant for bordered behavior (value is 1<<11).
BORDER - Static variable in class org.eclipse.ui.forms. FormColors
Deprecated. use IFormColors.BORDER
border - Variable in class org.eclipse.ui.forms. FormColors
 
BORDER - Static variable in interface org.eclipse.ui.forms. IFormColors
Key for the tree/table border color.
BORDER_DASH - Static variable in class org.eclipse.swt. SWT
Style constant to indicate dashed border (value is 2).
BORDER_DOT - Static variable in class org.eclipse.swt. SWT
Style constant to indicate dotted border (value is 4).
BORDER_SOLID - Static variable in class org.eclipse.swt. SWT
Style constant to indicate solid border (value is 1).
borderColor - Variable in class org.eclipse.swt.graphics. TextStyle
the border color of the style
borderInsideRGB - Static variable in class org.eclipse.swt.custom. CTabFolder
Deprecated. drop shadow border is no longer drawn in 3.0
borderInsideRGB - Static variable in class org.eclipse.swt.custom. ViewForm
Deprecated.   
borderMiddleRGB - Static variable in class org.eclipse.swt.custom. CTabFolder
Deprecated. drop shadow border is no longer drawn in 3.0
borderMiddleRGB - Static variable in class org.eclipse.swt.custom. ViewForm
Deprecated.   
borderOutsideRGB - Static variable in class org.eclipse.swt.custom. CTabFolder
Deprecated. drop shadow border is no longer drawn in 3.0
borderOutsideRGB - Static variable in class org.eclipse.swt.custom. ViewForm
Deprecated.   
borderStyle - Variable in class org.eclipse.swt.graphics. TextStyle
the border style.
BOTH_MODE - Static variable in interface org.eclipse.team.ui.synchronize. ISynchronizePageConfiguration
 
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 class org.eclipse.ui.forms.widgets. TableWrapData
The control will be aligned with the bottom of the cell.
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 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.
bottomMargin - Variable in class org.eclipse.ui.forms.widgets. ColumnLayout
Bottom margin (default is 5).
bottomMargin - Variable in class org.eclipse.ui.forms.widgets. TableWrapLayout
Botom margin variable (default is 5).
bounds() - Static method in class org.eclipse.jface.databinding.swt. WidgetProperties
Returns a value property for observing the bounds of a Control.
BRANDING_BUNDLE_ID - Static variable in interface org.eclipse.ui.branding. IBundleGroupConstants
The feature's branding bundle id (optional).
BRANDING_BUNDLE_VERSION - Static variable in interface org.eclipse.ui.branding. IBundleGroupConstants
The feature's branding bundle version (optional).
BREAK - Static variable in class org.eclipse.swt. SWT
Keyboard event constant representing the break key (value is (1<<24)+86).
BREAK - Static variable in class org.eclipse.ui.keys. SpecialKey
Deprecated. The single static instance of SpecialKey which represents the 'Break' key.
BREAK_NAME - Static variable in interface org.eclipse.jface.bindings.keys. IKeyLookup
The formal name for the 'Break' key.
BREAKING_CHANGE - Static variable in class org.eclipse.ltk.core.refactoring. RefactoringDescriptor
Constant describing the API change flag (value: 1).
BREAKPOINT - Static variable in class org.eclipse.debug.core. DebugEvent
Breakpoint detail.
Breakpoint - Class in org.eclipse.debug.core.model
Abstract implementation of a breakpoint.
Breakpoint() - Constructor for class org.eclipse.debug.core.model. Breakpoint
 
BREAKPOINT_GROUP - Static variable in interface org.eclipse.debug.ui. IDebugUIConstants
Identifier for a breakpoint group in a menu (value "breakpointGroup").
BREAKPOINT_GROUP_GROUP - Static variable in interface org.eclipse.debug.ui. IDebugUIConstants
Identifier for a "breakpoint group" group in a menu (value "breakpointGroupGroup").
BREAKPOINT_MARKER - Static variable in interface org.eclipse.debug.core.model. IBreakpoint
Root breakpoint marker type (value "org.eclipse.debug.core.breakpointMarker").
BREAKPOINT_WORKINGSET_ID - Static variable in interface org.eclipse.debug.ui. IDebugUIConstants
Identifier for breakpoint working set type.
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.
breakpointManagerEnablementChanged(boolean) - Method in interface org.eclipse.debug.core. IBreakpointManagerListener
Notifies the listener that the breakpoint manager's enablement has changed.
breakpointManagerEnablementChanged(boolean) - Method in class org.eclipse.debug.ui.actions. RunToLineHandler
 
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.
breakpointsAdded(IBreakpoint[]) - Method in interface org.eclipse.debug.core. IBreakpointsListener
Notifies this listener that the given breakpoints have been added to the breakpoint manager.
breakpointsChanged(IBreakpoint[], IMarkerDelta[]) - Method in interface org.eclipse.debug.core. IBreakpointsListener
Notifies this listener that the given breakpoints have changed, as described by the corresponding deltas.
breakpointsRemoved(IBreakpoint[], IMarkerDelta[]) - Method in interface org.eclipse.debug.core. IBreakpointsListener
Notifies this listener that the given breakpoints have been removed from the breakpoint manager.
BreakpointTypeCategory - Class in org.eclipse.debug.ui
Default implementation for a breakpoint type category.
BreakpointTypeCategory(String) - Constructor for class org.eclipse.debug.ui. BreakpointTypeCategory
Constructs a type category for the given type name.
BreakpointTypeCategory(String, ImageDescriptor) - Constructor for class org.eclipse.debug.ui. BreakpointTypeCategory
Constructs a type category for the given type name with the given image.
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.
browseFileSystem(String, Shell) - Method in class org.eclipse.ui.ide.fileSystem. FileSystemContributor
Browse the file system for a URI to display to the user.
Browser - Class in org.eclipse.swt.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.
browser - Variable in class org.eclipse.swt.browser. WindowEvent
Browser provided by the application.
BrowserFunction - Class in org.eclipse.swt.browser
Instances of this class represent java-side "functions" that are invokable from javascript.
BrowserFunction(Browser, String) - Constructor for class org.eclipse.swt.browser. BrowserFunction
Constructs a new instance of this class, which will be invokable by javascript running in the specified Browser.
BS - Static variable in class org.eclipse.swt. SWT
ASCII character convenience constant for the backspace character (value is the char '\b').
BS - Static variable in class org.eclipse.ui.keys. CharacterKey
Deprecated. The single static instance of CharacterKey which represents the backspace key (U+0008).
BS_NAME - Static variable in interface org.eclipse.jface.bindings.keys. IKeyLookup
The formal name of the backspace key.
bufferContentAboutToBeReplaced(IFileBuffer) - Method in interface org.eclipse.core.filebuffers. IFileBufferListener
Informs the listener about an upcoming replace of the contents of the given buffer.
bufferContentAboutToBeReplaced(IFileBuffer) - Method in class org.eclipse.ui.editors.text. TextFileDocumentProvider.FileBufferListener
 
bufferContentReplaced(IFileBuffer) - Method in interface org.eclipse.core.filebuffers. IFileBufferListener
Informs the listener that the buffer of the given buffer has been replaced.
bufferContentReplaced(IFileBuffer) - Method in class org.eclipse.ui.editors.text. TextFileDocumentProvider.FileBufferListener
 
bufferCreated(IFileBuffer) - Method in interface org.eclipse.core.filebuffers. IFileBufferListener
Informs the listener about the creation of the given buffer.
bufferCreated(IFileBuffer) - Method in class org.eclipse.ui.editors.text. TextFileDocumentProvider.FileBufferListener
 
bufferDisposed(IFileBuffer) - Method in interface org.eclipse.core.filebuffers. IFileBufferListener
Informs the listener that the given buffer has been disposed.
bufferDisposed(IFileBuffer) - Method in class org.eclipse.ui.editors.text. TextFileDocumentProvider.FileBufferListener
 
BufferedContent - Class in org.eclipse.compare
Abstract implementation for a buffered IStreamContentAccessor.
BufferedContent() - Constructor for class org.eclipse.compare. BufferedContent
Creates a buffered stream content accessor.
BufferedRuleBasedScanner - Class in org.eclipse.jface.text.rules
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(int, Map, IProgressMonitor) - Method in class org.eclipse.core.resources. IncrementalProjectBuilder
Runs this builder 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.
build(int, IProgressMonitor) - Method in interface org.eclipse.core.resources. IProject
Builds this project.
build(int, IProgressMonitor) - Method in interface org.eclipse.core.resources. IWorkspace
Builds all projects in this workspace.
BUILD - Static variable in class org.eclipse.core.runtime.jobs. Job
Job priority constant (value 40) for build jobs.
BUILD - Static variable in class org.eclipse.ui.ide. IDEActionFactory
IDE-specific workbench action (id: "build", commandId: "org.eclipse.ui.project.buildAll"): Incremental build.
BUILD - Static variable in interface org.eclipse.ui. IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BUILD.getId() instead.
BUILD_AUTOMATICALLY - Static variable in class org.eclipse.ui.ide. IDEActionFactory
IDE-specific workbench action (id: "buildAutomatically"): Build automatically.
BUILD_CLEAN - Static variable in class org.eclipse.ui.ide. IDEActionFactory
IDE-specific workbench action (id: "buildClean"): Build clean.
BUILD_EXT - Static variable in interface org.eclipse.ui.ide. IIDEActionConstants
Workbench menu: name of group for extra Build-like actions (value "build.ext").
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_GROUP - Static variable in interface org.eclipse.ui.ide. IIDEActionConstants
Group ids for build toolbar group.
BUILD_GROUP - Static variable in interface org.eclipse.ui. IWorkbenchActionConstants
Group id for build group.
BUILD_PROJECT - Static variable in class org.eclipse.ui.ide. IDEActionFactory
IDE-specific workbench action (id: "buildProject", commandId: "org.eclipse.ui.project.buildProject"): Incremental build.
BUILD_PROJECT - Static variable in interface org.eclipse.ui. IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.BUILD_PROJECT.getId() instead.
BuildAction - Class in org.eclipse.ui.actions
Standard actions for full and incremental builds of the selected project(s).
BuildAction(Shell, int) - Constructor for class org.eclipse.ui.actions. BuildAction
Deprecated. See BuildAction.BuildAction(IShellProvider, int)
BuildAction(IShellProvider, int) - Constructor for class org.eclipse.ui.actions. BuildAction
Creates a new action of the appropriate type.
buildAndLaunch(ILaunchConfiguration, String, IProgressMonitor) - Static method in class org.eclipse.debug.ui. DebugUITools
Builds the workspace according to current preference settings, and launches the given configuration in the specified mode, returning the resulting launch object.
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
 
buildForLaunch(ILaunchConfiguration, String, IProgressMonitor) - Method in interface org.eclipse.debug.core.model. ILaunchConfigurationDelegate2
Optionally performs any required building before launching the given configuration in the specified mode, and returns whether the debug platform should perform an incremental workspace build before the launch continues.
buildForLaunch(ILaunchConfiguration, String, IProgressMonitor) - Method in class org.eclipse.debug.core.model. LaunchConfigurationDelegate
 
buildLabel(ViewerLabel, Object) - Method in class org.eclipse.jface.viewers. AbstractTreeViewer
This implementation of buildLabel handles tree paths as well as elements.
buildLabel(ViewerLabel, Object) - Method in class org.eclipse.jface.viewers. StructuredViewer
Build a label up for the element using the supplied label provider.
buildListeners - Variable in class org.eclipse.ant.core. AntRunner
 
buildLoggerClassName - Variable in class org.eclipse.ant.core. AntRunner
 
buildProjects(IProject[], IProgressMonitor) - Method in class org.eclipse.debug.core.model. LaunchConfigurationDelegate
Performs an incremental build on each of the given projects.
buildRule() - Method in interface org.eclipse.core.resources. IResourceRuleFactory
Returns the scheduling rule that is required for building a project or the entire workspace.
buildRule() - Method in class org.eclipse.core.resources.team. ResourceRuleFactory
Default implementation of IResourceRuleFactory#buildRule.
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.
Bullet - Class in org.eclipse.swt.custom
Instances of this class represent bullets in the StyledText.
Bullet(StyleRange) - Constructor for class org.eclipse.swt.custom. Bullet
Create a new bullet with the specified style, and type ST.BULLET_DOT.
Bullet(int, StyleRange) - Constructor for class org.eclipse.swt.custom. Bullet
Create a new bullet the specified style and type.
bullet - Variable in class org.eclipse.swt.custom. LineStyleEvent
line bullet (output)
bullet - Variable in class org.eclipse.swt.custom. PaintObjectEvent
the Bullet
BULLET_CUSTOM - Static variable in class org.eclipse.swt.custom. ST
Bullet style custom draw.
BULLET_DOT - Static variable in class org.eclipse.swt.custom. ST
Bullet style dot.
BULLET_LETTER_LOWER - Static variable in class org.eclipse.swt.custom. ST
Bullet style lower case letter.
BULLET_LETTER_UPPER - Static variable in class org.eclipse.swt.custom. ST
Bullet style upper case letter.
BULLET_NUMBER - Static variable in class org.eclipse.swt.custom. ST
Bullet style number.
BULLET_TEXT - Static variable in class org.eclipse.swt.custom. ST
Bullet style text.
bulletIndex - Variable in class org.eclipse.swt.custom. LineStyleEvent
line bullet index (output)
bulletIndex - Variable in class org.eclipse.swt.custom. PaintObjectEvent
the bullet index
BUSY_PROPERTY - Static variable in interface org.eclipse.team.ui.synchronize. ISynchronizeModelElement
Property constant indicating that the element is currently being worked on by an operation.
BUSY_PROPERTY - Static variable in interface org.eclipse.ui.progress. IWorkbenchSiteProgressService
Deprecated. this property is no longer in use in the Eclipse SDK
busyCursorWhile(IRunnableWithProgress) - Method in interface org.eclipse.ui.progress. IProgressService
Set the cursor to busy and run the runnable in a non-UI Thread.
BusyIndicator - Class in org.eclipse.swt.custom
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 - Class in org.eclipse.swt.widgets
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.
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.
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.
BUTTON4 - Static variable in class org.eclipse.swt. SWT
Keyboard and/or mouse event mask indicating that mouse button four was pushed when the event was generated.
BUTTON5 - Static variable in class org.eclipse.swt. SWT
Keyboard and/or mouse event mask indicating that mouse button five was pushed when the event was generated.
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
Deprecated. This constant is no longer in use. The button heights are now determined by the layout.
BUTTON_MARGIN - Static variable in interface org.eclipse.jface.dialogs. IDialogConstants
Button margin in dialog units (value 4).
BUTTON_MASK - Static variable in class org.eclipse.swt. SWT
Keyboard and/or mouse event mask indicating all possible mouse buttons.
BUTTON_WIDTH - Static variable in interface org.eclipse.jface.dialogs. IDialogConstants
Button width in dialog units (value 61).
buttonBar - Variable in class org.eclipse.jface.dialogs. Dialog
The button bar; null until dialog is layed out.
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.dialogs. ErrorDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.dialogs. InputDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.dialogs. MessageDialog
 
buttonPressed(int) - Method in class org.eclipse.jface.dialogs. MessageDialogWithToggle
 
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.team.ui.synchronize. ParticipantPageDialog
Deprecated.  
buttonPressed(int) - Method in class org.eclipse.ui.about. InstallationPage
Notifies that this page's button with the given id has been pressed.
buttonPressed(int) - Method in class org.eclipse.ui.dialogs. EditorSelectionDialog
This method is called if a button has been pressed.
buttonPressed(int) - Method in class org.eclipse.ui.dialogs. YesNoCancelListSelectionDialog
Deprecated.  
buttonPressed(int) - Method in class org.eclipse.ui.ide.dialogs. PathVariableSelectionDialog
 
buttonPressed(int) - Method in class org.eclipse.ui.preferences. ViewSettingsDialog
 
BYTE_ORDER_MARK - Static variable in interface org.eclipse.core.runtime.content. IContentDescription
Key for the "byte order mark" property.
ByteArrayTransfer - Class in org.eclipse.swt.dnd
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
Release 3.5
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 _

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire