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

A

ABORT - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for an ABORT button.
ABORT_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for an "Abort" button (value 7).
ABORT_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
 
abort() - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Closes this content consumer, indicating the store operations should be aborted.
ABOUT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Help menu: name of standard About action (value "about").
aboutToChange(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Informs this document provider about upcoming changes of the given element.
aboutToChange(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
The AbstractDocumentProvider implementation of this IDocumentProvider method does nothing.
AbstractDebugView - class org.eclipse.debug.ui.AbstractDebugView.
Common function for debug related views: Debug view adpater implementation - IDebugView Action registry - actions can be stored in this view with a key.
AbstractDebugView() - Constructor for class org.eclipse.debug.ui.AbstractDebugView
Constructs a new debug view.
AbstractDocument - class org.eclipse.jface.text.AbstractDocument.
Abstract implementation of IDocument.
AbstractDocument() - Constructor for class org.eclipse.jface.text.AbstractDocument
The default constructor does not perform any configuration but leaves it to the clients who must first initialize the implementation plug-ins and then call completeInitialization.
AbstractDocumentProvider - class org.eclipse.ui.texteditor.AbstractDocumentProvider.
An abstract implementation of a shareable document provider.
AbstractDocumentProvider.ElementInfo - class org.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo.
Collection of all information managed for a connected element.
AbstractDocumentProvider.ElementInfo(IDocument, IAnnotationModel) - Constructor for class org.eclipse.ui.texteditor.AbstractDocumentProvider.ElementInfo
Creates a new element info, initialized with the given document and annotation model.
AbstractDocumentProvider() - Constructor for class org.eclipse.ui.texteditor.AbstractDocumentProvider
Creates a new document provider.
AbstractElementListSelectionDialog - class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog.
An abstract class to select elements out of a list of elements.
AbstractElementListSelectionDialog(Shell, ILabelProvider) - Constructor for class org.eclipse.ui.dialogs.AbstractElementListSelectionDialog
Constructs a list selection dialog.
AbstractGroupMarker - class org.eclipse.jface.action.AbstractGroupMarker.
Abstract superclass for group marker classes.
AbstractGroupMarker() - Constructor for class org.eclipse.jface.action.AbstractGroupMarker
Constructor for use by subclasses.
AbstractGroupMarker(String) - Constructor for class org.eclipse.jface.action.AbstractGroupMarker
Create a new group marker with the given name.
AbstractHoverInformationControlManager - class org.eclipse.jface.text.AbstractHoverInformationControlManager.
An information control manager that shows information on mouse hover events.
AbstractHoverInformationControlManager(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.AbstractHoverInformationControlManager
Creates a new hover information control manager using the given information control creator.
AbstractInformationControlManager - class org.eclipse.jface.text.AbstractInformationControlManager.
Manages the life cycle, visibility, layout, and contents of an IInformationControl.
AbstractInformationControlManager.Anchor - class org.eclipse.jface.text.AbstractInformationControlManager.Anchor.
Constitues entities to enumerate anchors for the layout of the information control.
AbstractInformationControlManager.IInformationControlCloser - interface org.eclipse.jface.text.AbstractInformationControlManager.IInformationControlCloser.
Interface of a information control closer.
AbstractInformationControlManager(IInformationControlCreator) - Constructor for class org.eclipse.jface.text.AbstractInformationControlManager
Creates a new information control manager using the given information control creator.
AbstractLaunchConfigurationTab - class org.eclipse.debug.ui.AbstractLaunchConfigurationTab.
Common function for launch configuration tabs.
AbstractLaunchConfigurationTab() - Constructor for class org.eclipse.debug.ui.AbstractLaunchConfigurationTab
 
AbstractLaunchConfigurationTabGroup - class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup.
Common function for launch configuration tab groups.
AbstractLaunchConfigurationTabGroup() - Constructor for class org.eclipse.debug.ui.AbstractLaunchConfigurationTabGroup
 
AbstractLineTracker - class org.eclipse.jface.text.AbstractLineTracker.
Abstract implementation of ILineTracker.
AbstractLineTracker.DelimiterInfo - class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo.
Combines the information of the occurence of a line delimiter.
AbstractLineTracker.DelimiterInfo() - Constructor for class org.eclipse.jface.text.AbstractLineTracker.DelimiterInfo
 
AbstractLineTracker() - Constructor for class org.eclipse.jface.text.AbstractLineTracker
Creates a new line tracker.
AbstractMarkerAnnotationModel - class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel.
Abstract implementation of a marker-based annotation model.
AbstractMarkerAnnotationModel() - Constructor for class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Creates a new annotation model.
AbstractReconciler - class org.eclipse.jface.text.reconciler.AbstractReconciler.
Abstract implementation of IReconciler.
AbstractReconciler() - Constructor for class org.eclipse.jface.text.reconciler.AbstractReconciler
Creates a new reconciler without configuring it.
AbstractRulerActionDelegate - class org.eclipse.ui.texteditor.AbstractRulerActionDelegate.
This class serves as an adapter for actions contributed to the vertical ruler's context menu.
AbstractRulerActionDelegate() - Constructor for class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
 
AbstractTextEditor - class org.eclipse.ui.texteditor.AbstractTextEditor.
Abstract base implementation of a text editor.
AbstractTextEditor() - Constructor for class org.eclipse.ui.texteditor.AbstractTextEditor
Creates a new text editor.
AbstractTreeViewer - class org.eclipse.jface.viewers.AbstractTreeViewer.
Abstract base implementation for tree-structure-oriented viewers (trees and table trees).
AbstractTreeViewer() - Constructor for class org.eclipse.jface.viewers.AbstractTreeViewer
Creates an abstract tree viewer.
AbstractUIPlugin - class org.eclipse.ui.plugin.AbstractUIPlugin.
Abstract base class for plug-ins that integrate with the Eclipse platform UI.
AbstractUIPlugin(IPluginDescriptor) - Constructor for class org.eclipse.ui.plugin.AbstractUIPlugin
Creates an abstract UI plug-in runtime object for the given plug-in descriptor.
ACC - class org.eclipse.swt.accessibility.ACC.
Class ACC contains all the constants used in defining an Accessible object.
ACC() - Constructor for class org.eclipse.swt.accessibility.ACC
 
accept(IResourceDeltaVisitor) - Method in interface org.eclipse.core.resources.IResourceDelta
Accepts the given visitor.
accept(IResourceDeltaVisitor, boolean) - Method in interface org.eclipse.core.resources.IResourceDelta
Accepts the given visitor.
accept(IResourceDeltaVisitor, int) - Method in interface org.eclipse.core.resources.IResourceDelta
Accepts the given visitor.
accept(IResourceVisitor) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor.
accept(IResourceVisitor, int, boolean) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor.
accept(IResourceVisitor, int, int) - Method in interface org.eclipse.core.resources.IResource
Accepts the given visitor.
accept(QualifiedName, IResource, IResourceVisitor, int) - Method in interface org.eclipse.core.resources.ISynchronizer
Visits the given resource and its descendents with the specified visitor if sync information for the given sync partner is found on the resource.
access$setResult(List) - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
 
access$superButtonPressed(int) - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
 
accessible - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
Accessible - class org.eclipse.swt.accessibility.Accessible.
Instances of this class provide a bridge between application code and assistive technology clients.
AccessibleAdapter - class org.eclipse.swt.accessibility.AccessibleAdapter.
This adapter class provides default implementations for the methods described by the AccessibleListener interface.
AccessibleAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleAdapter
 
AccessibleControlAdapter - class org.eclipse.swt.accessibility.AccessibleControlAdapter.
This adapter class provides default implementations for the methods described by the AccessibleControlListener interface.
AccessibleControlAdapter() - Constructor for class org.eclipse.swt.accessibility.AccessibleControlAdapter
 
AccessibleControlEvent - class org.eclipse.swt.accessibility.AccessibleControlEvent.
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for detailed information about the implementation of the control instance.
AccessibleControlEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleControlEvent
 
AccessibleControlListener - interface org.eclipse.swt.accessibility.AccessibleControlListener.
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
AccessibleEvent - class org.eclipse.swt.accessibility.AccessibleEvent.
Instances of this class are sent as a result of accessibility clients sending messages to controls asking for information about the control instance.
AccessibleEvent(Object) - Constructor for class org.eclipse.swt.accessibility.AccessibleEvent
 
AccessibleListener - interface org.eclipse.swt.accessibility.AccessibleListener.
Classes that implement this interface provide methods that deal with the events that are generated when an accessibility client sends a message to a control.
acquire() - Method in class org.eclipse.core.resources.WorkspaceLock
Attempts to acquire this lock.
Action - class org.eclipse.jface.action.Action.
The standard abstract implementation of an action.
ACTION_MAP - Static variable in class org.eclipse.ui.texteditor.AbstractTextEditor
The complete mapping between action definition ids used by eclipse and StyledText actions.
ACTION_POSTFIX - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
The string which is appended to action ids to construct help context ids.
ACTION_SET_ID - Static variable in class org.eclipse.search.ui.SearchUI
Id of the Search action set (value "org.eclipse.search.searchActionSet").
Action() - Constructor for class org.eclipse.jface.action.Action
Creates a new action with no text and no image.
Action(String) - Constructor for class org.eclipse.jface.action.Action
Creates a new action with the given text and no image.
Action(String, ImageDescriptor) - Constructor for class org.eclipse.jface.action.Action
Creates a new action with the given text and image.
ActionContext - class org.eclipse.ui.actions.ActionContext.
An ActionContext represents the context used to determine which actions are added by an ActionGroup, and what their enabled state should be.
ActionContext(ISelection) - Constructor for class org.eclipse.ui.actions.ActionContext
Creates a new action context with the given selection.
ActionContributionItem - class org.eclipse.jface.action.ActionContributionItem.
A contribution item which delegates to an action.
ActionContributionItem(IAction) - Constructor for class org.eclipse.jface.action.ActionContributionItem
Creates a new contribution item from the given action.
ActionDelegate - class org.eclipse.ui.actions.ActionDelegate.
Abstract base implementation of IActionDelegate.
ActionDelegate() - Constructor for class org.eclipse.ui.actions.ActionDelegate
 
ActionGroup - class org.eclipse.ui.actions.ActionGroup.
An ActionGroup represents a group of actions which are added to a context menu, or the action bars of a part, together.
ActionGroup() - Constructor for class org.eclipse.ui.actions.ActionGroup
 
Activate - Static variable in class org.eclipse.swt.SWT
activate event type (value is 26)
activate() - Method in class org.eclipse.jface.viewers.CheckboxCellEditor
The CheckboxCellEditor implementation of this CellEditor framework method simulates the toggling of the checkbox control and notifies listeners with ICellEditorListener.applyEditorValue.
activate() - Method in class org.eclipse.jface.viewers.CellEditor
Activates this cell editor.
activate(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Activates the given part.
activateOnOpen() - Static method in class org.eclipse.jface.util.OpenStrategy
Return true if editors should be activated when opened.
activatePlugins() - Method in class org.eclipse.jface.text.TextViewer
 
activatePlugins() - Method in interface org.eclipse.jface.text.ITextViewer
Activates the installed plug-ins.
activatePlugins() - Method in class org.eclipse.jface.text.source.SourceViewer
 
activateSearchResultView() - Static method in class org.eclipse.search.ui.SearchUI
Activates the search result view in the active page of the active workbench window.
ACTIVE_DESKTOP - Static variable in class org.eclipse.jface.util.OpenStrategy
Deprecated.  
ACTIVE_HYPERLINK_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
 
adaptToInsert() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Adapts the currently investigated position to an insertion.
adaptToRemove() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Adapts the currently investigated position to a deletion.
adaptToReplace() - Method in class org.eclipse.jface.text.DefaultPositionUpdater
Adapts the currently investigated position to the replace operation.
ADD_BOOKMARK - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
Action definition id of the edit add bookmark action.
ADD_EXT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of group for extra Add-like actions (value "add.ext").
ADD_TASK - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of standard Add Task global action (value "addTask").
ADD_TASK - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
Action definition id of the edit add task action.
ADD_TASK_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
add(IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
add(IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Adds an action as a contribution item to this manager.
add(IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
add(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
add(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item to this manager.
add(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
add(IDiffElement) - Method in interface org.eclipse.compare.structuremergeviewer.IDiffContainer
Adds the given child to this container.
add(IDiffElement) - Method in class org.eclipse.compare.structuremergeviewer.DiffContainer
 
add(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceNode
 
add(IPreferenceNode) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Adds the given preference node as a subnode of this preference node.
add(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Adds the given status to this multi-status.
add(IUpdate) - Method in interface org.eclipse.debug.ui.IDebugView
Adds the given IUpdate to this view's collection of updatable objects.
add(IUpdate) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
add(Object) - Method in class org.eclipse.jface.util.ListenerList
Adds the given listener to this list.
add(Object) - Method in class org.eclipse.jface.viewers.TableViewer
Adds the given element to this table viewer.
add(Object) - Method in class org.eclipse.jface.viewers.ListViewer
Adds the given element to this list viewer.
add(Object[]) - Method in class org.eclipse.jface.viewers.TableViewer
Adds the given elements to this table viewer.
add(Object[]) - Method in class org.eclipse.jface.viewers.ListViewer
Adds the given elements to this list viewer.
add(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given child element to this viewer as a child of the given parent element.
add(Object, Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given child elements to this viewer as children of the given parent element.
add(QualifiedName) - Method in interface org.eclipse.core.resources.ISynchronizer
Adds the named synchronization partner to this synchronizer's registry of partners.
add(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the union of the rectangles specified by the receiver and the given rectangle.
add(Rectangle) - Method in class org.eclipse.swt.graphics.Region
Adds the given rectangle to the collection of rectangles the receiver maintains to describe its area.
add(Region) - Method in class org.eclipse.swt.graphics.Region
Adds all of the rectangles which make up the area covered by the argument to the collection of rectangles the receiver maintains to describe its area.
add(String) - Method in class org.eclipse.swt.custom.CCombo
Adds an item.
add(String) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the end of the receiver's list.
add(String) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the end of the receiver's list.
add(String, int) - Method in class org.eclipse.swt.custom.CCombo
Adds an item at an index.
add(String, int) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the receiver's list at the given zero-relative index.
add(String, int) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the receiver's list at the given zero-relative index.
add(String, String, String) - Method in interface org.eclipse.help.IAppServer
Adds the specified webapp from a plugin.
add(String, String, String) - Static method in class org.eclipse.help.AppServer
Adds the specified webapp from a plugin.
add(Window) - Method in class org.eclipse.jface.window.WindowManager
Adds the given window to the set of windows managed by this window manager.
addAccessibleControlListener(AccessibleControlListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notifed when an accessible client asks for custom control specific information.
addAccessibleListener(AccessibleListener) - Method in class org.eclipse.swt.accessibility.Accessible
Adds the listener to the collection of listeners who will be notifed when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.
addAction(IMenuManager, String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Convenience method to add the action installed under the given action id to the given menu.
addAction(IMenuManager, String, String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Convenience method to add the action installed under the given action id to the specified group of the menu.
addActionSet(String) - Method in interface org.eclipse.ui.IPageLayout
Adds an action set with the given id to this page layout.
addAll(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Adds all of the children of the given status to this multi-status.
addAnnotation(Annotation, Position) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Adds a annotation to this annotation model.
addAnnotation(Annotation, Position) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
addAnnotation(Annotation, Position, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Adds the given annotation to this model.
addAnnotationModelListener(IAnnotationModelListener) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Registers the annotation model listener with this annotation model.
addAnnotationModelListener(IAnnotationModelListener) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
addArchiveReferenceModel(ArchiveReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds an archive reference model to site.
addArmListener(ArmListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the arm events are generated for the control, by sending it one of the messages defined in the ArmListener interface.
addAuthorizationInfo(URL, String, String, Map) - Static method in class org.eclipse.core.runtime.Platform
Adds the given authorization information to the keyring.
addBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a bidirectional segment listener.
addBookmarkAction - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
AddBookmarkAction - class org.eclipse.ui.actions.AddBookmarkAction.
Standard action for adding a bookmark to the currently selected file resource(s).
AddBookmarkAction(Shell) - Constructor for class org.eclipse.ui.actions.AddBookmarkAction
Creates a new bookmark action.
addBreakpoint(IBreakpoint) - Method in interface org.eclipse.debug.core.IBreakpointManager
Adds the given breakpoint to the collection of registered breakpoints in the workspace and notifies all registered listeners.
addBreakpointListener(IBreakpointListener) - Method in interface org.eclipse.debug.core.IBreakpointManager
Adds the given listener to the collection of registered breakpoint listeners.
addBuildListener(String) - Method in class org.eclipse.ant.core.AntRunner
Adds a build listener.
addBuildLogger(String) - Method in class org.eclipse.ant.core.AntRunner
Adds a build logger.
addCategory(ICategory) - Method in interface org.eclipse.update.core.IFeatureReference
Adds a category to the referenced feature.
addCategory(ICategory) - Method in class org.eclipse.update.core.FeatureReference
Adds a category to the referenced feature.
addCategoryModel(CategoryModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds a category model to site.
addCategoryName(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Adds the name of a category this feature belongs to.
addCellEditor(CellEditor) - Method in class org.eclipse.ui.part.CellEditorActionHandler
Adds a CellEditor to the handler so that the Cut, Copy, Paste, Delete, Select All, Find, Undo, and Redo actions are redirected to it when active.
addCheckStateListener(ICheckStateListener) - Method in interface org.eclipse.jface.viewers.ICheckable
Adds a listener for changes to the checked state of elements in this viewer.
addCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
addCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
addChild(DocumentRangeNode) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
Adds the given node as a child.
addChild(FileSystemElement) - Method in class org.eclipse.ui.dialogs.FileSystemElement
Adds the passed child to this object's collection of children.
addChild(IFeature) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Link the content consumer of the feature as a child content consumer
addColumnData(ColumnLayoutData) - Method in class org.eclipse.jface.viewers.TableLayout
Adds a new column of data to this table layout.
addCompareInputChangeListener(ICompareInputChangeListener) - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Registers the given listener for notification.
addCompareInputChangeListener(ICompareInputChangeListener) - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
Registers a listener for changes of this ICompareInput.
addContentChangeListener(IContentChangeListener) - Method in interface org.eclipse.compare.IContentChangeNotifier
Adds a content change listener to this notifier.
addContentChangeListener(IContentChangeListener) - Method in class org.eclipse.compare.BufferedContent
 
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Adds the listener to the collection of listeners who will be notified when a tab item is closed.
addDebugEventFilter(IDebugEventFilter) - Method in class org.eclipse.debug.core.DebugPlugin
Adds the given debug event filter to the registered event filters.
addDebugEventListener(IDebugEventSetListener) - Method in class org.eclipse.debug.core.DebugPlugin
Adds the given listener to the collection of registered debug event listeners.
addDebugTarget(IDebugTarget) - Method in class org.eclipse.debug.core.Launch
 
addDebugTarget(IDebugTarget) - Method in interface org.eclipse.debug.core.ILaunch
Adds the given debug target to this launch.
addDecorator(int, IVerticalRulerColumn) - Method in class org.eclipse.jface.text.source.CompositeRuler
Inserts the given decorator at the specfied slot to this composite ruler.
addDiscoverySiteEntryModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds an additional update site reference.
addDisposeListener(DisposeListener) - Method in interface org.eclipse.jface.text.IInformationControl
Adds the given listener to the list of dispose listeners.
addDisposeListener(DisposeListener) - Method in class org.eclipse.jface.text.DefaultInformationControl
 
addDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notifed when the widget is disposed.
addDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Registers the document listener with the document.
addDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
addDocumentPartitioningListener(IDocumentPartitioningListener) - Method in interface org.eclipse.jface.text.IDocument
Registers the document partitioning listener with the document.
addDocumentPartitioningListener(IDocumentPartitioningListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
addDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
addDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds a listener for double-clicks in this viewer.
addDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DragSourceListener interface.
addDragSupport(int, Transfer[], DragSourceListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds support for dragging items out of this viewer via a user drag-and-drop operation.
addDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Adds the listener to the collection of listeners who will be notified when a drag and drop operation is in progress, by sending it one of the messages defined in the DropTargetListener interface.
addDropSupport(int, Transfer[], DropTargetListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds support for dropping items into this viewer via a user drag-and-drop operation.
ADDED - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that the resource has been added to its parent.
ADDED_PHANTOM - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that a phantom resource has been added at the location of the delta node.
addElementStateListener(IElementStateListener) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Adds the given element state listener to this document provider.
addElementStateListener(IElementStateListener) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
addEventListener(int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Adds the listener to receive events.
addEventListener(OleAutomation, int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Adds the listener to receive events.
addExpression(IExpression) - Method in interface org.eclipse.debug.core.IExpressionManager
Adds the given expression to the collection of registered expressions in the workspace and notifies all registered listeners.
addExpressionListener(IExpressionListener) - Method in interface org.eclipse.debug.core.IExpressionManager
Adds the given listener to the collection of registered expression listeners.
addExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds an extended modify listener.
addFastView(String) - Method in interface org.eclipse.ui.IPageLayout
Adds the view with the given id to the page layout as a fast view.
addFastView(String, float) - Method in interface org.eclipse.ui.IPageLayout
Adds the view with the given id to the page layout as a fast view with the given width ratio.
addFeatureReferenceModel(FeatureReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds a feature reference model to site.
addField(FieldEditor) - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Adds the given field editor to this page.
addFileExtension(String) - Method in class org.eclipse.core.runtime.Path
 
addFileExtension(String) - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the given file extension added.
addFilter(ViewerFilter) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds the given filter to this viewer, and triggers refiltering and resorting of the elements.
addFilter(ViewerFilter) - Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
Adds a filter to the tree viewer.
addFilter(ViewerFilter) - Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
Adds a filter to the tree viewer.
addFocusListener(FocusListener) - Method in interface org.eclipse.jface.text.IInformationControl
Adds the given listener to the list of focus listeners.
addFocusListener(FocusListener) - Method in class org.eclipse.jface.text.DefaultInformationControl
 
addFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the control gains or loses focus, by sending it one of the messages defined in the FocusListener interface.
addFragment(PluginFragmentModel) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Adds the specified plug-in fragment to this registry.
addGroup(IMenuManager, String, String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Convenience method to add a new group after the specified group.
addHelpListener(HelpListener) - Method in class org.eclipse.jface.viewers.Viewer
Adds a listener for help requests in this viewer.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when help events are generated for the control, by sending it one of the messages defined in the HelpListener interface.
addImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Adds a listener to receive image loader events.
addImportModel(ImportModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a plug-in dependency entry.
addIncludesFeatureIdentifier(VersionedIdentifier) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a feature identifier.
ADDITION - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
Difference constant (value 1) indicating one side was added.
addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener interface.
addLaunch(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchManager
Adds the specified launch and notifies listeners.
addLaunchConfigurationListener(ILaunchConfigurationListener) - Method in interface org.eclipse.debug.core.ILaunchManager
Adds the given launch configuration listener to the list of listeners notified when a launch configuration is added, removed, or changed.
addLaunchListener(ILaunchListener) - Method in interface org.eclipse.debug.core.ILaunchManager
Adds the given listener to the collection of registered launch listeners.
addLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line background listener.
addLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a line style listener.
addListener(ICellEditorListener) - Method in class org.eclipse.jface.viewers.CellEditor
Adds a listener to this cell editor.
addListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.LabelProvider
 
addListener(ILabelProviderListener) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Adds a listener to this label provider.
addListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this IBaseLabelProvider method adds the listener to both the nested label provider and the label decorator.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
addListener(IPropertyChangeListener) - Method in class org.eclipse.jface.resource.FontRegistry
Adds a property change listener to this registry.
addListener(IStreamListener) - Method in interface org.eclipse.debug.core.model.IStreamMonitor
Adds the given listener to this stream monitor's registered listeners.
addLogListener(ILogListener) - Static method in class org.eclipse.core.runtime.Platform
Adds the given log listener to the notification list of the platform.
addLogListener(ILogListener) - Method in interface org.eclipse.core.runtime.ILog
Adds the given log listener to this log.
addMarker() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Creates a new marker according to the specification of this action and adds it to the marker resource.
AddMarkerAction - class org.eclipse.ui.texteditor.AddMarkerAction.
Action for creating a marker of a specified type for the editor's input element based on the editor's selection.
AddMarkerAction(ResourceBundle, String, ITextEditor, String, boolean) - Constructor for class org.eclipse.ui.texteditor.AddMarkerAction
Creates a new action for the given text editor.
addMarkerAnnotation(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Creates an annotation for the given marker and adds it to this model.
addMarkerUpdater(IMarkerUpdater) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Adds the given marker updater to this annotation model.
addMatch(String, Object, IResource, IMarker) - Method in interface org.eclipse.search.ui.ISearchResultView
Informs the view that a match has been found.
addMenuBar() - Method in class org.eclipse.jface.window.ApplicationWindow
Configures this window to have a menu bar.
addMenuListener(IMenuListener) - Method in class org.eclipse.jface.action.SubMenuManager
 
addMenuListener(IMenuListener) - Method in class org.eclipse.jface.action.MenuManager
 
addMenuListener(IMenuListener) - Method in interface org.eclipse.jface.action.IMenuManager
Adds a menu listener to this menu.
addMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Adds the listener to the collection of listeners who will be notified when menus are hidden or shown, by sending it one of the messages defined in the MenuListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a modify listener.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Adds the listener to receive events.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addMouseListener(MouseListener) - Method in class org.eclipse.jface.text.source.VerticalRuler
Deprecated. will be removed
addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in the MouseListener interface.
addMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse moves, by sending it one of the messages defined in the MouseMoveListener interface.
addMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse passes or hovers over controls, by sending it one of the messages defined in the MouseTrackListener interface.
addNatureToProject(IProject, String, IProgressMonitor) - Static method in class org.eclipse.team.core.Team
 
addNavigationActions(IMenuManager) - Method in class org.eclipse.ui.part.DrillDownAdapter
Adds actions for "go back", "go home", and "go into" to a menu manager.
addNavigationActions(IToolBarManager) - Method in class org.eclipse.ui.part.DrillDownAdapter
Adds actions for "go back", "go home", and "go into" to a tool bar manager.
addNewSection(String) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Create a new section in the receiver and return it.
addNewSection(String) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
addNewWizardShortcut(String) - Method in interface org.eclipse.ui.IPageLayout
Adds a creation wizard to the File New menu.
addNonPluginEntryModel(NonPluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a non-plug-in data reference.
addObjectReferences() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
addObjectReferences() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
addOpenListener(IOpenEventListener) - Method in class org.eclipse.jface.util.OpenStrategy
Adds an IOpenEventListener to the collection of openEventListeners
addOpenListener(IOpenListener) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
addOpenListener(IOpenListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds a listener for selection-open in this viewer.
addPage(Control) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Creates and adds a new page containing the given control to this multi-page editor.
addPage(IEditorPart, IEditorInput) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Creates and adds a new page containing the given editor to this multi-page editor.
addPage(IWizardPage) - Method in class org.eclipse.jface.wizard.Wizard
Adds a new page to this wizard.
addPageListener(IPageListener) - Method in interface org.eclipse.ui.IPageService
Adds the given listener for page lifecycle events.
addPages() - Method in class org.eclipse.jface.wizard.Wizard
The Wizard implementation of this IWizard method does nothing.
addPages() - Method in interface org.eclipse.jface.wizard.IWizard
Adds any last-minute pages to this wizard.
addPages() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
 
addPages() - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
 
addPages() - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
 
addPages() - Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
 
addPages() - Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
 
addPages() - Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
 
addPages() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
 
addPages() - Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
 
addPaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the receiver needs to be painted, by sending it one of the messages defined in the PaintListener interface.
addPartListener(IPartListener) - Method in interface org.eclipse.ui.IPartService
Adds the given listener for part lifecycle events.
addPerspectiveListener(IPerspectiveListener) - Method in interface org.eclipse.ui.IPageService
Adds the given listener for a page's perspective lifecycle events.
addPerspectiveShortcut(String) - Method in interface org.eclipse.ui.IPageLayout
Adds a perspective shortcut to the Perspective menu.
addPlaceholder(String) - Method in interface org.eclipse.ui.IPlaceholderFolderLayout
Adds an invisible placeholder for a view with the given id to this folder.
addPlaceholder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Adds a placeholder for a view with the given id to this page layout.
addPlugin(PluginDescriptorModel) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Adds the specified plug-in to this registry.
addPluginEntry(IPluginEntry) - Method in class org.eclipse.update.core.Site
Adds a new plug-in entry to this site.
addPluginEntry(IPluginEntry) - Method in interface org.eclipse.update.core.ISite
Adds a new plug-in entry to this site.
addPluginEntryModel(PluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a plug-in reference.
addPosition(IDocument, Position) - Method in class org.eclipse.jface.text.source.AnnotationModel
Adds the given position to the default position category of the given document.
addPosition(Position) - Method in interface org.eclipse.jface.text.IDocument
Adds the position to the document's default position category.
addPosition(Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPosition(String, Position) - Method in interface org.eclipse.jface.text.IDocument
Adds the position to the specified position category of the document.
addPosition(String, Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPositionCategory(String) - Method in interface org.eclipse.jface.text.IDocument
Adds a new position category to the document.
addPositionCategory(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPositionUpdater(IPositionUpdater) - Method in interface org.eclipse.jface.text.IDocument
Appends a new position updater to the document's list of position updaters.
addPositionUpdater(IPositionUpdater) - Method in class org.eclipse.jface.text.AbstractDocument
 
addPostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds a listener for post selection in this viewer.
addPostSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds the given post selection listener.It is equivalent to selection changed if the selection was triggered by the mouse but it has a delay if the selection is triggered by the keyboard arrows.
addPostSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Adds an SelectionListener to the collection of selectionEventListeners
addPostSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds a part-specific post selection listener which is notified when selection changes in the part with the given id.
addPrenotifiedDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Adds the given document listener as one which is notified before those document listeners added with addDocumentListener are notified.
addPrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
addProcess(IProcess) - Method in class org.eclipse.debug.core.Launch
 
addProcess(IProcess) - Method in interface org.eclipse.debug.core.ILaunch
Adds the given process to this launch.
addProcesses(IProcess[]) - Method in class org.eclipse.debug.core.Launch
Adds the given processes to this launch.
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.compare.IPropertyChangeNotifier
Adds a listener for property changes to this notifier.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.CompareEditorInput
 
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.CompareConfiguration
 
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.action.IAction
Adds a property change listener to this action.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.action.Action
 
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.preference.PreferenceStore
 
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Adds a property change listener to this preference store.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.viewers.CellEditor
Adds a property change listener to this cell editor.
addPropertyChangeListener(IPropertyChangeListener) - Static method in class org.eclipse.team.ui.TeamUI
Register for changes made to Team properties.
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkingSetManager
Adds a property change listener.
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkbenchPage
Deprecated. individual views should store a working set if needed and register a property change listener directly with the working set manager to receive notification when the view working set is removed.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.views.framelist.FrameList
Adds a property change listener.
addPropertyChangeListener(Preferences.IPropertyChangeListener) - Method in class org.eclipse.core.runtime.Preferences
Adds a property change listener to this preference object.
addPropertyListener(int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Adds the listener to receive events.
addPropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
addPropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPart
Adds a listener for changes to properties of this workbench part.
addPropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IEditorRegistry
Adds a listener for changes to properties of this registry.
addPropertyListener(IPropertyListener) - Method in class org.eclipse.ui.part.WorkbenchPart
 
addPropertySheetEntryListener(IPropertySheetEntryListener) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Adds the given listener to this entry's collection of listeners.
addProtectionSpace(URL, String) - Static method in class org.eclipse.core.runtime.Platform
Adds the specified resource to the protection space specified by the given realm.
addRange(TextPresentation, int, int, TextAttribute) - Method in class org.eclipse.jface.text.rules.DefaultDamagerRepairer
Adds style information to the given text presentation.
addRecentWorkingSet(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetManager
Adds a working set to the top of the list of most recently used working sets, making it the most recently used working set.
AddRef() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
addResourceChangeListener(IResourceChangeListener) - Method in interface org.eclipse.core.resources.IWorkspace
Adds the given listener for resource change events to this workspace.
addResourceChangeListener(IResourceChangeListener, int) - Method in interface org.eclipse.core.resources.IWorkspace
Adds the given listener for the specified resource change events to this workspace.
addRulerContextMenuListener(IMenuListener) - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
Adds a ruler context menu listener to the editor.
addRulerContextMenuListener(IMenuListener) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
addSaveParticipant(Plugin, ISaveParticipant) - Method in interface org.eclipse.core.resources.IWorkspace
Registers the given plug-in's workspace save participant, and returns an object describing the workspace state at the time of the last save in which the plug-in participated.
addSection(IDialogSettings) - Method in interface org.eclipse.jface.dialogs.IDialogSettings
Add a section in the receiver.
addSection(IDialogSettings) - Method in class org.eclipse.jface.dialogs.DialogSettings
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.Viewer
 
addSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.ISelectionProvider
Adds a listener for selection changes in this selection provider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.MultiPageSelectionProvider
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
addSelectionListener(Control, SelectionListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Deprecated.  
addSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds the given selection listener.
addSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Adds an SelectionListener to the collection of selectionEventListeners
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableTree
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableCursor
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a selection listener.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Adds the listener to receive events.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Adds the listener to receive events.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
Adds the listener to the collection of listeners that will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ui.dialogs.FilteredList
Adds a selection listener to the list.
addSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds a part-specific selection listener which is notified when selection changes in the part with the given id.
addShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Adds the listener to the collection of listeners who will be notified when operations are performed on the receiver, by sending the listener one of the messages defined in the ShellListener interface.
addShowViewShortcut(String) - Method in interface org.eclipse.ui.IPageLayout
Adds a view to the Show View menu.
addStatusLine() - Method in class org.eclipse.jface.window.ApplicationWindow
Configures this window to have a status line.
addStructureViewerAlias(String, String) - Static method in class org.eclipse.compare.CompareUI
Adds an alias for the given type.
addStyleRange(StyleRange) - Method in class org.eclipse.jface.text.TextPresentation
Add the given range to the presentation.
addSyncroPageBook(PageBook) - Method in class org.eclipse.ui.part.MultiPageEditor
Deprecated. Adds a synchronized pagebook to this editor.
AddTaskAction - class org.eclipse.ui.texteditor.AddTaskAction.
Creates a new task marker.
AddTaskAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.AddTaskAction
Creates a new action for the given text editor.
addText(Text) - Method in class org.eclipse.ui.actions.TextActionHandler
Add a Text control to the handler so that the Cut, Copy, Paste, Delete, and Select All actions are redirected to it when active.
addTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Called by StyledText to add itself as an Observer to content changes.
addTextInputListener(ITextInputListener) - Method in class org.eclipse.jface.text.TextViewer
 
addTextInputListener(ITextInputListener) - Method in interface org.eclipse.jface.text.ITextViewer
Adds a text input listener to this viewer.
addTextListener(ITextListener) - Method in class org.eclipse.jface.text.TextViewer
 
addTextListener(ITextListener) - Method in interface org.eclipse.jface.text.ITextViewer
Adds a text listener to this viewer.
addTo(String, IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Adds the given preference node as a subnode of the node at the given path.
addToChildren(ZipEntry, ZipEntry) - Method in class org.eclipse.ui.wizards.datatransfer.ZipFileStructureProvider
Adds the specified child to the internal collection of the parent's children.
addToHistory(List, String) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
Adds an entry to a history, while taking care of duplicate history items and excessively long histories.
addToHistory(String[], String) - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
Adds an entry to a history, while taking care of duplicate history items and excessively long histories.
addToLocalHistory(IFile) - Method in interface org.eclipse.core.resources.team.IResourceTree
Adds the current state of the given file to the local history.
addToolBar(int) - Method in class org.eclipse.jface.window.ApplicationWindow
Configures this window to have a tool bar.
addToRoot(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Adds the given preference node as a subnode of the root.
addToWorkspace(String[], String, Object, IProgressMonitor) - Method in interface org.eclipse.team.core.IProjectSetSerializer
For every String in referenceStrings, create in the workspace a corresponding IProject.
addTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
addTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns a path with the same segments as this path but with a trailing separator added.
addTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when traversal events occur, by sending it one of the messages defined in the TraverseListener interface.
addTreeListener(Control, TreeListener) - Method in class org.eclipse.jface.viewers.TreeViewer
 
addTreeListener(Control, TreeListener) - Method in class org.eclipse.jface.viewers.TableTreeViewer
 
addTreeListener(Control, TreeListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given SWT tree listener to the given SWT control.
addTreeListener(ITreeViewerListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds a listener for expand and collapse events in this viewer.
addTreeListener(TreeListener) - Method in class org.eclipse.swt.custom.TableTree
Adds the listener to receive tree events.
addTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Adds the listener to the collection of listeners who will be notified when an item in the receiver is expanded or collapsed by sending it one of the messages defined in the TreeListener interface.
addUnchangedElementListeners(Object, AbstractDocumentProvider.ElementInfo) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Called on initial creation and when the dirty state of the element changes to false.
addUserProperties(Map) - Method in class org.eclipse.ant.core.AntRunner
Adds user-defined properties.
addVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a verify key listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Adds a verify listener.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addView(String) - Method in interface org.eclipse.ui.IFolderLayout
Adds a view with the given id to this folder.
addView(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Adds a view with the given id to this page layout.
addViewportListener(IViewportListener) - Method in class org.eclipse.jface.text.TextViewer
 
addViewportListener(IViewportListener) - Method in interface org.eclipse.jface.text.ITextViewer
Adds the given viewport listener to this viewer.
addWindowListener(IWindowListener) - Method in interface org.eclipse.ui.IWorkbench
Adds a window listener.
addWord(String, IToken) - Method in class org.eclipse.jface.text.rules.WordRule
Adds a word and the token to be returned if it is detected.
addWorkingSet(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetManager
Adds a working set to the receiver.
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.StringFieldEditor
 
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.StringButtonFieldEditor
 
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.RadioGroupFieldEditor
 
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.ListEditor
 
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.FontFieldEditor
 
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.FieldEditor
Adjusts the horizontal span of this field editor's basic controls
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.ColorFieldEditor
 
adjustForNumColumns(int) - Method in class org.eclipse.jface.preference.BooleanFieldEditor
 
adjustGridLayout() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
Adjust the layout of the field editors so that they are properly aligned.
adjustHighlightRange(int, int) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Adjusts the highlight range so that at least the specified range is highlighted.
affectsTextPresentation(PropertyChangeEvent) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Determines whether the given preference change affects the editor's presentation.
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
ALL - Static variable in interface org.eclipse.ui.dialogs.IOverwriteQuery
Return code indicating the entity should be overwritten, and all subsequent entities should be overwritten without prompting.
ALL_LEVELS - Static variable in class org.eclipse.jface.viewers.AbstractTreeViewer
Constant indicating that all levels of the tree should be expanded or collapsed.
ALL_PAGES - Static variable in class org.eclipse.swt.printing.PrinterData
scope field value indicating that all pages should be printed
ALL_WITH_PHANTOMS - Static variable in interface org.eclipse.core.resources.IResourceDelta
The bit mask which describes all possible delta kinds, including ones involving phantoms.
allowNewContainerName() - Method in class org.eclipse.ui.dialogs.WizardResourceImportPage
The WizardResourceImportPage implementation of this WizardDataTransferPage method returns true.
allowNewContainerName() - Method in class org.eclipse.ui.dialogs.WizardImportPage
Deprecated. The WizardImportPage implementation of this WizardDataTransferPage method returns true.
allowNewContainerName() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
The addToHierarchyToCheckedStore implementation of this WizardDataTransferPage method returns false.
allowNewContainerName() - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. The WizardExportPage implementation of this WizardDataTransferPage method returns false.
allowNewContainerName() - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
Return whether the user is allowed to enter a new container name or just choose from existing ones.
allResources(IStructuredSelection, int) - Static method in class org.eclipse.ui.views.navigator.ResourceSelectionUtil
Returns the selection adapted to IResource.
allResourcesAreOfType(IStructuredSelection, int) - Static method in class org.eclipse.ui.views.navigator.ResourceSelectionUtil
Returns whether the types of the resources in the given selection are among the specified resource types.
alpha - Variable in class org.eclipse.swt.graphics.ImageData
the global alpha value to be used for every pixel
ALPHA - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for alpha input behavior (value is 1<<2)
alphaData - Variable in class org.eclipse.swt.graphics.ImageData
the alpha data of the image
alreadySeen() - Method in interface org.eclipse.update.core.IVerificationResult
Indicates whether the signer and verifier info have already been accepted by the user during a previous verification of one of the file of the feature.
ALT - Static variable in class org.eclipse.swt.SWT
keyboard and/or mouse event mask indicating that the ALT key was pushed on the keyboard when the event was generated (value is 1<<16)
ALTERNATE_OPEN_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Deprecated. Workbench no longer supports alternate key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods.
ALWAYS_DELETE_PROJECT_CONTENT - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 4) indicating that the operation should delete the files and folders of a project.
ANCESTOR - Static variable in class org.eclipse.compare.rangedifferencer.RangeDifference
Three-way change constant indicating the same change in both right and left, that is only the ancestor is different.
ancestorEnd() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the end index of the entity range on the ancestor side.
ancestorLength() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the number of entities on the ancestor side.
ancestorStart() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the start index of the entity range on the ancestor side.
ANCHOR_BOTTOM - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the bottom of the information area
ANCHOR_LEFT - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the left side of the information area
ANCHOR_RIGHT - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the right side of the information area
ANCHOR_TOP - Static variable in class org.eclipse.jface.text.AbstractInformationControlManager
Anchor representing the top of the information area
AnimatedProgress - class org.eclipse.swt.custom.AnimatedProgress.
A control for showing progress feedback for a long running operation.
AnimatedProgress(Composite, int) - Constructor for class org.eclipse.swt.custom.AnimatedProgress
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
Annotation - class org.eclipse.jface.text.source.Annotation.
Abstract graphical annotation used in a vertical ruler.
Annotation() - Constructor for class org.eclipse.jface.text.source.Annotation
Creates a new annotation.
AnnotationColumn - class org.eclipse.jface.text.source.AnnotationColumn.
Deprecated. use AnnotationRulerColumn instead.
AnnotationColumn(int) - Constructor for class org.eclipse.jface.text.source.AnnotationColumn
Deprecated.  
AnnotationModel - class org.eclipse.jface.text.source.AnnotationModel.
Standard implementation of IAnnotationModel.
AnnotationModel() - Constructor for class org.eclipse.jface.text.source.AnnotationModel
Creates a new annotation model.
AnnotationModelEvent - class org.eclipse.jface.text.source.AnnotationModelEvent.
Specification of changes applied to annotation models.
AnnotationModelEvent(IAnnotationModel) - Constructor for class org.eclipse.jface.text.source.AnnotationModelEvent
Creates a new annotation model event for the given model.
AnnotationRulerColumn - class org.eclipse.jface.text.source.AnnotationRulerColumn.
A vertical ruler column showing graphical representations of annotations.
AnnotationRulerColumn(int) - Constructor for class org.eclipse.jface.text.source.AnnotationRulerColumn
Constructs this column with the given width.
AntCorePlugin - class org.eclipse.ant.core.AntCorePlugin.
The plug-in runtime class for the Ant Core plug-in.
AntCorePlugin(IPluginDescriptor) - Constructor for class org.eclipse.ant.core.AntCorePlugin
Constructs an instance of this plug-in runtime class.
AntRunner - class org.eclipse.ant.core.AntRunner.
Entry point for running Ant scripts inside Eclipse.
AntRunner() - Constructor for class org.eclipse.ant.core.AntRunner
Constructs an instance of this class.
appClsid - Variable in class org.eclipse.swt.ole.win32.OleClientSite
 
append(IPath) - Method in class org.eclipse.core.runtime.Path
 
append(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns the canonicalized path obtained from the concatenation of the given path's segments to the end of this path.
append(String) - Method in class org.eclipse.core.runtime.Path
 
append(String) - Method in interface org.eclipse.core.runtime.IPath
Returns the canonicalized path obtained from the concatenation of the given string path to the end of this path.
append(String) - Method in class org.eclipse.swt.custom.StyledText
Appends a string to the text at the end of the widget.
append(String) - Method in class org.eclipse.swt.widgets.Text
Appends a string.
appendContents(InputStream, boolean, boolean, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
Appends the entire contents of the given stream to this file.
appendContents(InputStream, int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IFile
Appends the entire contents of the given stream to this file.
appendToGroup(String, IAction) - Method in class org.eclipse.jface.action.SubContributionManager
 
appendToGroup(String, IAction) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item for the given action at the end of the group with the given name.
appendToGroup(String, IAction) - Method in class org.eclipse.jface.action.ContributionManager
 
appendToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
appendToGroup(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item to this manager at the end of the group with the given name.
appendToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
appendVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.jface.text.TextViewer
 
appendVerifyKeyListener(VerifyKeyListener) - Method in interface org.eclipse.jface.text.ITextViewerExtension
Appends a verify key listener to the viewer's list of verify key listeners.
application - Variable in class org.eclipse.core.launcher.Main
The identifier of the application to run.
APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
style constant for application modal behavior (value is 1<<16)
Note that this is a HINT.
ApplicationWindow - class org.eclipse.jface.window.ApplicationWindow.
An application window is a high-level "main window", with built-in support for an optional menu bar with standard menus, an optional toolbar, and an optional status line.
ApplicationWindow(Shell) - Constructor for class org.eclipse.jface.window.ApplicationWindow
Create an application window instance, whose shell will be created under the given parent shell.
apply(IDocument) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposal
Inserts the proposed completion into the given document.
apply(IDocument) - Method in class org.eclipse.jface.text.contentassist.CompletionProposal
 
apply(IDocument, char, int) - Method in interface org.eclipse.jface.text.contentassist.ICompletionProposalExtension
Applies the proposed completion to the given document.
applyEditorValue() - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user has requested applying a value.
applyEditorValue() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Apply the current cell editor value.
applyFont() - Method in class org.eclipse.jface.preference.FontFieldEditor
 
applyFont() - Method in class org.eclipse.jface.preference.FieldEditorPreferencePage
 
applyFont() - Method in class org.eclipse.jface.preference.FieldEditor
Applies a font.
applyTextPresentation(TextPresentation, StyledText) - Static method in class org.eclipse.jface.text.TextPresentation
Applies the given presentation to the given text widget.
AppServer - class org.eclipse.help.AppServer.
Singleton class for obtaining the platform app server.
AppServer() - Constructor for class org.eclipse.help.AppServer
 
ARCH_PA_RISC - Static variable in class org.eclipse.core.boot.BootLoader
Constant string (value "PA_RISC") indicating the platform is running on an PA_RISC-based architecture.
ARCH_PPC - Static variable in class org.eclipse.core.boot.BootLoader
Constant string (value "ppc") indicating the platform is running on an PowerPC-based architecture.
ARCH_SPARC - Static variable in class org.eclipse.core.boot.BootLoader
Constant string (value "sparc") indicating the platform is running on an Sparc-based architecture.
ARCH_X86 - Static variable in class org.eclipse.core.boot.BootLoader
Constant string (value "x86") indicating the platform is running on an x86-based architecture.
ArchiveReference - class org.eclipse.update.core.ArchiveReference.
Convenience implementation of a site archive.
ArchiveReference() - Constructor for class org.eclipse.update.core.ArchiveReference
Constructor for ArchiveReference
ArchiveReferenceModel - class org.eclipse.update.core.model.ArchiveReferenceModel.
Site archive model object.
ArchiveReferenceModel() - Constructor for class org.eclipse.update.core.model.ArchiveReferenceModel
Creates a uninitialized model object.
areMultipleLinesSelected() - Method in class org.eclipse.jface.text.TextViewer
Returns true if one line is completely selected or if multiple lines are selected.
args - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
arguments - Variable in class org.eclipse.ant.core.AntRunner
 
arguments - Static variable in class org.eclipse.core.launcher.Main
 
arguments - Variable in class org.eclipse.swt.ole.win32.OleEvent
 
Arm - Static variable in class org.eclipse.swt.SWT
arm event type (value is 30)
ArmEvent - class org.eclipse.swt.events.ArmEvent.
Instances of this class are sent as a result of a widget such as a menu item being armed.
ArmEvent(Event) - Constructor for class org.eclipse.swt.events.ArmEvent
Constructs a new instance of this class based on the information in the given untyped event.
ArmListener - interface org.eclipse.swt.events.ArmListener.
Classes which implement this interface provide a method that deals with the event that is generated when a widget, such as a menu item, is armed.
arrayTypeFor(List) - Method in class org.eclipse.update.core.model.ModelObject
Returns a concrete array type for the elements of the specified list.
arrayTypeFor(Set) - Method in class org.eclipse.update.core.model.ModelObject
Returns a concrete array type for the elements of the specified set.
ARROW - Static variable in class org.eclipse.swt.SWT
style constant for arrow button behavior (value is 1<<2)
ARROW_DOWN - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the DOWN ARROW key (value is (1<<24)+2)
ARROW_KEYS_OPEN - Static variable in class org.eclipse.jface.util.OpenStrategy
Open item when using arrow keys
ARROW_LEFT - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the LEFT ARROW key (value is (1<<24)+3)
ARROW_RIGHT - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the RIGHT ARROW key (value is (1<<24)+4)
ARROW_UP - Static variable in class org.eclipse.swt.SWT
keyboard event constant representing the UP ARROW key (value is (1<<24)+1)
AS_CHECK_BOX - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 2) indicating action is a check box.
AS_DROP_DOWN_MENU - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 4) indicating action is a drop down menu.
AS_PUSH_BUTTON - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 1) indicating action is a simple push button.
asArray(String) - Static method in class org.eclipse.jface.resource.StringConverter
Breaks out space-separated words into an array of words.
asArray(String, String[]) - Static method in class org.eclipse.jface.resource.StringConverter
/** Breaks out space-separated words into an array of words.
asBoolean(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a boolean.
asBoolean(String, boolean) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a boolean.
asDisplayableString(FontData) - Static method in class org.eclipse.jface.resource.StringConverter
Converts a font data object to a string representation for display.
asDouble(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a double.
asDouble(String, double) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a double.
asFile() - Method in class org.eclipse.update.core.ContentReference
Returns the content reference as a file.
asFloat(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a float.
asFloat(String, float) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a float.
asFontData(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT font data object.
asFontData(String, FontData) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT font data object.
asInt(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an int.
asInt(String, int) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an int.
asJarFile() - Method in class org.eclipse.update.core.JarContentReference
Returns the content reference as a jar file.
askForLabel(Map) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Asks the user for a marker label.
askForLabel(Map) - Method in class org.eclipse.ui.texteditor.AddMarkerAction
Asks the user for a marker label.
asLocalFile(ContentReference, InstallMonitor) - Method in class org.eclipse.update.core.FeatureContentProvider
Returns the specified reference as a local file.
asLocalReference(ContentReference, InstallMonitor) - Method in class org.eclipse.update.core.FeatureContentProvider
Returns the specified reference as a local file system reference.
asLocalURL(URL) - Static method in class org.eclipse.core.runtime.Platform
Returns a URL which is the local equivalent of the supplied URL.
asLong(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a long.
asLong(String, long) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a long.
asPoint(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT point.
asPoint(String, Point) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT point.
asRectangle(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT rectangle.
asRectangle(String, Rectangle) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT rectangle.
asReference(IProject[], Object, IProgressMonitor) - Method in interface org.eclipse.team.core.IProjectSetSerializer
For every IProject in providerProjects, return an opaque UTF-8 encoded String to act as a reference to that project.
asRGB(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT RGB color value.
asRGB(String, RGB) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT RGB color value.
Assert - class org.eclipse.jface.util.Assert.
Assert is useful for for embedding runtime sanity checks in code.
assertIsWriteable() - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Checks that this model object is writeable.
assertIsWriteable() - Method in class org.eclipse.core.runtime.model.PluginModelObject
Checks that this model object is writeable.
assertIsWriteable() - Method in class org.eclipse.update.core.model.ModelObject
Checks that this model object is writeable.
associate(Object, Item) - Method in class org.eclipse.jface.viewers.StructuredViewer
Associates the given element with the given widget.
asString(boolean) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given boolean value to a string.
asString(Boolean) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given boolean object to a string.
asString(double) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given double value to a string.
asString(Double) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given double object to a string.
asString(float) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given float value to a string.
asString(Float) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given float object to a string.
asString(FontData) - Static method in class org.eclipse.jface.resource.StringConverter
Converts a font data object to a string.
asString(int) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given int value to a string.
asString(Integer) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given integer object to a string.
asString(long) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given long value to a string.
asString(Long) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given long object to a string.
asString(Point) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given SWT point object to a string.
asString(Rectangle) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given SWT rectangle object to a string.
asString(RGB) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given SWT RGB color value object to a string.
asURL() - Method in class org.eclipse.update.core.JarEntryContentReference
Returns the content reference as a URL.
asURL() - Method in class org.eclipse.update.core.ContentReference
Returns the content reference as a URL.
asyncExec(Runnable) - Method in class org.eclipse.debug.ui.AbstractDebugView
Registers the given runnable with the display associated with this view's control, if any.
asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Synchronizer
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
ATT_CLASS - Static variable in class org.eclipse.ui.part.PluginDropAdapter
The extension point attribute that defines the drop action class.
attachToCancelComponent(Control) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Attaches the progress monitor part to the given cancel component.
ATTR_CONTAINER - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuration attribute - the container where the configuration file is stored.
ATTR_DEBUG_FAVORITE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuration attribute - a boolean value that indicates if the launch configuration is displayed in the debug favorites menu.
ATTR_PRIVATE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuration attribute - a boolean value that indicates if the launch configuration is 'private'.
ATTR_RUN_FAVORITE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuration attribute - a boolean value that indicates if the launch configuration is displayed in the run favorites menu.Default value is false if absent.
ATTR_SOURCE_LOCATOR_ID - Static variable in interface org.eclipse.debug.core.ILaunchConfiguration
Launch configuration attribute storing an identifier of a persistable source locator extension.
ATTR_SOURCE_LOCATOR_MEMENTO - Static variable in interface org.eclipse.debug.core.ILaunchConfiguration
Launch configuration attribute storing a memento of a source locator.
ATTR_TARGET_DEBUG_PERSPECTIVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuartion attribute - the perspective to switch to when a launch configuration is launched in debug mode (value org.eclipse.debug.ui.target_debug_perspective).
ATTR_TARGET_RUN_PERSPECTIVE - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Launch configuartion attribute - the perspective to switch to when a launch configuration is launched in run mode (value org.eclipse.debug.ui.target_run_perspective).
AUTO_BUILD - Static variable in class org.eclipse.core.resources.IncrementalProjectBuilder
Build kind constant indicating an automatic build request.

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.