|
Eclipse Platform Release 3.5 |
|||||||||
| PREV LETTER NEXT LETTER | FRAMES NO FRAMES | |||||||||
MessageBox style constant for an ABORT button;
the only valid combination is ABORT|RETRY|IGNORE
(value is 1<<9).
ActionFactory.ABOUT.getId() instead.
AbstractDocumentProvider implementation of this
IDocumentProvider method does nothing.
IAction.Layout used to set the size of a table
in a consistent way even during a resize unlike a TableLayout which
only sets initial sizes.AbstractContentExtensionProvider is a mechanism to provide
arbitrary content extensions (e.g. contributions to anchors or element
replacements).AbstractContextProvider is a mechanism to provide arbitrary
context-sensitive help for any part of the UI.org.eclipse.ui.texteditor.rulerColumns extension point.AbstractControlContentAssistSubjectAdapter.
null.
AbstractTextEditor,
but used in many heavy weight (and especially source editing) editors, such as line numbers,
change ruler, overview ruler, print margins, current line highlighting, etc.IDocument and its extension
interfaces IDocumentExtension,
IDocumentExtension2,
IDocumentExtension3,
IDocumentExtension4, as well as
IRepairableDocument.completeInitialization.
NamedHandleObject.AbstractHandleObjectEvent.
IHandler.IObjectWithState.AbstractIndexProvider is a mechanism to provide arbitrary
content to the keyword index.IInformationControl.ILineTracker.NamedHandleObject.AbstractHandleObjectEvent.
IObservableSet.IReconciler.IResourceVariantTree that provides the logic for
refreshing the tree and collecting the results so they can be cached locally.IVerticalRulerColumn that
uses a Canvas to draw the ruler contents and which
handles scrolling and mouse selection.org.eclipse.ui.services extension point.ISourceProvider that provides listener
support.StatusAdapter or IStatus.SubscriberParticipant
instances.Table like widgets can use to provide a
viewer on top of their widget implementations.ITemplatesPage.AbstractTextSearchResult
AbstractTextSearchResult instances.AbstractTocProvider is a mechanism to provide arbitrary
content to the table of contents (TOC).IWidget interface allows clients adding
elements to the trim to receive notifications if the User moves the widget to
another trim area.AbstractUIPlugin.AbstractUIPlugin(). Implementations of
MyPlugin(IPluginDescriptor descriptor) should be changed to
MyPlugin() and call super() instead of
super(descriptor).
The MyPlugin(IPluginDescriptor descriptor) constructor is
called only for plug-ins which explicitly require the
org.eclipse.core.runtime.compatibility plug-in (or, as in this case,
subclasses which might).
IWorkbenchBrowserSupport while leaving some methods
to the implementors.ListDiff.getDifferences() array, calling the appropriate
method in visitor for each difference.
registerPostNotificationReplace until
ignorePostNotificationReplaces is called.
Display.asyncExec(Runnable) and
Display.syncExec(Runnable) methods.
AccessibleListener interface.AccessibleControlListener interface.AccessibleTextListener interface.IAction with a Job.
"org.eclipse.search.searchActionSet").
NewSearchUI.ACTION_SET_ID instead.
ActionContext represents the context used to determine
which actions are added by an ActionGroup, and what their
enabled state should be.IActionDelegate and
IActionDelegate2 for a client delegate action.ActionGroup represents a group of actions
which are added to a context menu, or the action bars of a part, together.IAction to
IHandler.IAction.
IAction.
CheckboxCellEditor implementation of
this CellEditor framework method simulates
the toggling of the checkbox control and notifies
listeners with ICellEditorListener.applyEditorValue.
IContextService.activateContext(String, Expression)
instead.
ILaunchConfigurationTab interface
in the 3.0 release to allow tabs to distinguish between a tab being activated
and a tab group be initialized for the first time, from a selected launch
configuration.
IHandlerService.activateHandler(String, IHandler, Expression)
instead.
nestedSite as active if
one exists.
NewSearchUI.activateSearchResultView() instead.
MultiPageEditorPart.createPageContainer(Composite) to activate the active inner
editor services when their header loses focus.
ActiveShellExpression
IActivity
have changed.
IActivity.IActivityManager
have changed.
IActivityManager.adapt)
IAdaptable objects.IDiff to the tree.
SyncInfo to the set.
"add.ext").
"add.ext").
org.eclipse.ui.ide.IDEActionFactory.ADD_TASK.getId()
instead.
org.eclipse.ui.texteditor.ITextEditorHelpContextIds.ADD_TASK_ACTION instead.
PropertyTester property) as accessed.
IActivityListener to listen for
changes to properties of this instance.
IActivityManagerListener to
listen for changes to properties of this instance.
IAdaptable.getAdapter(Class)
is called on the receiver with Class adapter as a parameter.
attachment to the receiver.
ArmListener
interface.
org.eclipse.equinox.security.storage.SecurePreferencesFactory
to obtain secure preferences and org.eclipse.equinox.security.storage.ISecurePreferences
for data access and modifications.
Consider using ISecurePreferences#put(String, String, boolean) as a replacement of this method.
AddBookmarkAction.AddBookmarkAction(IShellProvider, boolean)
AddBookmarkAction.AddBookmarkAction(IShellProvider, boolean)
ICategoryListener to listen for
changes to properties of this instance.
ICategoryListener to listen for
changes to attributes of this instance.
CellEditor to the handler so that the
Cut, Copy, Paste, Delete, Select All, Find, Undo, and Redo
actions are redirected to it when active.
text edit change group.
ChildNode to this LanguageElementNode
- addChild(TextEdit) -
Method in class org.eclipse.text.edits.TextEdit
- Adds the given edit
child to this edit.
- addChild(FileSystemElement) -
Method in class org.eclipse.ui.dialogs.FileSystemElement
- Adds the passed child to this object's collection of children.
- addChild(IntroElement) -
Method in class org.eclipse.ui.intro.config.IntroElement
- Adds a child to this element.
- addChild(IFeature) -
Method in interface org.eclipse.update.core.IFeatureContentConsumer
- Link the content consumer of the feature as a child
content consumer
- addChildren(TextEdit[]) -
Method in class org.eclipse.text.edits.TextEdit
- Adds all edits in
edits to this edit.
- addChildren(Object, Object[], IProgressMonitor) -
Method in class org.eclipse.ui.progress.DeferredTreeContentManager
- Create a UIJob to add the children to the parent in the tree viewer.
- addCloseWindowListener(CloseWindowListener) -
Method in class org.eclipse.swt.browser.Browser
- Adds the listener to the collection of listeners who will be
notified when the window hosting the receiver should be closed.
- addColumnData(ColumnLayoutData) -
Method in class org.eclipse.jface.viewers.TableLayout
- Adds a new column of data to this table layout.
- addCommand(int, int, String, IDocumentListener) -
Method in class org.eclipse.jface.text.DocumentCommand
- Adds an additional replace command.
- addCommandListener(ICommandListener) -
Method in class org.eclipse.core.commands.Command
- Adds a listener to this command that will be notified when this command's
state changes.
- addCommandListener(ICommandListener) -
Method in interface org.eclipse.ui.commands.ICommand
- Deprecated. Registers an instance of
ICommandListener to listen for
changes to attributes of this instance.
- addCommandManagerListener(ICommandManagerListener) -
Method in class org.eclipse.core.commands.CommandManager
- Adds a listener to this command manager.
- addCommandManagerListener(ICommandManagerListener) -
Method in interface org.eclipse.ui.commands.ICommandManager
- Deprecated. Registers an instance of
ICommandManagerListener to listen
for changes to attributes of this instance.
- addCompareInputChangeListener(ICompareInput, ICompareInputChangeListener) -
Method in class org.eclipse.compare.CompareEditorInput
-
- addCompareInputChangeListener(ICompareInput, ICompareInputChangeListener) -
Method in interface org.eclipse.compare.ICompareContainer
- Register for change events for the given compare input.
- addCompareInputChangeListener(ICompareInputChangeListener) -
Method in class org.eclipse.compare.structuremergeviewer.DiffNode
- Registers a listener for changes of this
ICompareInput.
- addCompareInputChangeListener(ICompareInputChangeListener) -
Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
- Registers the given listener for notification.
- addCompareInputChangeListener(ICompareInput, ICompareInputChangeListener) -
Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
-
- addCompletionListener(ICompletionListener) -
Method in class org.eclipse.jface.text.contentassist.ContentAssistant
-
- addCompletionListener(ICompletionListener) -
Method in interface org.eclipse.jface.text.contentassist.IContentAssistantExtension2
- Adds a completion listener that will be informed before proposals are computed.
- addCompletionListener(ICompletionListener) -
Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistant
- Adds a completion listener that will be informed before proposals are computed.
- addCompletionListener(ICompletionListener) -
Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
-
- addCompletionListener(ICompletionListener) -
Method in class org.eclipse.jface.text.source.ContentAssistantFacade
- Adds a completion listener that will be informed before proposals are
computed.
- addConfiguration(IInstallConfiguration) -
Method in interface org.eclipse.update.configuration.ILocalSite
- Adds the specified configuration to this local site.
- addConfiguredSite(IConfiguredSite) -
Method in interface org.eclipse.update.configuration.IInstallConfiguration
- Adds the specified site to this configuration.
- addConfiguredSiteChangedListener(IConfiguredSiteChangedListener) -
Method in interface org.eclipse.update.configuration.IConfiguredSite
- Adds a change listener to the configured site.
- addConsoleListener(IConsoleListener) -
Method in interface org.eclipse.ui.console.IConsoleManager
- Registers the given listener for console notifications.
- addConsoles(IConsole[]) -
Method in interface org.eclipse.ui.console.IConsoleManager
- Adds the given consoles to the console manager.
- addContentChangeListener(IContentChangeListener) -
Method in class org.eclipse.compare.BufferedContent
-
- addContentChangeListener(IContentChangeListener) -
Method in interface org.eclipse.compare.IContentChangeNotifier
- Adds a content change listener to this notifier.
- addContentProposalListener(IContentProposalListener) -
Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
- Add the specified listener to the list of content proposal listeners that
are notified when content proposals are chosen.
- addContentProposalListener(IContentProposalListener2) -
Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
- Add the specified listener to the list of content proposal listeners that
are notified when a content proposal popup is opened or closed.
- addContentTypeChangeListener(IContentTypeManager.IContentTypeChangeListener) -
Method in interface org.eclipse.core.runtime.content.IContentTypeManager
- Register the given listener for notification of content type changes.
- addContext(IUndoContext) -
Method in class org.eclipse.core.commands.operations.AbstractOperation
-
- addContext(IUndoContext) -
Method in interface org.eclipse.core.commands.operations.IUndoableOperation
-
Add the specified context to the operation.
- addContext(IUndoContext) -
Method in class org.eclipse.core.commands.operations.TriggeredOperations
- Add the specified context to the operation.
- addContextListener(IContextListener) -
Method in class org.eclipse.core.commands.contexts.Context
- Registers an instance of
IContextListener to listen for
changes to properties of this instance.
- addContextListener(IContextListener) -
Method in interface org.eclipse.ui.contexts.IContext
- Deprecated. Registers an instance of
IContextListener to listen for
changes to properties of this instance.
- addContextManagerListener(IContextManagerListener) -
Method in class org.eclipse.core.commands.contexts.ContextManager
- Adds a listener to this context manager.
- addContextManagerListener(IContextManagerListener) -
Method in interface org.eclipse.ui.contexts.IContextManager
- Deprecated. Registers an instance of
IContextManagerListener to listen
for changes to properties of this instance.
- addContextManagerListener(IContextManagerListener) -
Method in interface org.eclipse.ui.contexts.IContextService
- Adds a listener to this context service.
- addContextMenuManager(IMenuManager) -
Method in class org.eclipse.debug.ui.AbstractDebugView
- Adds a context menu manager that is relevant to this view.
- addContextType(TemplateContextType) -
Method in class org.eclipse.jface.text.templates.ContextTypeRegistry
- Adds a context type to the registry.
- addContextType(String) -
Method in class org.eclipse.ui.editors.text.templates.ContributionContextTypeRegistry
- Tries to create a context type given an id.
- addContribution(InputStream, IContributor, boolean, String, ResourceBundle, Object) -
Method in interface org.eclipse.core.runtime.IExtensionRegistry
- Adds to this extension registry an extension point(s), extension(s), or
a combination of those described by the XML file.
- addContributionFactory(AbstractContributionFactory) -
Method in interface org.eclipse.ui.menus.IMenuService
- Contribute and initialize the contribution factory.
- addContributionItem(IContributionItem, Expression) -
Method in interface org.eclipse.ui.menus.IContributionRoot
- Adds a given contribution item with provided visibility expression and
kill-switch filtering as a direct child of this container.
- 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.
- 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.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.TreeColumn
- 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.
- addCoolBar(int) -
Method in class org.eclipse.jface.window.ApplicationWindow
- Configures this window to have a cool bar.
- addCTabFolder2Listener(CTabFolder2Listener) -
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, minimized, maximized,
restored, or to show the list of items that are not
currently visible.
- addCTabFolderListener(CTabFolderListener) -
Method in class org.eclipse.swt.custom.CTabFolder
- Deprecated. use addCTabFolder2Listener(CTabFolder2Listener)
- addDebugContextListener(IDebugContextListener) -
Method in class org.eclipse.debug.ui.contexts.AbstractDebugContextProvider
-
- addDebugContextListener(IDebugContextListener) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextManager
- Registers the given listener for debug context notification in all windows.
- addDebugContextListener(IDebugContextListener) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextProvider
- Registers the given listener for debug context events.
- addDebugContextListener(IDebugContextListener) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
- Registers for the given listener for debug context change notification
in this service's window.
- addDebugContextListener(IDebugContextListener, String) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
- Registers for the given debug context listener for context notification
from the specified part in this service's window.
- addDebugContextProvider(IDebugContextProvider) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
- Registers the given debug context provider with this service.
- 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 interface org.eclipse.debug.core.ILaunch
- Adds the given debug target to this launch.
- addDebugTarget(IDebugTarget) -
Method in class org.eclipse.debug.core.Launch
-
- addDecoratedStateChangeListener(ITeamStateChangeListener) -
Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
- Add a decorated state change listener to the provider.
- addDecoratedStateChangeListener(ITeamStateChangeListener) -
Method in class org.eclipse.team.ui.synchronize.TeamStateProvider
-
- addDecorator(int, IVerticalRulerColumn) -
Method in class org.eclipse.jface.text.source.CompositeRuler
- Inserts the given column at the specified slot to this composite ruler.
- addDiffChangeListener(IDiffChangeListener) -
Method in interface org.eclipse.team.core.diff.IDiffTree
- Add a listener to the tree.
- addDiffChangeListener(IDiffChangeListener) -
Method in class org.eclipse.team.core.diff.provider.DiffTree
-
- addDirective(String, String) -
Method in class org.eclipse.osgi.util.ManifestElement
- Add a directive to this manifest element.
- addDiscoverySiteEntryModel(URLEntryModel) -
Method in class org.eclipse.update.core.model.FeatureModel
- Adds an additional update site reference.
- addDisposeListener(IDisposeListener) -
Method in class org.eclipse.core.databinding.AggregateValidationStatus
-
- addDisposeListener(IDisposeListener) -
Method in class org.eclipse.core.databinding.observable.AbstractObservable
-
- addDisposeListener(IDisposeListener) -
Method in class org.eclipse.core.databinding.observable.ChangeSupport
-
- addDisposeListener(IDisposeListener) -
Method in interface org.eclipse.core.databinding.observable.IObservable
- Adds the given dispose listener to the list of dispose listeners.
- addDisposeListener(IDisposeListener) -
Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
-
- addDisposeListener(IDisposeListener) -
Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
-
- addDisposeListener(DisposeListener) -
Method in class org.eclipse.jface.text.AbstractInformationControl
-
- 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.swt.widgets.Widget
- Adds the listener to the collection of listeners who will
be notified when the widget is disposed.
- addDocument(String, String, URL, String, Document) -
Method in interface org.eclipse.help.search.ISearchIndex
- Adds a document to the search index by parsing it using one of the file-based search
participants, or the default HTML search participant.
- addDocument(ISearchIndex, String, String, URL, String, Document) -
Method in class org.eclipse.help.search.LuceneSearchParticipant
- Adds the document to the search index.
- addDocument(ISearchIndex, String, String, URL, String, Document) -
Method in class org.eclipse.help.search.XMLSearchParticipant
-
- addDocumentListener(IDocumentListener) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- addDocumentListener(IDocumentListener) -
Method in interface org.eclipse.jface.text.IDocument
- Registers the document listener with the document.
- addDocumentPartitioners(IDocument, Map) -
Static method in class org.eclipse.jface.text.TextUtilities
- Connects the given document with all document partitioners stored in the given map under
their partitioning name.
- addDocumentPartitioningListener(IDocumentPartitioningListener) -
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.
- addDocumentRewriteSessionListener(IDocumentRewriteSessionListener) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- addDocumentRewriteSessionListener(IDocumentRewriteSessionListener) -
Method in interface org.eclipse.jface.text.IDocumentExtension4
- Registers the document rewrite session listener with the document.
- addDocumentUndoListener(IDocumentUndoListener) -
Method in class org.eclipse.text.undo.DocumentUndoManager
-
- addDocumentUndoListener(IDocumentUndoListener) -
Method in interface org.eclipse.text.undo.IDocumentUndoManager
- Adds the specified listener to the list of document undo listeners that
are notified before and after changes are undone or redone in the
document.
- addDoubleClickListener(IDoubleClickListener) -
Method in class org.eclipse.compare.CompareViewerPane
- Add a double-click listener to the pane.
- addDoubleClickListener(IDoubleClickListener) -
Method in class org.eclipse.jface.viewers.StructuredViewer
- Adds a listener for double-clicks in this viewer.
- addDragDetectListener(DragDetectListener) -
Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when a drag gesture occurs, by sending it
one of the messages defined in the
DragDetectListener
interface.
- 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.
- addDragListener(Control, Listener) -
Static method in class org.eclipse.ui.presentations.PresentationUtil
- Adds a drag listener to the given control.
- addDragSourceListener(TransferDragSourceListener) -
Method in class org.eclipse.jface.util.DelegatingDragAdapter
- Adds the given
TransferDragSourceListener.
- 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.
- addDrawingStrategy(Object, AnnotationPainter.IDrawingStrategy) -
Method in class org.eclipse.jface.text.source.AnnotationPainter
- Registers a new drawing strategy under the given ID.
- 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.
- addDropTargetListener(TransferDropTargetListener) -
Method in class org.eclipse.jface.util.DelegatingDropAdapter
- Adds the given
TransferDropTargetListener.
- 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 -
Static variable in interface org.eclipse.core.runtime.IExtensionDelta
- Delta kind constant indicating that an extension has been added to an
extension point.
- added(IExtension[]) -
Method in interface org.eclipse.core.runtime.IRegistryEventListener
- Notifies this listener that extensions were added to the registry.
- added(IExtensionPoint[]) -
Method in interface org.eclipse.core.runtime.IRegistryEventListener
- Notifies this listener that extension points were added to the registry.
- added(IEclipsePreferences.NodeChangeEvent) -
Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences.INodeChangeListener
- Notification that a child node was added to the preference hierarchy.
- ADDED -
Static variable in interface org.eclipse.jface.text.source.ILineDiffInfo
- Denotes an added line.
- ADDED -
Static variable in class org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent
- Event type indicating that a refactoring descriptor has been added to its
associated history (value 4)
- ADDED -
Static variable in class org.eclipse.search.ui.text.MatchEvent
- Constant for a matches being added.
- 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.
- addEdit(TextEdit) -
Method in class org.eclipse.ltk.core.refactoring.TextChange
- Adds the given edit to the edit tree.
- addEditorActivationListener(ColumnViewerEditorActivationListener) -
Method in class org.eclipse.jface.viewers.ColumnViewerEditor
- Adds the given listener, it is to be notified when the cell editor is
activated or deactivated.
- addEditorAreaTransfer(Transfer) -
Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
- Adds the given drag and drop
Transfer type to the ones
supported for drag and drop on the editor area of this workbench window.
- addElement(Object, RefactoringArguments) -
Method in interface org.eclipse.ltk.core.refactoring.participants.ISharableParticipant
- Adds the given element and argument to the refactoring participant.
- addElementStateListener(IElementStateListener) -
Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
-
- addElementStateListener(IElementStateListener) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
-
- addElementStateListener(IElementStateListener) -
Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
- Deprecated.
- addElementStateListener(IElementStateListener) -
Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
-
- addElementStateListener(IElementStateListener) -
Method in interface org.eclipse.ui.texteditor.IDocumentProvider
- Adds the given element state listener to this document provider.
- addEnabledSubmission(EnabledSubmission) -
Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
- Deprecated.
Add a single enabled submission for consideration.
- addEnabledSubmissions(Collection) -
Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
- Deprecated.
Adds zero or more enabled submissions for consideration.
- addEntry(int, String, RefactoringStatusContext, String, int) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds a new entry filled with the given arguments to this status.
- addEntry(int, String, RefactoringStatusContext, String, int, Object) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds a new entry filled with the given arguments to this status.
- addEntry(RefactoringStatusEntry) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds the given
RefactoringStatusEntry.
- addError(String) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds an
ERROR entry filled with the given message to this status.
- addError(String, RefactoringStatusContext) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds an
ERROR entry filled with the given message and context to
this status.
- addError(ITeamStatus) -
Method in class org.eclipse.team.core.synchronize.SyncInfoSet
- Add the error to the set.
- addEvaluationListener(Expression, IPropertyChangeListener, String) -
Method in interface org.eclipse.ui.services.IEvaluationService
- Add a listener that can be notified when the workbench application
context causes the expression evaluation value to change.
- addEvaluationReference(IEvaluationReference) -
Method in interface org.eclipse.ui.services.IEvaluationService
- Re-add a property change listener that has already been removed by
IEvaluationService.removeEvaluationListener(IEvaluationReference).
- 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.
- addEventListener(OleAutomation, String, int, OleListener) -
Method in class org.eclipse.swt.ole.win32.OleControlSite
- Adds the listener to receive events.
- addExecutionListener(IExecutionListener) -
Method in class org.eclipse.core.commands.Command
- Adds a listener to this command that will be notified when this command
is about to execute.
- addExecutionListener(IExecutionListener) -
Method in class org.eclipse.core.commands.CommandManager
- Adds an execution listener to this manager.
- addExecutionListener(IRefactoringExecutionListener) -
Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
- Adds the specified refactoring execution listener to this service.
- addExecutionListener(IExecutionListener) -
Method in interface org.eclipse.ui.commands.ICommandService
- Adds an execution listener to the command service.
- addExpandListener(ExpandListener) -
Method in class org.eclipse.swt.widgets.ExpandBar
- 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
ExpandListener
interface.
- addExpansionListener(IExpansionListener) -
Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
- Adds the listener that will be notified when the expansion state changes.
- 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.
- addExpressionListener(IExpressionsListener) -
Method in interface org.eclipse.debug.core.IExpressionManager
- Adds the given listener to the collection of registered expression listeners.
- addExpressions(IExpression[]) -
Method in interface org.eclipse.debug.core.IExpressionManager
- Adds the given expressions to the collection of registered expressions
in the workspace and notifies all registered listeners.
- addExtendedModifyListener(ExtendedModifyListener) -
Method in class org.eclipse.swt.custom.StyledText
- Adds an extended modify listener.
- addExtension(IExtensionTracker, IExtension) -
Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionChangeHandler
- This method is called whenever an extension conforming to the extension point filter
is being added to the registry.
- addExtensionActivationListener(IExtensionActivationListener) -
Method in interface org.eclipse.ui.navigator.INavigatorActivationService
- Request notification when the activation state changes.
- addExtensionMappings(String[], int[]) -
Method in interface org.eclipse.team.core.IFileContentManager
- Map a set of file extensions to a set of content types and save the mapping in
the preferences.
- addFastView(String) -
Method in interface org.eclipse.ui.IPageLayout
- Adds the view with the given compound 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 compound id to the page layout as a fast view
with the given width ratio.
- addFatalError(String) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds a
FATAL entry filled with the given message to this status.
- addFatalError(String, RefactoringStatusContext) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds a
FATAL entry filled with the given message and status to
this status.
- addFeatureReferenceModel(SiteFeatureReferenceModel) -
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.
- addFieldDecoration(FieldDecoration, int, boolean) -
Method in class org.eclipse.jface.fieldassist.DecoratedField
- Deprecated. Adds an image decoration to the field.
- addFile(IFile) -
Method in class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
- Adds the given file to this checker.
- addFileBufferListener(IFileBufferListener) -
Method in interface org.eclipse.core.filebuffers.IFileBufferManager
- Adds the given listener to the list of file buffer listeners.
- 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.
- addFileExtension(String) -
Method in class org.eclipse.core.runtime.Path
-
- addFiles(IFile[]) -
Method in class org.eclipse.ltk.core.refactoring.participants.ValidateEditChecker
- Adds the given array of files.
- addFileSpec(String, int) -
Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
- Adds a user-defined file specification to the corresponding content type.
- 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(int, Listener) -
Method in class org.eclipse.swt.widgets.Display
- Adds the listener to the collection of listeners who will
be notified when an event of the given type occurs anywhere
in a widget.
- addFilter(ViewerFilter) -
Method in class org.eclipse.ui.dialogs.CheckedTreeSelectionDialog
- Adds a filter to the tree viewer.
- addFilter(ViewerFilter) -
Method in class org.eclipse.ui.dialogs.ElementTreeSelectionDialog
- Adds a filter to the tree viewer.
- addFilter(IUpdateSearchFilter) -
Method in class org.eclipse.update.search.UpdateSearchRequest
- Adds a filter to this request.
- addFocusListener(FocusListener) -
Method in class org.eclipse.jface.text.AbstractInformationControl
- Adds the given listener to the list of focus listeners.
- 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.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.
- addFocusTracker(Control, String) -
Method in interface org.eclipse.ui.swt.IFocusService
- A Control for which the service will track focus.
- addFragment(PluginFragmentModel) -
Method in class org.eclipse.core.runtime.model.PluginRegistryModel
- Deprecated. Adds the specified plug-in fragment to this registry.
- addGroup(LinkedPositionGroup) -
Method in class org.eclipse.jface.text.link.LinkedModeModel
- Adds a position group to this
LinkedModeModel.
- addGroup(IMenuManager, String, String) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
- Convenience method to add a new group after the specified group.
- addHandlerListener(IHandlerListener) -
Method in class org.eclipse.core.commands.AbstractHandler
-
- addHandlerListener(IHandlerListener) -
Method in interface org.eclipse.core.commands.IHandler
- Registers an instance of
IHandlerListener to listen for
changes to properties of this instance.
- addHandlerListener(IHandlerListener) -
Method in class org.eclipse.jface.commands.ActionHandler
-
- addHandlerListener(IHandlerListener) -
Method in class org.eclipse.ui.commands.AbstractHandler
- Deprecated.
- addHandlerListener(IHandlerListener) -
Method in class org.eclipse.ui.commands.ActionHandler
- Deprecated.
- addHandlerListener(IHandlerListener) -
Method in interface org.eclipse.ui.commands.IHandler
- Deprecated. Registers an instance of
IHandlerListener to listen for
changes to properties of this instance.
- addHandlerSubmission(HandlerSubmission) -
Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
- Deprecated. Adds a single handler submissions for consideration by the workbench.
- addHandlerSubmissions(Collection) -
Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
- Deprecated. Adds a collection of handler submissions for consideration by the
workbench.
- addHeaderAnnotationType(Object) -
Method in interface org.eclipse.jface.text.source.IOverviewRuler
- Adds the given annotation type to the header of this ruler.
- addHeaderAnnotationType(Object) -
Method in class org.eclipse.jface.text.source.OverviewRuler
-
- 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.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.
- 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.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.
- addHighlightAnnotationType(Object) -
Method in class org.eclipse.jface.text.source.AnnotationPainter
- Adds the given annotation type to the list of annotation types whose
annotations should be highlighted this painter.
- addHistoryListener(IRefactoringHistoryListener) -
Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
- Adds the specified refactoring history listener to this service.
- addHyperlink(IHyperlink, int, int) -
Method in class org.eclipse.ui.console.TextConsole
- Adds a hyperlink to this console.
- addHyperlinkListener(IHyperlinkListener) -
Method in class org.eclipse.ui.forms.widgets.AbstractHyperlink
- Adds the event listener to this hyperlink.
- addHyperlinkListener(IHyperlinkListener) -
Method in class org.eclipse.ui.forms.widgets.FormText
- Adds a listener that will handle hyperlink events.
- addIDEEncoding(String) -
Static method in class org.eclipse.ui.ide.IDEEncoding
- Add value to the list of workbench encodings.
- addIdentifierListener(IIdentifierListener) -
Method in interface org.eclipse.ui.activities.IIdentifier
- Registers an instance of
IIdentifierListener to listen
for changes to properties of this instance.
- addImageLoaderListener(ImageLoaderListener) -
Method in class org.eclipse.swt.graphics.ImageLoader
- Adds the listener to the collection of listeners who will be
notified when image data is either partially or completely loaded.
- addImportModel(ImportModel) -
Method in class org.eclipse.update.core.model.FeatureModel
- Adds a plug-in dependency entry.
- addIncludedFeatureReferenceModel(IncludedFeatureReferenceModel) -
Method in class org.eclipse.update.core.model.FeatureModel
- Adds a feature identifier.
- addInfo(String) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds an
INFO entry filled with the given message to this status.
- addInfo(String, RefactoringStatusContext) -
Method in class org.eclipse.ltk.core.refactoring.RefactoringStatus
- Adds an
INFO entry filled with the given message and context to
this status.
- addInfoListener(ILocalSystemInfoListener) -
Static method in class org.eclipse.update.configuration.LocalSystemInfo
- Add local system change listener.
- addInstallConfigurationChangedListener(IInstallConfigurationChangedListener) -
Method in interface org.eclipse.update.configuration.IInstallConfiguration
- Adds a configuration change listener.
- addItems(List) -
Method in class org.eclipse.ui.actions.BaseNewWizardMenu
- Adds the items to show to the given list.
- addItems(List) -
Method in class org.eclipse.ui.actions.NewWizardMenu
-
- ADDITION -
Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
- Difference constant (value 1) indicating one side was added.
- ADDITION -
Static variable in class org.eclipse.team.core.synchronize.SyncInfo
- Sync constant (value 1) indicating that one side was added.
- addJobChangeListener(IJobChangeListener) -
Method in interface org.eclipse.core.runtime.jobs.IJobManager
- Registers a job listener with the job manager.
- addJobChangeListener(IJobChangeListener) -
Method in class org.eclipse.core.runtime.jobs.Job
- Registers a job listener with this job
Has no effect if an identical listener is already registered.
- addKeyConfigurationListener(IKeyConfigurationListener) -
Method in interface org.eclipse.ui.commands.IKeyConfiguration
- Deprecated. Registers an instance of
IKeyConfigurationListener to
listen for changes to attributes of this instance.
- addKeyListener(KeyListener) -
Method in class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter
- Deprecated.
- addKeyListener(KeyListener) -
Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
- 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.
- 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.
- addKeyListener(KeyListener) -
Method in class org.eclipse.swt.widgets.Tracker
- 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.
- addLabelDecorator(ILabelDecorator) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
- Add a label decorator to the page configuration.
- 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.
- addLaunches(ILaunch[]) -
Method in interface org.eclipse.debug.core.ILaunchManager
- Adds the specified launch objects and notifies listeners.
- addLaunchListener(ILaunchesListener) -
Method in interface org.eclipse.debug.core.ILaunchManager
- Adds the given listener to the collection of registered launch listeners.
- 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.
- addLink(IConsoleHyperlink, int, int) -
Method in interface org.eclipse.debug.ui.console.IConsole
- Deprecated. replaced with addLink(IHyperlink link, int offset, int length)
- addLink(IHyperlink, int, int) -
Method in interface org.eclipse.debug.ui.console.IConsole
- Adds the given hyperlink to this console.
- addLinkingListener(ILinkedModeListener) -
Method in class org.eclipse.jface.text.link.LinkedModeModel
- Adds
listener to the set of listeners that are informed
upon state changes.
- addListChangeListener(IListChangeListener) -
Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
-
- addListChangeListener(IListChangeListener) -
Method in class org.eclipse.core.databinding.observable.list.ComputedList
-
- addListChangeListener(IListChangeListener) -
Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
-
- addListChangeListener(IListChangeListener) -
Method in interface org.eclipse.core.databinding.observable.list.IObservableList
- Adds the given list change listener to the list of list change listeners.
- addListChangeListener(IListChangeListener) -
Method in class org.eclipse.core.databinding.observable.list.ObservableList
-
- addListener(IParameterTypeListener) -
Method in class org.eclipse.core.commands.ParameterType
- Adds a listener to this parameter type that will be notified when its
state changes.
- addListener(IStateListener) -
Method in class org.eclipse.core.commands.State
- Adds a listener to changes for this state.
- addListener(Object, IObservablesListener) -
Method in class org.eclipse.core.databinding.observable.ChangeSupport
-
- addListener(IRegistryEventListener) -
Method in interface org.eclipse.core.runtime.IExtensionRegistry
- Adds the given listener for registry change events.
- addListener(IRegistryEventListener, String) -
Method in interface org.eclipse.core.runtime.IExtensionRegistry
- Adds the given listener for registry change events related to specified
extension point.
- addListener(PerformanceStats.PerformanceListener) -
Static method in class org.eclipse.core.runtime.PerformanceStats
- Adds a listener that is notified when performance events occur.
- addListener(IMemoryBlockListener) -
Method in interface org.eclipse.debug.core.IMemoryBlockManager
- Registers the given listener for memory block addition and
removal notification.
- addListener(IStreamListener) -
Method in interface org.eclipse.debug.core.model.IStreamMonitor
- Adds the given listener to this stream monitor's registered listeners.
- addListener(IMemoryRenderingBindingsListener) -
Method in class org.eclipse.debug.ui.memory.AbstractMemoryRenderingBindingsProvider
-
- addListener(IMemoryRenderingBindingsListener) -
Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsProvider
- Adds a listener to this binding provider.
- addListener(IPropertyChangeListener) -
Method in class org.eclipse.jface.preference.ColorSelector
- Adds a property change listener to this
ColorSelector.
- addListener(IPropertyChangeListener) -
Method in class org.eclipse.jface.resource.ResourceRegistry
- Adds a property change listener to this registry.
- addListener(ILabelProviderListener) -
Method in class org.eclipse.jface.viewers.BaseLabelProvider
-
- 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.DecoratingLabelProvider
- The
DecoratingLabelProvider implementation of this IBaseLabelProvider method
adds the listener to both the nested label provider and the label decorator.
- addListener(ILabelProviderListener) -
Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
-
- addListener(IConcurrentModelListener) -
Method in class org.eclipse.jface.viewers.deferred.AbstractConcurrentModel
-
- addListener(IConcurrentModelListener) -
Method in interface org.eclipse.jface.viewers.deferred.IConcurrentModel
- Adds a listener to this model.
- addListener(ILabelProviderListener) -
Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
-
- addListener(ILabelProviderListener) -
Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
- Adds a listener to this label provider.
- addListener(IUndoManagerListener) -
Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
- Adds a listener to the undo manager.
- addListener(ISearchResultListener) -
Method in interface org.eclipse.search.ui.ISearchResult
- Adds a
ISearchResultListener.
- addListener(ISearchResultListener) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
- Adds a
ISearchResultListener.
- addListener(int, Listener) -
Method in class org.eclipse.swt.widgets.Display
- Adds the listener to the collection of listeners who will
be notified when an event of the given type occurs.
- addListener(int, Listener) -
Method in class org.eclipse.swt.widgets.Widget
- Adds the listener to the collection of listeners who will
be notified when an event of the given type occurs.
- addListener(ISubscriberChangeListener) -
Method in class org.eclipse.team.core.subscribers.Subscriber
- Adds a listener to this team subscriber.
- addListener(ISynchronizerChangeListener) -
Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
- Adds a listener to this synchronizer.
- addListener(ILabelProviderListener) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
-
- addListener(INavigatorContentServiceListener) -
Method in interface org.eclipse.ui.navigator.INavigatorContentService
- Add a listener to be notified whenever an extension is loaded.
- addListenerObject(Object) -
Method in class org.eclipse.core.commands.common.EventManager
- Adds a listener to this manager that will be notified when this manager's
state changes.
- addListeners(TreeViewer) -
Method in class org.eclipse.jface.preference.PreferenceDialog
- Add the listeners to the tree viewer.
- addListenerTo(Object) -
Method in class org.eclipse.jface.databinding.viewers.ListeningLabelProvider
-
- addListFilter(ViewerFilter) -
Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
- Adds viewer filter to the dialog items list.
- addLocalSiteChangedListener(ILocalSiteChangedListener) -
Method in interface org.eclipse.update.configuration.ILocalSite
- Adds a site change listener
- addLocationListener(LocationListener) -
Method in class org.eclipse.swt.browser.Browser
- Adds the listener to the collection of listeners who will be
notified when the current location has changed or is about to change.
- addLoggedStatus(IStatus) -
Method in class org.eclipse.ui.statushandlers.StatusManager
- This method informs the StatusManager that this IStatus is being handled
by the handler and to ignore it when it shows up in our ILogListener.
- addLogListener(ILogListener) -
Method in interface org.eclipse.core.runtime.ILog
- Adds the given log listener to this log.
- addLogListener(ILogListener) -
Static method in class org.eclipse.core.runtime.Platform
- Adds the given log listener to the notification list of the platform.
- addMapChangeListener(IMapChangeListener) -
Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
-
- addMapChangeListener(IMapChangeListener) -
Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
-
- addMapChangeListener(IMapChangeListener) -
Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
-
- addMapChangeListener(IMapChangeListener) -
Method in class org.eclipse.core.databinding.observable.map.ObservableMap
-
- addMappingToScope(ResourceMapping, ResourceTraversal[]) -
Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
- Add the mapping and its calculated traversals to the scope.
- 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 in org.eclipse.ui.texteditor
- 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.
- addMasterDocumentRange(int, int) -
Method in class org.eclipse.jface.text.projection.ProjectionDocument
- Ensures that the given range of the master document is part of this
projection document.
- addMatch(IUndoContext) -
Method in class org.eclipse.core.commands.operations.ObjectUndoContext
- Add the specified context as a match of this context.
- addMatch(String, Object, IResource, IMarker) -
Method in interface org.eclipse.search.ui.ISearchResultView
- Deprecated. Informs the view that a match has been found.
- addMatch(Match) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
- Adds a
Match to this search result.
- addMatches(Match[]) -
Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
- Adds a number of Matches to this search result.
- addMemoryBlocks(IMemoryBlock[]) -
Method in interface org.eclipse.debug.core.IMemoryBlockManager
- Adds the given memory blocks to the memory block manager.
- addMemoryBlocks(IWorkbenchPart, ISelection) -
Method in interface org.eclipse.debug.ui.actions.IAddMemoryBlocksTarget
- Perform an add memory block on the given element that is
currently selected in the Debug view.
- addMemoryRendering(IMemoryRendering) -
Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
- Adds the given rendering to this container.
- AddMemoryRenderingActionDelegate - Class in org.eclipse.debug.ui.actions
- A cascade menu to add a memory rendering to the memory view.
- AddMemoryRenderingActionDelegate() -
Constructor for class org.eclipse.debug.ui.actions.AddMemoryRenderingActionDelegate
-
- addMemoryRenderings(IWorkbenchPart, ISelection, IMemoryRenderingType[]) -
Method in interface org.eclipse.debug.ui.actions.IAddMemoryRenderingsTarget
- Adds memory renderings.
- addMenuBar() -
Method in class org.eclipse.jface.window.ApplicationWindow
- Configures this window to have a menu bar.
- addMenuDetectListener(MenuDetectListener) -
Method in class org.eclipse.jface.fieldassist.ControlDecoration
- Adds the listener to the collection of listeners who will be notified
when the platform-specific context menu trigger has occurred, by sending
it one of the messages defined in the
MenuDetectListener
interface.
- addMenuDetectListener(MenuDetectListener) -
Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the platform-specific context menu trigger
has occurred, by sending it one of the messages defined in
the
MenuDetectListener interface.
- addMenuDetectListener(MenuDetectListener) -
Method in class org.eclipse.swt.widgets.TrayItem
- Adds the listener to the collection of listeners who will
be notified when the platform-specific context menu trigger
has occurred, by sending it one of the messages defined in
the
MenuDetectListener interface.
- addMenuGroup(String, String) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
- Adds a menu group of the given id to the end of the menu groups list
for the given menu property id.
- addMenuListener(IMenuListener) -
Method in interface org.eclipse.jface.action.IMenuManager
- Adds a menu listener to this menu.
- addMenuListener(IMenuListener) -
Method in class org.eclipse.jface.action.MenuManager
-
- addMenuListener(IMenuListener) -
Method in class org.eclipse.jface.action.SubMenuManager
-
- 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.
- addMessage(Object, String, Object, int) -
Method in interface org.eclipse.ui.forms.IMessageManager
- Adds a general message that is not associated with any decorated field.
- addMessage(Object, String, Object, int, Control) -
Method in interface org.eclipse.ui.forms.IMessageManager
- Adds a message that should be associated with the provided control.
- addMessageHyperlinkListener(IHyperlinkListener) -
Method in class org.eclipse.ui.forms.widgets.Form
- Adds a message hyperlink listener.
- addMirrorModel(URLEntryModel) -
Method in class org.eclipse.update.core.model.SiteModel
- Adds a mirror site.
- addMisBehavingExpressionType(Class) -
Method in class org.eclipse.core.expressions.ExpressionInfo
- Adds the given class to the list of misbehaving classes.
- addModes(Set) -
Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
- Adds the specified launch modes to this configuration's settings.
- addModifyListener(ModifyListener) -
Method in class org.eclipse.swt.custom.CCombo
- 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.custom.StyledText
- Adds a modify listener.
- 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.
- addModifyListener(ModifyListener) -
Method in class org.eclipse.swt.widgets.Spinner
- 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.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.
- 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.
- addMouseWheelListener(MouseWheelListener) -
Method in class org.eclipse.swt.widgets.Control
- Adds the listener to the collection of listeners who will
be notified when the mouse wheel is scrolled, by sending
it one of the messages defined in the
MouseWheelListener interface.
- addNameMappings(String[], int[]) -
Method in interface org.eclipse.team.core.IFileContentManager
- Map a set of file names to a set of content types and save the mappings in
the preferences.
- 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 class org.eclipse.jface.dialogs.DialogSettings
-
- addNewSection(String) -
Method in interface org.eclipse.jface.dialogs.IDialogSettings
- Create a new section in the receiver and return it.
- addNewWizardShortcut(String) -
Method in interface org.eclipse.ui.IPageLayout
- Adds a new wizard shortcut to the page layout.
- addNodeChangeListener(IEclipsePreferences.INodeChangeListener) -
Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
- Register the given listener for changes to this node.
- 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.OleClientSite
-
- addObjectReferences() -
Method in class org.eclipse.swt.ole.win32.OleControlSite
-
- addObservable(IObservable) -
Method in class org.eclipse.core.databinding.ObservablesManager
- Adds the given observable to this manager.
- addObservablesFromContext(DataBindingContext, boolean, boolean) -
Method in class org.eclipse.core.databinding.ObservablesManager
- Adds the given data binding context's target and/or model observables to
this manager.
- addOpenListener(IOpenListener) -
Method in class org.eclipse.compare.CompareViewerPane
- Add an open listener to the pane.
- 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.jface.viewers.StructuredViewer
- Adds a listener for selection-open in this viewer.
- addOpenWindowListener(OpenWindowListener) -
Method in class org.eclipse.swt.browser.Browser
- Adds the listener to the collection of listeners who will be
notified when a new window needs to be created.
- addOperationApprover(IOperationApprover) -
Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
-
Add the specified approver to the list of operation approvers consulted
by the operation history before an undo or redo is allowed to proceed.
- addOperationApprover(IOperationApprover) -
Method in interface org.eclipse.core.commands.operations.IOperationHistory
-
Add the specified approver to the list of operation approvers consulted
by the operation history before an undo or redo is attempted.
- addOperationHistoryListener(IOperationHistoryListener) -
Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
-
Add the specified listener to the list of operation history listeners
that are notified about changes in the history or operations that are
executed, undone, or redone.
- addOperationHistoryListener(IOperationHistoryListener) -
Method in interface org.eclipse.core.commands.operations.IOperationHistory
-
Add the specified listener to the list of operation history listeners
that are notified about changes in the history or operations that are
executed, undone, or redone.
- addOverlay(ImageDescriptor) -
Method in interface org.eclipse.jface.viewers.IDecoration
- Adds an overlay to the element's image.
- addOverlay(ImageDescriptor, int) -
Method in interface org.eclipse.jface.viewers.IDecoration
- Adds an overlay to the element's image.
- addPage(IWizardPage) -
Method in class org.eclipse.jface.wizard.Wizard
- Adds a new page to this wizard.
- addPage(IWizardPage) -
Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
- Adds a new page to this wizard.
- addPage(IWizardPage) -
Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
- Adds a new page to this wizard.
- addPage(IFormPage) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Adds the form page to this editor.
- addPage(int, IFormPage) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Adds the form page to this editor at the specified index (0-based).
- addPage(Control) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Adds a simple SWT control as a page.
- addPage(int, Control) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Adds a simple SWT control as a page.
- addPage(IEditorPart, IEditorInput) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Adds a complete editor part to the multi-page editor.
- addPage(int, IEditorPart, IEditorInput) -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Adds a complete editor part to the multi-page editor at the specified
position.
- 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(int, 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(int, 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.
- addPageChangedListener(IPageChangedListener) -
Method in interface org.eclipse.jface.dialogs.IPageChangeProvider
- Adds a listener for page changes in this page change provider.
- addPageChangedListener(IPageChangedListener) -
Method in class org.eclipse.jface.preference.PreferenceDialog
-
- addPageChangedListener(IPageChangedListener) -
Method in class org.eclipse.jface.wizard.WizardDialog
-
- addPageChangedListener(IPageChangedListener) -
Method in class org.eclipse.ui.part.MultiPageEditorPart
- Add the page change listener to be notified when the page changes.
- addPageChangingListener(IPageChangingListener) -
Method in class org.eclipse.jface.wizard.WizardDialog
- Adds a listener for page changes to the list of page changing listeners
registered for this dialog.
- addPageListener(IPageListener) -
Method in interface org.eclipse.ui.IPageService
- Adds the given listener for page lifecycle events.
- addPages() -
Method in interface org.eclipse.jface.wizard.IWizard
- Adds any last-minute pages to this wizard.
- addPages() -
Method in class org.eclipse.jface.wizard.Wizard
- The
Wizard implementation of this IWizard
method does nothing.
- addPages() -
Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
- The
Wizard implementation of this IWizard
method does nothing.
- addPages() -
Method in class org.eclipse.ltk.ui.refactoring.RefactoringWizard
- The
Wizard implementation of this IWizard
method does nothing.
- addPages() -
Method in class org.eclipse.team.ui.synchronize.ParticipantSynchronizeWizard
-
- addPages() -
Method in class org.eclipse.ui.forms.editor.FormEditor
- Subclass should implement this method to add pages to the editor using
'addPage(IFormPage)' method.
- addPages() -
Method in class org.eclipse.ui.wizards.datatransfer.ExternalProjectImportWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.datatransfer.FileSystemExportWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.datatransfer.FileSystemImportWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.datatransfer.ZipFileExportWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.datatransfer.ZipFileImportWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewFileResourceWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewFolderResourceWizard
-
- addPages() -
Method in class org.eclipse.ui.wizards.newresource.BasicNewProjectResourceWizard
-
- addPainter(IPainter) -
Method in interface org.eclipse.jface.text.ITextViewerExtension2
- Adds the given painter to this viewer.
- addPainter(IPainter) -
Method in class org.eclipse.jface.text.PaintManager
- Adds the given painter to the list of painters managed by this paint manager.
- addPainter(IPainter) -
Method in class org.eclipse.jface.text.TextViewer
- Adds the given painter to this viewer.
- 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.
- addPaintObjectListener(PaintObjectListener) -
Method in class org.eclipse.swt.custom.StyledText
- Adds a paint object listener.
- addPart(IFormPart) -
Method in interface org.eclipse.ui.forms.IManagedForm
- Adds the new part to the form.
- addPart(IFormPart) -
Method in class org.eclipse.ui.forms.ManagedForm
-
- addPart(IPresentablePart, Object) -
Method in class org.eclipse.ui.presentations.StackPresentation
- Adds the given part to the stack.
- addParticipants(ISourceLookupParticipant[]) -
Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
-
- addParticipants(ISourceLookupParticipant[]) -
Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
- Adds the given source lookup participants to this director.
- addPartListener(IPartListener) -
Method in interface org.eclipse.ui.IPartService
- Adds the given listener for part lifecycle events.
- addPartListener(IPartListener2) -
Method in interface org.eclipse.ui.IPartService
- Adds the given listener for part lifecycle events.
- addPartPropertyListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.IWorkbenchPart3
- Add a listener for changes in the arbitrary properties set.
- addPartPropertyListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.IWorkbenchPartReference
- Add a listener for changes in the arbitrary properties set.
- addPartPropertyListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.part.WorkbenchPart
-
- addPartPropertyListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.presentations.IPresentablePart
- Add a listener for changes in the arbitrary properties set.
- addPath(Path) -
Method in class org.eclipse.swt.graphics.Path
- Adds to the receiver the path described by the parameter.
- addPatternMatchListener(IPatternMatchListener) -
Method in interface org.eclipse.debug.ui.console.IConsole
- Adds the given pattern match listener to this console.
- addPatternMatchListener(IPatternMatchListener) -
Method in class org.eclipse.ui.console.TextConsole
- Adds the given pattern match listener to this console.
- addPendingOperation(IOperation) -
Static method in class org.eclipse.update.operations.OperationsManager
- Register a pending operation.
- 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 page layout.
- addPlaceholder(String, int, float, String) -
Method in interface org.eclipse.ui.IPageLayout
- Adds a view placeholder to this page layout.
- addPlaceholder(String) -
Method in interface org.eclipse.ui.IPlaceholderFolderLayout
- Adds a view placeholder to this folder.
- addPlugin(PluginDescriptorModel) -
Method in class org.eclipse.core.runtime.model.PluginRegistryModel
- Deprecated. Adds the specified plug-in to this registry.
- addPluginClassLoader(Bundle) -
Method in class org.eclipse.ant.core.AntCorePreferences
-
- addPluginEntry(IPluginEntry) -
Method in interface org.eclipse.update.core.ISite
- Adds a new plug-in entry to this site.
- addPluginEntry(IPluginEntry) -
Method in class org.eclipse.update.core.Site
- 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(String, Position) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- addPosition(Position) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- addPosition(Position) -
Method in interface org.eclipse.jface.text.IDocument
- Adds the position to the document's default position category.
- addPosition(String, Position) -
Method in interface org.eclipse.jface.text.IDocument
- Adds the position to the specified position category of the document.
- addPosition(LinkedPosition) -
Method in class org.eclipse.jface.text.link.LinkedPositionGroup
- Adds a position to this group.
- 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.
- addPositionCategory(String) -
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.
- addPositionUpdater(IPositionUpdater) -
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.
- addPostDebugContextListener(IDebugContextListener) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
- Registers the given debug context listener for post context change notification
in this service's window.
- addPostDebugContextListener(IDebugContextListener, String) -
Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
- Registers the given debug context listener for post context change notification
in the specified part of this service's window.
- addPostSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.jface.text.TextViewer
-
- addPostSelectionChangedListener(ISelectionChangedListener) -
Method in interface org.eclipse.jface.viewers.IPostSelectionProvider
- Adds a listener for post selection changes in this selection provider.
- addPostSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.jface.viewers.StructuredViewer
-
- addPostSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.part.MultiPageSelectionProvider
- Adds a listener for post selection changes in this multi page selection provider.
- addPostSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
-
- addPostSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor.SelectionProvider
-
- addPostSelectionListener(SelectionListener) -
Method in class org.eclipse.jface.util.OpenStrategy
- Adds an SelectionListener to the collection of selectionEventListeners
- 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(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.
- addPreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener) -
Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
- Register the given listener for notification of preference changes to this node.
- addPrefix(String) -
Method in interface org.eclipse.jface.viewers.IDecoration
- Adds a prefix to the element's label.
- addPrenotifiedDocumentListener(IDocumentListener) -
Method in class org.eclipse.jface.text.AbstractDocument
-
- 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.
- addProcess(IProcess) -
Method in interface org.eclipse.debug.core.ILaunch
- Adds the given process to this launch.
- addProcess(IProcess) -
Method in class org.eclipse.debug.core.Launch
-
- addProcesses(IProcess[]) -
Method in class org.eclipse.debug.core.Launch
- Adds the given processes to this launch.
- addProgressListener(ProgressListener) -
Method in class org.eclipse.swt.browser.Browser
- Adds the listener to the collection of listeners who will be
notified when a progress is made during the loading of the current
URL or when the loading of the current URL has been completed.
- addProjectionListener(IProjectionListener) -
Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
- Adds a projection annotation listener to this viewer.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.compare.CompareConfiguration
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.compare.CompareEditorInput
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.compare.IPropertyChangeNotifier
- Adds a listener for property changes to this notifier.
- addPropertyChangeListener(Preferences.IPropertyChangeListener) -
Method in class org.eclipse.core.runtime.Preferences
- Deprecated. Adds a property change listener to this preference object.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.debug.ui.AbstractBreakpointOrganizerDelegate
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
- Adds the specified listener.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
- Adds a listener for property changes to this rendering.
- addPropertyChangeListener(IPropertyChangeListener, String[]) -
Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSynchronizationService
- Adds a listener for property changes notification for the specified properties.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.jface.action.AbstractAction
-
- addPropertyChangeListener(String, IPropertyChangeListener) -
Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
-
- addPropertyChangeListener(String, IPropertyChangeListener) -
Method in interface org.eclipse.jface.action.ExternalActionManager.ICallback
-
Adds a listener to the object referenced by
identifier.
- 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.bindings.keys.KeySequenceText
- Adds a property change listener to this key sequence widget.
- 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.preference.PreferenceStore
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.jface.viewers.CellEditor
- Adds a property change listener to this cell editor.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.team.ui.history.HistoryPage
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.team.ui.history.IHistoryPage
- Adds a listener for changes to properties of this page.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderManager
- Add a property change listener to the manager.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizeModelElement
- Adds a listener for changes to properties of this synchronize element.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
- Add a property change listener to the configuration.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
- Adds a listener for changes to properties of this synchronize
participant.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.team.ui.synchronize.ISynchronizeScope
- Add a property change listener that will get invoked when a
property of the receiver changes.
- addPropertyChangeListener(IPropertyChangeListener) -
Static method in class org.eclipse.team.ui.TeamUI
- Register for changes made to Team properties.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.console.AbstractConsole
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.console.IConsole
- Adds a listener for changes to properties of this console.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.IWorkbenchPage
- Deprecated. client should register listeners on the instance of
IWorkingSetManager returned by
IWorkbench.getWorkingSetManager()
instead.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.IWorkingSetManager
- Adds a property change listener.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.navigator.IExtensionStateModel
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.SubActionBars
- Adds a property change listener.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.texteditor.TextNavigationAction
-
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.themes.ITheme
- Adds a property listener to the theme.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.themes.IThemeManager
- Adds a property listener to the manager.
- addPropertyChangeListener(IPropertyChangeListener) -
Method in class org.eclipse.ui.views.framelist.FrameList
- Adds a property change listener.
- addPropertyListener(int, OleListener) -
Method in class org.eclipse.swt.ole.win32.OleControlSite
- Adds the listener to receive events.
- addPropertyListener(IPropertyListener) -
Method in class org.eclipse.team.ui.mapping.SaveableComparison
- Add a property change listener.
- addPropertyListener(IPropertyListener) -
Method in class org.eclipse.team.ui.SaveablePartAdapter
- Deprecated.
- addPropertyListener(IPropertyListener) -
Method in interface org.eclipse.ui.IEditorRegistry
- Adds a listener for changes to properties of this registry.
- addPropertyListener(IPropertyListener) -
Method in interface org.eclipse.ui.intro.IIntroPart
- Adds a listener for changes to properties of this intro part.
- 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.IWorkbenchPartReference
-
- addPropertyListener(IPropertyListener) -
Method in class org.eclipse.ui.part.IntroPart
-
- addPropertyListener(IPropertyListener) -
Method in class org.eclipse.ui.part.WorkbenchPart
-
- addPropertyListener(IPropertyListener) -
Method in interface org.eclipse.ui.presentations.IPresentablePart
- Adds a listener for changes to properties of this workbench part.
- addPropertySheetEntryListener(IPropertySheetEntryListener) -
Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
- Adds the given listener to this entry's collection of listeners.
- addPropertySheetEntryListener(IPropertySheetEntryListener) -
Method in class org.eclipse.ui.views.properties.PropertySheetEntry
-
- addProtectionSpace(URL, String) -
Static method in class org.eclipse.core.runtime.Platform
- Deprecated. Authorization database is superseded by the Equinox secure storage.
Use
org.eclipse.equinox.security.storage.SecurePreferencesFactory
to obtain secure preferences and org.eclipse.equinox.security.storage.ISecurePreferences
for data access and modifications.
- addProxyChangeListener(IProxyChangeListener) -
Method in interface org.eclipse.core.net.proxy.IProxyService
- Registers a listener that will be notified when proxy related
information changes.
- addQueryListener(IQueryListener) -
Static method in class org.eclipse.search.ui.NewSearchUI
- Registers the given listener to receive notification of changes to
queries.
- addRange(ILineRange) -
Method in class org.eclipse.jface.text.revisions.Revision
- Adds a line range to this revision.
- 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.
- addRectangle(float, float, float, float) -
Method in class org.eclipse.swt.graphics.Path
- Adds to the receiver the rectangle specified by x, y, width and height.
- AddRef() -
Method in class org.eclipse.swt.ole.win32.OleClientSite
-
- addReferencedProjects(IProject, Set) -
Method in class org.eclipse.debug.core.model.LaunchConfigurationDelegate
- Adds all projects referenced by
project to the given
set.
- addRegistryChangeListener(IRegistryChangeListener, String) -
Method in interface org.eclipse.core.runtime.IExtensionRegistry
- Note: for new implementations consider using
IExtensionRegistry.addListener(IRegistryEventListener, String).
- addRegistryChangeListener(IRegistryChangeListener) -
Method in interface org.eclipse.core.runtime.IExtensionRegistry
- Note: for new implementations consider using
IExtensionRegistry.addListener(IRegistryEventListener).
- addResolver(TemplateVariableResolver) -
Method in class org.eclipse.jface.text.templates.TemplateContextType
- Adds a variable resolver to the context type.
- 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.
- addressBar -
Variable in class org.eclipse.swt.browser.WindowEvent
- Specifies whether the
Shell hosting the Browser should
display an address bar.
- addRevision(Revision) -
Method in class org.eclipse.jface.text.revisions.RevisionInformation
- Adds a revision.
- addRevisionListener(IRevisionListener) -
Method in interface org.eclipse.jface.text.revisions.IRevisionRulerColumnExtension
- Adds a revision listener that will be notified when the displayed revision information
changes.
- addRevisionListener(IRevisionListener) -
Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
-
- addRulerContextMenuListener(IMenuListener) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor
-
- addRulerContextMenuListener(IMenuListener) -
Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
- Adds a ruler context menu listener to the editor.
- addRun(long, String) -
Method in class org.eclipse.core.runtime.PerformanceStats
- Adds an occurrence of this event to the cumulative counters.
- 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.
- addSchemeListener(ISchemeListener) -
Method in class org.eclipse.jface.bindings.Scheme
- Registers an instance of
ISchemeListener to listen for
changes to attributes of this instance.
- addScopeChangeListener(ISynchronizationScopeChangeListener) -
Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
- Add a scope change listener that will get invoked when a
property of the receiver changes.
- addSearchSite(String, URL, String[]) -
Method in class org.eclipse.update.search.UpdateSearchScope
- Adds the site to scan to the search scope.
- addSection(IDialogSettings) -
Method in class org.eclipse.jface.dialogs.DialogSettings
-
- addSection(IDialogSettings) -
Method in interface org.eclipse.jface.dialogs.IDialogSettings
- Add a section in the receiver.
- addSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.compare.CompareViewerPane
-
- 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.jface.viewers.Viewer
-
- addSelectionChangedListener(ISelectionChangedListener) -
Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
- Registers the specified selection changed listener with this control.
- addSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.part.MultiPageSelectionProvider
-
- addSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
-
- addSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.texteditor.AbstractTextEditor.SelectionProvider
-
- addSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.views.contentoutline.ContentOutline
-
- addSelectionChangedListener(ISelectionChangedListener) -
Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
-
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
- Deprecated.
- addSelectionListener(SelectionListener) -
Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
- If supported, adds a selection listener.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
- Deprecated.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.jface.fieldassist.ControlDecoration
- Adds the listener to the collection of listeners who will be notified
when the decoration is selected, by sending it one of the messages
defined in the
SelectionListener interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.jface.util.OpenStrategy
- Adds an SelectionListener to the collection of selectionEventListeners
- addSelectionListener(Control, SelectionListener) -
Method in class org.eclipse.jface.viewers.AbstractTreeViewer
- Deprecated.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.custom.CCombo
- Adds the listener to the collection of listeners who will
be notified when the user changes the receiver's selection, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.custom.CTabFolder
- Adds the listener to the collection of listeners who will
be notified when the user changes the receiver's selection, 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.TableCursor
- Adds the listener to the collection of listeners who will
be notified when the user changes the receiver's selection, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.custom.TableTree
- Deprecated. Adds the listener to the collection of listeners who will
be notified when the user changes the receiver's selection, 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 the user, 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 user changes the receiver's selection, 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 the user, by sending it one
of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.DateTime
- Adds the listener to the collection of listeners who will
be notified when the control is selected by the user, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.Link
- Adds the listener to the collection of listeners who will
be notified when the control is selected by the user, 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 user changes the receiver's selection, 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 menu item is selected by the user, 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 the user, 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 user changes the receiver's value, 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 user changes the receiver's value, 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 user changes the receiver's value, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.Spinner
- Adds the listener to the collection of listeners who will
be notified when the control is selected by the user, 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 user changes the receiver's selection, 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 user changes the receiver's selection, 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 the user, 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 the user, 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 the user, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.ToolTip
- Adds the listener to the collection of listeners who will
be notified when the receiver is selected by the user, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.TrayItem
- Adds the listener to the collection of listeners who will
be notified when the receiver is selected by the user, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.Tree
- Adds the listener to the collection of listeners who will
be notified when the user changes the receiver's selection, by sending
it one of the messages defined in the
SelectionListener
interface.
- addSelectionListener(SelectionListener) -
Method in class org.eclipse.swt.widgets.TreeColumn
- Adds the listener to the collection of listeners who will
be notified when the control is selected by the user, 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(SelectionListener) -
Method in class org.eclipse.ui.forms.widgets.FormText
- Adds a selection listener.
- addSelectionListener(ISelectionListener) -
Method in interface org.eclipse.ui.ISelectionService
- Adds the given selection listener.
- 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.
- addSeparator(Menu) -
Method in class org.eclipse.debug.ui.actions.AbstractLaunchHistoryAction
- Adds a separator to the given menu
- addServiceListener(IPropertyChangeListener) -
Method in interface org.eclipse.ui.services.IEvaluationService
- When a source change starts recalculating expressions the
IEvaluationService.PROP_NOTIFYING property change is fired with the newValue=Boolean.TRUE.
- addSetChangeListener(ISetChangeListener) -
Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
-
- addSetChangeListener(ISetChangeListener) -
Method in class org.eclipse.core.databinding.observable.set.ComputedSet
-
- addSetChangeListener(ISetChangeListener) -
Method in class org.eclipse.core.databinding.observable.set.DecoratingObservableSet
-
- addSetChangeListener(ISetChangeListener) -
Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
-
- addSetChangeListener(ISetChangeListener) -
Method in class org.eclipse.core.databinding.observable.set.ObservableSet
-
- 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.
- addShortcuts(List) -
Method in class org.eclipse.ui.actions.BaseNewWizardMenu
- Adds the new wizard shortcuts for the current perspective to the given list.
- addShowInPart(String) -
Method in interface org.eclipse.ui.IPageLayout
- Adds an item to the Show In prompter.
- addShowViewShortcut(String) -
Method in interface org.eclipse.ui.IPageLayout
- Adds a show view shortcut to the page layout.
- AddSiteCommand - Class in org.eclipse.update.standalone
- Command to add a new product exte