Eclipse Platform
Release 3.5
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

R

RADIO - Static variable in class org.eclipse.swt.SWT
Style constant for radio button behavior (value is 1<<4).
RadioGroupFieldEditor - Class in org.eclipse.jface.preference
A field editor for an enumeration type preference.
RadioGroupFieldEditor() - Constructor for class org.eclipse.jface.preference.RadioGroupFieldEditor
Creates a new radio group field editor
RadioGroupFieldEditor(String, String, int, String[][], Composite) - Constructor for class org.eclipse.jface.preference.RadioGroupFieldEditor
Creates a radio group field editor.
RadioGroupFieldEditor(String, String, int, String[][], Composite, boolean) - Constructor for class org.eclipse.jface.preference.RadioGroupFieldEditor
Creates a radio group field editor.
RadioState - Class in org.eclipse.jface.commands
A piece of boolean state grouped with other boolean states.
RadioState() - Constructor for class org.eclipse.jface.commands.RadioState
 
RANGE_CATEGORY - Static variable in interface org.eclipse.compare.contentmergeviewer.IDocumentRange
The position category typically used for an IDocumentRange position (value "DocumentRangeCategory").
RangeDifference - Class in org.eclipse.compare.rangedifferencer
Description of a change between two or three ranges of comparable entities.
RangeDifferencer - Class in org.eclipse.compare.rangedifferencer
A RangeDifferencer finds the differences between two or three IRangeComparators.
RangeMarker - Class in org.eclipse.text.edits
A range marker can be used to track positions when executing text edits.
RangeMarker(int, int) - Constructor for class org.eclipse.text.edits.RangeMarker
Creates a new range marker for the given offset and length.
ranges - Variable in class org.eclipse.swt.custom.LineStyleEvent
line ranges (output)
rangesEqual(int, IRangeComparator, int) - Method in class org.eclipse.compare.contentmergeviewer.TokenComparator
 
rangesEqual(int, IRangeComparator, int) - Method in interface org.eclipse.compare.rangedifferencer.IRangeComparator
Returns whether the comparable entity given by the first index matches an entity specified by the other IRangeComparator and index.
RATIO_MAX - Static variable in interface org.eclipse.ui.IPageLayout
Maximum acceptable ratio value when adding a view
RATIO_MIN - Static variable in interface org.eclipse.ui.IPageLayout
Minimum acceptable ratio value when adding a view
read() - Method in class org.eclipse.jface.text.rules.BufferedRuleBasedScanner
 
read() - Method in interface org.eclipse.jface.text.rules.ICharacterScanner
Returns the next character or EOF if end of file has been reached
read() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
 
read(Reader) - Method in class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
Reads templates from a reader and returns them.
read(Reader, ResourceBundle) - Method in class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
Reads templates from a stream and adds them to the templates.
read(InputStream, ResourceBundle) - Method in class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
Reads templates from a stream and adds them to the templates.
read(byte[], int, int) - Method in class org.eclipse.ui.console.IOConsoleInputStream
 
read(byte[]) - Method in class org.eclipse.ui.console.IOConsoleInputStream
 
read() - Method in class org.eclipse.ui.console.IOConsoleInputStream
 
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Style constant for read-only behavior (value is 1<<3).
READ_ONLY - Static variable in interface org.eclipse.ui.IResourceActionFilter
An attribute indicating whether the file is read only (value "readOnly").
READ_ONLY_LOCAL - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 279) indicating that the file in the file system is marked as read-only.
READ_ONLY_LOCAL - Static variable in interface org.eclipse.team.core.ITeamStatus
Status code constant (value 279) indicating that the file in the file system is marked as read-only and could not be made writable.
READABLE - Static variable in class org.eclipse.debug.core.model.MemoryByte
Bit mask used to indicate a byte is readable.
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
readFontData(String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Reads the supplied string and returns its corresponding FontData.
ReadOnlyStateChecker - Class in org.eclipse.ui.actions
The ReadOnlyStateChecker is a helper class that takes a set of resource some of which may be read only and queries the user as to whether or not they wish to continue the operation on it.
ReadOnlyStateChecker(Shell, String, String) - Constructor for class org.eclipse.ui.actions.ReadOnlyStateChecker
Create a new checker that parents the dialog off of parent using the supplied title and message.
readPreferences(InputStream) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Read from the given input stream and create a node hierarchy representing the preferences and their values.
readRefactoringHistory(InputStream, int) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Reads a refactoring history from the input stream.
readRegistry() - Method in interface org.eclipse.ui.commands.ICommandService
Reads the command information from the registry and the preferences.
readRegistry() - Method in interface org.eclipse.ui.contexts.IContextService
Reads the context information from the registry and the preferences.
readRegistry() - Method in interface org.eclipse.ui.handlers.IHandlerService
Reads the handler information from the registry.
readRegistryAndPreferences(ICommandService) - Method in interface org.eclipse.ui.keys.IBindingService
Reads the binding information from the registry and the preferences.
readSingle(Reader, String) - Method in class org.eclipse.jface.text.templates.persistence.TemplateReaderWriter
Reads the template with identifier id from a reader and returns it.
readUTF8BOM(IFile, String, Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Deprecated. as of 3.0 this method is no longer in use and does nothing
Realm - Class in org.eclipse.core.databinding.observable
A realm defines a context from which objects implementing IObservable must be accessed, and on which these objects will notify their listeners.
Realm() - Constructor for class org.eclipse.core.databinding.observable.Realm
 
REBUILD_ALL - Static variable in class org.eclipse.ui.ide.IDEActionFactory
Deprecated. as of 3.0, this action no longer appears in the UI (was deprecated in 3.1)
REBUILD_ALL - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.REBUILD_ALL.getId() instead.
REBUILD_PROJECT - Static variable in class org.eclipse.ui.ide.IDEActionFactory
Deprecated. as of 3.0, this action no longer appears in the UI (was deprecated in 3.1)
REBUILD_PROJECT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use org.eclipse.ui.ide.IDEActionFactory.REBUILD_PROJECT.getId() instead.
RECENT_WORKSPACES - Static variable in interface org.eclipse.ui.ide.IDE.Preferences
Stores a comma separated list of the recently used workspace paths.
RECENT_WORKSPACES_PROTOCOL - Static variable in interface org.eclipse.ui.ide.IDE.Preferences
Stores the version of the protocol used to decode/encode the list of recent workspaces.
RECENTER - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action for emacs recenter.
RECENTER - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionDefinitionIds
Command ID of the recenter command.
RECENTER_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the recenter action.
RecenterAction - Class in org.eclipse.ui.texteditor
An action to handle emacs-like recenter.
RecenterAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.RecenterAction
Creates a new action for the given text editor.
reconcile(IRegion) - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
reconcile(DirtyRegion, IRegion) - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
 
reconcile(DirtyRegion, IRegion) - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Activates incremental reconciling of the specified dirty region.
reconcile(IRegion) - Method in interface org.eclipse.jface.text.reconciler.IReconcileStep
Activates non-incremental reconciling.
reconcile(DirtyRegion, IRegion) - Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
Activates incremental reconciling of the specified dirty region.
reconcile(IRegion) - Method in interface org.eclipse.jface.text.reconciler.IReconcilingStrategy
Activates non-incremental reconciling.
reconcile(DirtyRegion, IRegion) - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
 
reconcile(IRegion) - Method in class org.eclipse.ui.texteditor.spelling.SpellingReconcileStrategy
 
reconcileModel(DirtyRegion, IRegion) - Method in class org.eclipse.jface.text.reconciler.AbstractReconcileStep
Reconciles the model of this reconcile step.
Reconciler - Class in org.eclipse.jface.text.reconciler
Standard implementation of IReconciler.
Reconciler() - Constructor for class org.eclipse.jface.text.reconciler.Reconciler
Creates a new reconciler with the following configuration: it is an incremental reconciler with a standard delay of 500 milliseconds.
reconcilerDocumentChanged(IDocument) - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Hook called when the document whose contents should be reconciled has been changed, i.e., the input document of the text viewer this reconciler is installed on.
reconcilerDocumentChanged(IDocument) - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
reconcilerDocumentChanged(IDocument) - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
reconcilerReset() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Hook that is called after the reconciler thread has been reset.
recordStateFromHistory(IResource, IProgressMonitor) - Method in class org.eclipse.ui.ide.undo.ResourceDescription
Record the appropriate state of this resource description using any available resource history.
RECREATE - Static variable in class org.eclipse.jface.window.ToolTip
Recreate the tooltip on every mouse move
Rectangle - Class in org.eclipse.swt.graphics
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Construct a new instance of this class given the x, y, width and height values.
RECTANGLE_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for rectangle preferences (the empty rectangle (0,0,0,0)).
red - Variable in class org.eclipse.swt.graphics.RGB
the red component of the RGB
redMask - Variable in class org.eclipse.swt.graphics.PaletteData
the red mask for a direct palette
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
redo(IUndoContext, IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
REDO - Static variable in interface org.eclipse.core.commands.operations.IOperationHistory
An operation is to be opened for redo.
redo(IUndoContext, IProgressMonitor, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Redo the most recently undone operation in the given context.
redo(IProgressMonitor, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Redo the operation.
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
redo() - Method in class org.eclipse.jface.text.DefaultUndoManager
Deprecated.  
REDO - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for redoing the last undone edit command.
redo() - Method in interface org.eclipse.jface.text.IUndoManager
Repeats the most recently rolled back text change.
redo() - Method in class org.eclipse.jface.text.TextViewerUndoManager
 
REDO - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the redo action
redo() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
redo() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Repeats the most recently rolled back text change.
REDO - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "redo"): Redo.
REDO - Static variable in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
 
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.ui.ide.undo.AbstractWorkspaceOperation
Redo the specified operation.
REDO - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.REDO.getId() instead.
REDO - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of standard Redo global action in the Edit menu.
REDO - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
Action definition id of the edit redo action.
REDO_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
redoable() - Method in class org.eclipse.jface.text.DefaultUndoManager
Deprecated.  
redoable() - Method in interface org.eclipse.jface.text.IUndoManager
Returns whether at least one text change can be repeated.
redoable() - Method in class org.eclipse.jface.text.TextViewerUndoManager
 
redoable() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
redoable() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Returns whether at least one text change can be repeated.
RedoActionHandler - Class in org.eclipse.ui.operations
RedoActionHandler provides common behavior for redoing an operation, as well as labelling and enabling the menu item.
RedoActionHandler(IWorkbenchPartSite, IUndoContext) - Constructor for class org.eclipse.ui.operations.RedoActionHandler
Construct an action handler that handles the labelling and enabling of the redo action for the specified undo context.
REDONE - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
REDONE indicates that an operation was redone.
REDONE - Static variable in class org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent
Event type indicating that a refactoring has been performed (value 3)
REDONE - Static variable in class org.eclipse.text.undo.DocumentUndoEvent
Indicates that the described document event has been redone.
redoOperation(IUndoableOperation, IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
redoOperation(IUndoableOperation, IProgressMonitor, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Redo the specified operation.
RedoRefactoringAction - Class in org.eclipse.ltk.ui.refactoring
Deprecated. This action is now longer needed. Undo is now performed via the global undo/redo stack provided by org.eclipse.core.commands.
RedoRefactoringAction() - Constructor for class org.eclipse.ltk.ui.refactoring.RedoRefactoringAction
Deprecated. Creates a new redo refactoring action.
redoStackChanged(IUndoManager) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManagerListener
This method is called by the undo manager if the redo stack has changed (for example a redo object got added or the redo stack got flushed).
redoStackChanged(IUndoManager) - Method in class org.eclipse.ltk.core.refactoring.UndoManagerAdapter
This method is called by the undo manager if the redo stack has changed (for example a redo object got added or the redo stack got flushed).
redraw() - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
redraw(ILineRange) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
Marks the region covered by lines as needing to be redrawn.
redraw() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
redraw() - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
redraw() - Method in interface org.eclipse.jface.text.source.IVerticalRulerColumn
Redraws this column.
redraw() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
 
redraw() - Method in class org.eclipse.swt.custom.CCombo
 
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
 
redraw() - Method in class org.eclipse.swt.custom.StyledText
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redraw() - Method in class org.eclipse.swt.widgets.Control
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redrawRange(int, int, boolean) - Method in class org.eclipse.swt.custom.StyledText
Redraws the specified text range.
redraws() - Method in class org.eclipse.jface.text.TextViewer
Returns whether this viewer redraws itself.
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
the red shift for a direct palette
redSize - Variable in class org.eclipse.swt.opengl.GLData
The size in bits of the color buffer's red channel.
REF_SOFT - Static variable in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Constant for soft reference holding.
REF_STRONG - Static variable in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Constant for strong (normal) reference holding.
REF_WEAK - Static variable in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Constant for weak reference holding.
RefactorActionGroup - Class in org.eclipse.ui.views.navigator
This is the action group for refactor actions, including global action handlers for copy, paste and delete.
RefactorActionGroup(IResourceNavigator) - Constructor for class org.eclipse.ui.views.navigator.RefactorActionGroup
 
refactorGroup - Variable in class org.eclipse.ui.views.navigator.MainActionGroup
 
Refactoring - Class in org.eclipse.ltk.core.refactoring
Abstract super class for all refactorings.
Refactoring() - Constructor for class org.eclipse.ltk.core.refactoring.Refactoring
 
REFACTORING_EXCEPTION_DISABLED_PARTICIPANTS - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10008) indicating that participants are disabled because a refactoring threw an exception.
REFACTORING_HISTORY_FORMAT_ERROR - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10007) indicating that the format of a refactoring history contains errors.
REFACTORING_HISTORY_IO_ERROR - Static variable in interface org.eclipse.ltk.core.refactoring.IRefactoringCoreStatusCodes
Status code (value 10006) indicating that a general error has occurred during I/O of a refactoring history.
REFACTORING_SETTINGS - Static variable in class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
 
RefactoringArguments - Class in org.eclipse.ltk.core.refactoring.participants
A generic super class of all refactoring specific argument classes.
RefactoringArguments() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RefactoringArguments
Creates new refactoring arguments.
RefactoringChangeDescriptor - Class in org.eclipse.ltk.core.refactoring
A RefactoringChangeDescriptor describes changes created by a refactoring.
RefactoringChangeDescriptor(RefactoringDescriptor) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringChangeDescriptor
Creates the RefactoringChangeDescriptor with the RefactoringDescriptor that originated the change.
RefactoringContribution - Class in org.eclipse.ltk.core.refactoring
Partial implementation of refactoring contribution objects which are capable of creating refactoring descriptors or refactoring arguments.
RefactoringContribution() - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringContribution
 
RefactoringCore - Class in org.eclipse.ltk.core.refactoring
Central access point to access resources managed by the refactoring core plug-in.
RefactoringDescriptor - Class in org.eclipse.ltk.core.refactoring
Descriptor object of a refactoring.
RefactoringDescriptor(String, String, String, String, int) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringDescriptor
Creates a new refactoring descriptor.
RefactoringDescriptorProxy - Class in org.eclipse.ltk.core.refactoring
Proxy of a refactoring descriptor.
RefactoringDescriptorProxy() - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
 
RefactoringExecutionEvent - Class in org.eclipse.ltk.core.refactoring.history
Event object to communicate refactoring execution notifications.
RefactoringExecutionEvent(IRefactoringHistoryService, int, RefactoringDescriptorProxy) - Constructor for class org.eclipse.ltk.core.refactoring.history.RefactoringExecutionEvent
Creates a new refactoring execution event.
RefactoringHistory - Class in org.eclipse.ltk.core.refactoring.history
Object which represents a sequence of executed refactorings with optional time information.
RefactoringHistory() - Constructor for class org.eclipse.ltk.core.refactoring.history.RefactoringHistory
 
RefactoringHistoryContentProvider - Class in org.eclipse.ltk.ui.refactoring.history
Tree content provider to display a refactoring history.
RefactoringHistoryContentProvider(RefactoringHistoryControlConfiguration) - Constructor for class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryContentProvider
Creates a new refactoring history content provider.
RefactoringHistoryControlConfiguration - Class in org.eclipse.ltk.ui.refactoring.history
Configuration object for a refactoring history control.
RefactoringHistoryControlConfiguration(IProject, boolean, boolean) - Constructor for class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryControlConfiguration
Creates a new refactoring history control configuration.
RefactoringHistoryEvent - Class in org.eclipse.ltk.core.refactoring.history
Event object to communicate refactoring history notifications.
RefactoringHistoryEvent(IRefactoringHistoryService, int, RefactoringDescriptorProxy) - Constructor for class org.eclipse.ltk.core.refactoring.history.RefactoringHistoryEvent
Creates a new refactoring history event.
RefactoringHistoryLabelProvider - Class in org.eclipse.ltk.ui.refactoring.history
Label provider to display a refactoring history.
RefactoringHistoryLabelProvider(RefactoringHistoryControlConfiguration) - Constructor for class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryLabelProvider
Creates a new refactoring history label provider.
RefactoringHistoryWizard - Class in org.eclipse.ltk.ui.refactoring.history
A default implementation of a refactoring history wizard.
RefactoringHistoryWizard(boolean, String, String, String) - Constructor for class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
Creates a new refactoring history wizard.
RefactoringHistoryWizard(String, String, String) - Constructor for class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
Creates a new refactoring history wizard.
RefactoringParticipant - Class in org.eclipse.ltk.core.refactoring.participants
A refactoring participant can participate in the condition checking and change creation of a RefactoringProcessor.
RefactoringParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RefactoringParticipant
 
refactoringPerformed(Refactoring, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.PerformRefactoringHistoryOperation
Hook method which is called when the specified refactoring has been performed.
refactoringPerformed(Refactoring, IProgressMonitor) - Method in class org.eclipse.ltk.ui.refactoring.history.RefactoringHistoryWizard
Hook method which is called when the specified refactoring has been performed, e.g. its change object has been successfully applied to the workspace.
RefactoringProcessor - Class in org.eclipse.ltk.core.refactoring.participants
An abstract base class defining the protocol between a refactoring and its associated processor.
RefactoringProcessor() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RefactoringProcessor
 
RefactoringSessionDescriptor - Class in org.eclipse.ltk.core.refactoring
Descriptor object of a refactoring session.
RefactoringSessionDescriptor(RefactoringDescriptor[], String, String) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringSessionDescriptor
Creates a new refactoring session descriptor.
RefactoringStatus - Class in org.eclipse.ltk.core.refactoring
A RefactoringStatus object represents the outcome of a condition checking operation.
RefactoringStatus() - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatus
Creates a new refactoring status with an empty list of status entries and a severity of OK.
RefactoringStatusContext - Class in org.eclipse.ltk.core.refactoring
A RefactoringStatusContext can be used to annotate a RefactoringStatusEntry with additional information typically presented in the user interface.
RefactoringStatusContext() - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusContext
 
RefactoringStatusEntry - Class in org.eclipse.ltk.core.refactoring
An immutable object representing an entry in the list in RefactoringStatus.
RefactoringStatusEntry(int, String) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringStatusEntry(int, String, RefactoringStatusContext) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringStatusEntry(int, String, RefactoringStatusContext, String, int) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringStatusEntry(int, String, RefactoringStatusContext, String, int, Object) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringStatusEntry
Creates a new refactoring status entry.
RefactoringSynchronizationActionProvider - Class in org.eclipse.ltk.ui.refactoring.model
Refactoring-aware synchronization action provider which contributes an action to accept pending refactorings during team synchronization.
RefactoringSynchronizationActionProvider() - Constructor for class org.eclipse.ltk.ui.refactoring.model.RefactoringSynchronizationActionProvider
 
RefactoringTickProvider - Class in org.eclipse.ltk.core.refactoring
Implementors of refactorings uses instances of RefactoringTickProvider to specify the tick distribution during progress reporting when executing the check conditions, create change and change initialization steps.
RefactoringTickProvider(int, int, int, int) - Constructor for class org.eclipse.ltk.core.refactoring.RefactoringTickProvider
Creates a new refactoring tick provider with the given values
RefactoringUI - Class in org.eclipse.ltk.ui.refactoring
Central access point to access resources managed by the refactoring UI plug-in.
RefactoringWizard - Class in org.eclipse.ltk.ui.refactoring
An abstract base implementation of a refactoring wizard.
RefactoringWizard(Refactoring, int) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizard
Creates a new refactoring wizard for the given refactoring.
RefactoringWizardOpenOperation - Class in org.eclipse.ltk.ui.refactoring
A helper class to open a refactoring wizard dialog.
RefactoringWizardOpenOperation(RefactoringWizard) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizardOpenOperation
Creates a new refactoring wizard starter for the given wizard.
RefactoringWizardPage - Class in org.eclipse.ltk.ui.refactoring
An abstract base implementation of a refactoring wizard page.
RefactoringWizardPage(String, boolean) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Creates a new refactoring wizard page.
RefactoringWizardPage(String) - Constructor for class org.eclipse.ltk.ui.refactoring.RefactoringWizardPage
Creates a new refactoring wizard page.
REFERENCE - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the reference expression (value: reference)
REFERENCE_CYCLE_ERROR - Static variable in class org.eclipse.core.variables.VariablesPlugin
Status code indicating a variable reference cycle error.
ReferenceProviderDescriptor - Class in org.eclipse.ui.texteditor.quickdiff
Describes an extension to the quickdiff.referenceprovider extension point.
ReferenceProviderDescriptor(IConfigurationElement) - Constructor for class org.eclipse.ui.texteditor.quickdiff.ReferenceProviderDescriptor
Creates a new descriptor for element.
reflow(boolean) - Method in interface org.eclipse.ui.forms.IManagedForm
Reflows the form as a result of the layout change.
reflow(boolean) - Method in class org.eclipse.ui.forms.ManagedForm
 
reflow() - Method in class org.eclipse.ui.forms.widgets.Section
Reflows this section and all the parents up the hierarchy until a SharedScrolledComposite is reached.
reflow(boolean) - Method in class org.eclipse.ui.forms.widgets.SharedScrolledComposite
Recomputes the body layout and the scroll bars.
reflow(IIntroContentProvider, boolean) - Method in interface org.eclipse.ui.intro.config.IIntroContentProviderSite
This method will be called when the IIntroContentProvider is notified that its content has become stale.
refresh() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
refresh(ResourceTraversal[], int, IProgressMonitor) - Method in class org.eclipse.core.resources.mapping.RemoteResourceMappingContext
Refresh the known remote state for any resources covered by the given traversals.
refresh(IResource) - Method in interface org.eclipse.core.resources.refresh.IRefreshResult
Requests that the provided resource be refreshed.
refresh() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Refresh the table viewer with the current top visible address.
refresh() - Method in class org.eclipse.jface.action.CoolBarManager
Synchronizes the visual order of the cool items in the control with this manager's internal data structures.
refresh() - Method in class org.eclipse.jface.text.TextViewer
 
refresh(Object) - Method in class org.eclipse.jface.viewers.ColumnViewer
 
refresh(Object, boolean) - Method in class org.eclipse.jface.viewers.ColumnViewer
 
refresh() - Method in class org.eclipse.jface.viewers.StructuredViewer
 
refresh(boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer with information freshly obtained from this viewer's model.
refresh(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting with the given element.
refresh(Object, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting with the given element.
refresh(Object, boolean, boolean) - Method in class org.eclipse.jface.viewers.TableViewer
Refreshes this viewer starting with the given element.
refresh(boolean, boolean) - Method in class org.eclipse.jface.viewers.TableViewer
Refreshes this viewer with information freshly obtained from this viewer's model.
refresh() - Method in class org.eclipse.jface.viewers.Viewer
Refreshes this viewer completely with information freshly obtained from this viewer's model.
refresh() - Method in class org.eclipse.swt.browser.Browser
Refresh the current page.
refresh(ResourceTraversal[], int, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.ISynchronizationContext
Refresh the context in order to update the diff tree returned by ISynchronizationContext.getDiffTree() to include the latest synchronization state for the resources.
refresh(ResourceMapping[], IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.ISynchronizationContext
Refresh the portion of the context related to the given resource mappings.
refresh(ResourceMapping[]) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Refresh the given mapping asynchronously.
refresh(ResourceMapping[], IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScopeManager
Refresh the scope of this manager for the given mappings.
refresh(ResourceMapping[], IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.SynchronizationContext
Refresh the portion of the context related to the given resource mappings.
refresh(ResourceMapping[], IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
 
refresh(ResourceMapping[]) - Method in class org.eclipse.team.core.mapping.provider.SynchronizationScopeManager
Refresh the given mappings by recalculating the traversals for the mappings and adjusting the scope accordingly.
refresh(IResource[], int, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.Subscriber
Refreshes the resource hierarchy from the given resources and their children (to the specified depth) from the corresponding resources in the remote location.
refresh(ResourceTraversal[], IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.Subscriber
Refresh the subscriber for the given traversals.
refresh(ResourceTraversal[], int, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberMergeContext
 
refresh(ResourceTraversal[], int, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
 
refresh(IResource[], int, int, IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
Refresh the subscriber and cache the fact that the resources were refreshed by calling the refreshed method.
refresh(ResourceMapping[], IProgressMonitor) - Method in class org.eclipse.team.core.subscribers.SubscriberScopeManager
 
refresh(IResource[], int, IProgressMonitor) - Method in class org.eclipse.team.core.variants.AbstractResourceVariantTree
Refreshes the resource variant tree for the specified resources and possibly their descendants, depending on the depth.
refresh(IResource, int, IProgressMonitor) - Method in class org.eclipse.team.core.variants.AbstractResourceVariantTree
Helper method invoked from refresh(IResource[], int, IProgressMonitor monitor) for each resource.
refresh(IResource[], int, IProgressMonitor) - Method in interface org.eclipse.team.core.variants.IResourceVariantTree
Refreshes the resource variant tree for the specified resources and possibly their descendants, depending on the depth.
refresh(IResource[], int, IProgressMonitor) - Method in class org.eclipse.team.core.variants.ResourceVariantTreeSubscriber
 
refresh() - Method in interface org.eclipse.team.ui.history.IHistoryPage
Requests a refresh of the information presented by the history page.
refresh() - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Refresh the subtree associated with this model.
refresh(IWorkbenchSite, ResourceMapping[]) - Method in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
Refresh a participant in the background the result of the refresh are shown in the progress view.
refresh(IResource[], String, String, IWorkbenchSite) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Refresh a participant in the background the result of the refresh are shown in the progress view.
REFRESH - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "refresh"): Refresh.
refresh(IConsole) - Method in interface org.eclipse.ui.console.IConsoleManager
Requests a redraw of any visible console page containing the specified console.
refresh() - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Refreshes the dialog - has to be called in UI thread.
refresh(boolean) - Method in class org.eclipse.ui.dialogs.ResourceListSelectionDialog
Refreshes the filtered list of resources.
refresh() - Method in class org.eclipse.ui.forms.AbstractFormPart
Refreshes the section after becoming stale (falling behind data in the model).
refresh() - Method in class org.eclipse.ui.forms.DetailsPart
Refreshes the current page.
refresh() - Method in interface org.eclipse.ui.forms.IFormPart
Refreshes the part completely from the information freshly obtained from the model.
refresh() - Method in interface org.eclipse.ui.forms.IManagedForm
Refreshes the form by refreshing every part that is stale.
refresh() - Method in class org.eclipse.ui.forms.ManagedForm
Refreshes the form by refreshes all the stale parts.
REFRESH - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.REFRESH.getId() instead.
refresh(Object, boolean) - Method in class org.eclipse.ui.navigator.CommonViewer
 
refresh(Object) - Method in class org.eclipse.ui.navigator.CommonViewer
 
REFRESH - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of standard Refresh global action in the File menu.
refresh() - Method in class org.eclipse.ui.views.properties.PropertySheetPage
Updates the model for the viewer.
refresh() - Method in class org.eclipse.ui.views.properties.tabbed.AbstractPropertySection
 
refresh() - Method in class org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection
 
refresh() - Method in interface org.eclipse.ui.views.properties.tabbed.ISection
Refresh the contents of the controls displayed in this section.
refresh() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Refresh the currently active tab.
refresh() - Method in class org.eclipse.ui.views.properties.tabbed.TabContents
If controls have been created, refresh all sections on the page.
refresh() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Called to refresh the configuration information.
RefreshAction - Class in org.eclipse.ui.actions
Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendants.
RefreshAction(Shell) - Constructor for class org.eclipse.ui.actions.RefreshAction
Deprecated. See RefreshAction.RefreshAction(IShellProvider)
RefreshAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.RefreshAction
Creates a new action.
refreshAll() - Method in class org.eclipse.ui.actions.RefreshAction
Refreshes the entire workspace.
refreshed(IResource[], int) - Method in class org.eclipse.team.core.subscribers.SubscriberResourceMappingContext
Record the fact that the resources have been refreshed to the given depth.
refreshElements(String, Map) - Method in interface org.eclipse.ui.commands.ICommandService
Refresh any elements registered against the command with the given id.
refreshFile(IFile) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Refreshes the given file resource.
refreshFile(IFile, IProgressMonitor) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
Refreshes the given file resource.
refreshFromRoot() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
Refresh the entry tree from the root down.
refreshHyperlinkColors() - Method in class org.eclipse.ui.forms.widgets.FormToolkit
Refreshes the hyperlink colors by loading from JFace settings.
refreshInDialog(Shell, IResource[], String, String, ISynchronizePageConfiguration, IWorkbenchSite) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Refresh this participants synchronization state and displays the result in a model dialog.
refreshItem(Widget, Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes the given item with the given element.
refreshLocal(int, IProgressMonitor) - Method in interface org.eclipse.core.resources.IResource
Refreshes the resource hierarchy from this resource and its children (to the specified depth) relative to the local file system.
refreshNow(IResource[], String, IProgressMonitor) - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Refresh a participant.
refreshPluginActions() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Refreshes the actions for the plugin.
RefreshProvider - Class in org.eclipse.core.resources.refresh
The abstract base class for all auto-refresh providers.
RefreshProvider() - Constructor for class org.eclipse.core.resources.refresh.RefreshProvider
 
refreshResource(IResource, IProgressMonitor) - Method in class org.eclipse.ui.actions.RefreshAction
Refresh the resource (with a check for deleted projects).
refreshResources(ILaunchConfiguration, IProgressMonitor) - Static method in class org.eclipse.debug.ui.RefreshTab
Refreshes the resources as specified by the given launch configuration.
refreshRule(IResource) - Method in interface org.eclipse.core.resources.IResourceRuleFactory
Returns the scheduling rule that is required for performing refreshLocal on a resource.
refreshRule(IResource) - Method in class org.eclipse.core.resources.team.ResourceRuleFactory
Default implementation of IResourceRuleFactory#refreshRule.
refreshSchedule - Variable in class org.eclipse.team.ui.synchronize.ModelSynchronizeParticipant
 
RefreshTab - Class in org.eclipse.debug.ui
A launch configuration tab which allows the user to specify which resources should be refreshed when the launch terminates.
RefreshTab() - Constructor for class org.eclipse.debug.ui.RefreshTab
 
refreshValidState() - Method in class org.eclipse.jface.preference.FieldEditor
Refreshes this field editor's valid state after a value change and fires an IS_VALID property change event if warranted.
refreshValidState() - Method in class org.eclipse.jface.preference.StringFieldEditor
 
refreshValidState() - Method in class org.eclipse.ui.ide.dialogs.AbstractEncodingFieldEditor
 
Region - Class in org.eclipse.jface.text
The default implementation of the IRegion interface.
Region(int, int) - Constructor for class org.eclipse.jface.text.Region
Create a new region.
Region - Class in org.eclipse.swt.graphics
Instances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of polygons.
Region() - Constructor for class org.eclipse.swt.graphics.Region
Constructs a new empty region.
Region(Device) - Constructor for class org.eclipse.swt.graphics.Region
Constructs a new empty region.
register(IEditingSupport) - Method in interface org.eclipse.jface.text.IEditingSupportRegistry
Register a support with the registry.
register(IEditingSupport) - Method in class org.eclipse.jface.text.TextViewer
 
register(IAction) - Method in class org.eclipse.ui.application.ActionBarAdvisor
Registers the given action with the key binding service (by calling IActionBarConfigurer.registerGlobalAction(IAction)), and adds it to the list of actions to be disposed when the window is closed.
REGISTER_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a register group in a menu (value "registerGroup").
registerAction(IAction) - Method in interface org.eclipse.ui.IKeyBindingService
Deprecated. Registers an action with the key binding service.
registerAdapters(IAdapterFactory, Class) - Method in interface org.eclipse.core.runtime.IAdapterManager
Registers the given adapter factory as extending objects of the given type.
registerBundleGroupProvider(IBundleGroupProvider) - Static method in class org.eclipse.core.runtime.Platform
Registers the given bundle group provider with the platform.
registerContextMenu(MenuManager, ISelectionProvider) - Method in class org.eclipse.compare.CompareEditorInput
 
registerContextMenu(MenuManager, ISelectionProvider) - Method in interface org.eclipse.compare.ICompareContainer
Register the content menu with the container to give the container a chance to add additional items to the context menu such as popup menu object contributions.
registerContextMenu(MenuManager, ISelectionProvider) - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
registerContextMenu(MenuManager, ISelectionProvider, boolean) - Method in interface org.eclipse.ui.IEditorSite
Registers a pop-up menu with the default id for extension.
registerContextMenu(String, MenuManager, ISelectionProvider, boolean) - Method in interface org.eclipse.ui.IEditorSite
Registers a pop-up menu with a particular id for extension.
registerContextMenu(String, MenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.IWorkbenchPartSite
Registers a pop-up menu with a particular id for extension.
registerContextMenu(MenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.IWorkbenchPartSite
Registers a pop-up menu with the default id for extension.
registerContextMenu(String, MenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.navigator.ICommonViewerWorkbenchSite
Registers a pop-up menu with a particular id for extension.
registerContextMenu(String, MenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.part.IPageSite
Registers a pop-up menu with a particular id for extension.
registerContextMenu(MenuManager, ISelectionProvider) - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor for registration.
registerContextMenu(MenuManager, ISelectionProvider, boolean) - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
registerContextMenu(String, MenuManager, ISelectionProvider) - Method in class org.eclipse.ui.part.MultiPageEditorSite
The MultiPageEditorSite implementation of this IWorkbenchPartSite method forwards to the multi-page editor for registration.
registerContextMenu(String, MenuManager, ISelectionProvider, boolean) - Method in class org.eclipse.ui.part.MultiPageEditorSite
 
registerContextMenu(String, MenuManager, ISelectionProvider) - Method in class org.eclipse.ui.part.PageSite
 
registerDocument(Object, IDocument) - Static method in class org.eclipse.compare.CompareUI
Register a document for the given input.
REGISTERED - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Registered breakpoint marker attribute (value "org.eclipse.debug.core.registered").
registerElement(IElementReference) - Method in interface org.eclipse.ui.commands.ICommandService
Re-register a callback element provided by the ICommandService.
registerElementForCommand(ParameterizedCommand, UIElement) - Method in interface org.eclipse.ui.commands.ICommandService
Register that this element accepts callbacks for this parameterized command.
registerFieldDecoration(String, String, Image) - Method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Registers a field decoration using the specified id.
registerFieldDecoration(String, String, String) - Method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Registers a field decoration using the specified id.
registerFieldDecoration(String, String, String, ImageRegistry) - Method in class org.eclipse.jface.fieldassist.FieldDecorationRegistry
Registers a field decoration using the specified id.
registerGlobalAction(IAction) - Method in interface org.eclipse.ui.application.IActionBarConfigurer
Register the action as a global action with a workbench window.
registerHandler(IExtensionChangeHandler, IFilter) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
registerHandler(IExtensionChangeHandler, IFilter) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Register an extension change handler with this tracker using the given filter.
registerHandler(String, IHandler) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
Registers the given handler under the given command identifier.
registerHandler(String, IHandler) - Method in class org.eclipse.team.ui.mapping.SynchronizationActionProvider
Register the handler as the handler for the given action id when a merge action is performed on elements that match this groups enablement.
registerIconForFamily(ImageDescriptor, Object) - Method in interface org.eclipse.ui.progress.IProgressService
Register the ImageDescriptor to be the icon used for all jobs that belong to family within the workbench.
registerImageDescriptor(String, ImageDescriptor) - Static method in class org.eclipse.compare.CompareUI
Registers an image descriptor for the given type.
registerListener(ILoginContextListener) - Method in interface org.eclipse.equinox.security.auth.ILoginContext
Adds listener to be notified on security-related events.
registerObject(IExtension, Object, int) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
registerObject(IExtension, Object, int) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Create an association between the given extension and the given object.
registerPage(Object, IDetailsPage) - Method in class org.eclipse.ui.forms.DetailsPart
Registers the details page to be used for all the objects of the provided object class.
registerPage(Object, Control) - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
Registers a page under the privided key to be managed by the page book.
registerPages(DetailsPart) - Method in class org.eclipse.ui.forms.MasterDetailsBlock
Implement this method to statically register pages for the expected object types.
registerPartActivationListener() - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Returns the value indicating if the part activation listener should be registered.
registerPartListener() - Method in class org.eclipse.debug.ui.AbstractDebugView
Creates and registers a part listener with this event handler's page, if one does not already exist.
registerPostNotificationReplace(IDocumentListener, IDocumentExtension.IReplace) - Method in class org.eclipse.jface.text.AbstractDocument
 
registerPostNotificationReplace(IDocumentListener, IDocumentExtension.IReplace) - Method in interface org.eclipse.jface.text.IDocumentExtension
Callback for document listeners to be used inside documentChanged to register a post notification replace operation on the document notifying them.
registerPostNotificationReplace(IDocumentListener, IDocumentExtension.IReplace) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
 
registerShell(Shell, int) - Method in interface org.eclipse.ui.contexts.IContextService
Registers a shell to automatically promote or demote some basic types of contexts.
registerShell(Shell, int) - Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.  Registers a shell to automatically promote or demote some basic types of contexts.
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
registerUpdateJob(Job) - Method in interface org.eclipse.ui.preferences.IWorkbenchPreferenceContainer
Register a job to be run after the container has been closed.
registerVisibilityForChild(IContributionItem, Expression) - Method in interface org.eclipse.ui.menus.IContributionRoot
Registers visibilty for arbitrary IContributionItem instances that are NOT direct children of this container.
registryChanged(IRegistryChangeEvent) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
Implementation of IRegistryChangeListener interface.
registryChanged(IRegistryChangeEvent) - Method in interface org.eclipse.core.runtime.IRegistryChangeListener
Notifies this listener that some registry changes are happening, or have already happened.
registryChanged(IRegistryChangeEvent) - Method in class org.eclipse.ui.intro.config.CustomizableIntroPart
Support dynamic awarness.
RegistryContributor - Class in org.eclipse.core.runtime.spi
This class describes a registry contributor which is an entity that supplies information to the extension registry.
RegistryContributor(String, String, String, String) - Constructor for class org.eclipse.core.runtime.spi.RegistryContributor
Constructor for the registry contributor.
RegistryFactory - Class in org.eclipse.core.runtime
Use this class to create or obtain an extension registry.
RegistryFactory() - Constructor for class org.eclipse.core.runtime.RegistryFactory
 
registryHasCategory(String) - Method in class org.eclipse.ui.actions.BaseNewWizardMenu
Returns whether the new wizards registry has a non-empty category with the given identifier.
RegistryRadioState - Class in org.eclipse.ui.handlers
A radio state that can be read from the registry.
RegistryRadioState() - Constructor for class org.eclipse.ui.handlers.RegistryRadioState
 
RegistryStrategy - Class in org.eclipse.core.runtime.spi
This is the basic registry strategy.
RegistryStrategy(File[], boolean[]) - Constructor for class org.eclipse.core.runtime.spi.RegistryStrategy
Constructor for this default registry strategy.
RegistryToggleState - Class in org.eclipse.ui.handlers
A toggle state that can be read from the registry.
RegistryToggleState() - Constructor for class org.eclipse.ui.handlers.RegistryToggleState
 
reinitialize(IDocument) - Method in interface org.eclipse.core.filebuffers.IPersistableAnnotationModel
Forces this annotation model to re-initialize from the persistent state.
reinitialize(IDocument) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
 
reinitializeProjection() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Forces this viewer to throw away any old state and to initialize its content from its projection annotation model.
reject(IDiff, IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IMergeContext
Reject the change associated with the given diff.
reject(IDiff[], IProgressMonitor) - Method in interface org.eclipse.team.core.mapping.IMergeContext
Reject the changes associated with the given diffs.
reject(IDiff[], IProgressMonitor) - Method in class org.eclipse.team.core.mapping.provider.MergeContext
 
rejectNodes(FastSyncInfoFilter) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Removes all nodes from this set that match the given filter leaving those that do not match the filter.
relayout(ToolBar, int, int) - Method in class org.eclipse.jface.action.ToolBarManager
Re-lays out the tool bar.
relayout() - Method in class org.eclipse.jface.text.source.CompositeRuler
Relayouts the receiver.
release() - Method in class org.eclipse.core.resources.WorkspaceLock
Deprecated. Releases this lock allowing others to acquire it.
release() - Method in interface org.eclipse.core.runtime.jobs.ILock
Releases this lock.
release() - Method in interface org.eclipse.osgi.service.datalocation.Location
Releases the lock on this location.
release() - Method in class org.eclipse.swt.graphics.Device
Releases any internal resources back to the operating system and clears all fields except the device handle.
Release() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
Release() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
release() - Method in class org.eclipse.swt.printing.Printer
Releases any internal state prior to destroying this printer.
release() - Method in class org.eclipse.swt.widgets.Display
Releases any internal resources back to the operating system and clears all fields except the device handle.
releaseContributions(ContributionManager) - Method in interface org.eclipse.ui.menus.IMenuService
Before calling dispose() on a ContributionManager populated by the menu service, you must inform the menu service to release its contributions.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.DocumentChange
Releases the document acquired via a call to aquireDocument.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextChange
Releases the document acquired via a call to aquireDocument.
releaseDocument(IDocument, IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.TextFileChange
Releases the document acquired via a call to aquireDocument.
releaseObjectInterfaces() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
releaseObjectInterfaces() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
releaseState() - Method in interface org.eclipse.ui.INavigationLocation
Release any state kept by this location.
releaseState() - Method in class org.eclipse.ui.NavigationLocation
May be extended by clients.
releaseState() - Method in class org.eclipse.ui.texteditor.TextSelectionNavigationLocation
Releases the state of this location.
releaseSynchronizationContext() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
The caller no longer requests the synchronization context for this file buffer.
releaseSynchronizationContext(IPath) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Deprecated. As of 3.1, replaced by IFileBuffer.releaseSynchronizationContext()
releaseWidgetToken(IWidgetTokenKeeper) - Method in interface org.eclipse.jface.text.IWidgetTokenOwner
The given token keeper releases the token to this token owner.
releaseWidgetToken(IWidgetTokenKeeper) - Method in class org.eclipse.jface.text.TextViewer
 
reload() - Method in class org.eclipse.ui.texteditor.rulers.RulerColumnRegistry
Reloads the extensions to the extension point.
reloadCache(boolean, IProgressMonitor) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Notifies the content provider - fires filtering of content provider elements.
rememberSelection() - Method in class org.eclipse.jface.text.source.SourceViewer
Remembers and returns the current selection.
rememberSelection() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Remembers the current selection of this editor.
RemoteResourceMappingContext - Class in org.eclipse.core.resources.mapping
A remote mapping context provides a model element with a view of the remote state of local resources as they relate to a repository operation that is in progress.
RemoteResourceMappingContext() - Constructor for class org.eclipse.core.resources.mapping.RemoteResourceMappingContext
 
remove(IDiffElement) - Method in class org.eclipse.compare.structuremergeviewer.DiffContainer
Removes the given child (non-recursively) from this container.
remove(IUndoableOperation) - Method in interface org.eclipse.core.commands.operations.ICompositeOperation
Remove the specified operation from this operation.
remove(IUndoableOperation) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
remove(int) - Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
 
remove(Object) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
remove(int) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
remove(int) - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
remove(int) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
remove(int) - Method in class org.eclipse.core.databinding.observable.list.WritableList
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.list.WritableList
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
remove(Object) - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.map.WritableMap
Removes the value with the provide key.
remove(Object) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
remove(Object) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
remove(Object) - Method in class org.eclipse.core.databinding.observable.set.WritableSet
 
remove(QualifiedName) - Method in interface org.eclipse.core.resources.ISynchronizer
Removes the named synchronization partner from this synchronizer's registry.
remove(Object) - Method in class org.eclipse.core.runtime.ListenerList
Removes a listener from this list.
remove(IUpdate) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
remove(IUpdate) - Method in interface org.eclipse.debug.ui.IDebugView
Removes the given IUpdate from this view's collection of updatable objects.
remove(String) - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Removes value associated with the key.
remove(String) - Method in class org.eclipse.jface.action.ContributionManager
 
remove(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
remove(String) - Method in interface org.eclipse.jface.action.IContributionManager
Removes and returns the contribution item with the given id from this manager.
remove(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Removes the given contribution item from the contribution items known to this manager.
remove(String) - Method in class org.eclipse.jface.action.SubContributionManager
 
remove(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
remove(String) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Removes the subnode of this preference node with the given node id.
remove(IPreferenceNode) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Removes the given preference node from the list of subnodes (immediate children) of this node.
remove(String) - Method in class org.eclipse.jface.preference.PreferenceManager
Removes the preference node at the given path.
remove(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Removes the given prefreence node if it is managed by this contribution manager.
remove(String) - Method in class org.eclipse.jface.preference.PreferenceNode
 
remove(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceNode
 
remove(String) - Method in class org.eclipse.jface.resource.ImageRegistry
Removes an image from this registry.
REMOVE - Static variable in class org.eclipse.jface.text.reconciler.DirtyRegion
Identifies a remove operation.
remove(Annotation) - Method in class org.eclipse.jface.text.source.projection.AnnotationBag
Removes the given annotation from the annotation bag.
remove(Object[]) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Removes the given elements from this list viewer.
remove(Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Removes the given element from this list viewer.
remove(Object[]) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Removes the given elements from this table viewer.
remove(Object) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Removes the given element from this table viewer.
remove(Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this viewer.
remove(Object, Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this viewer whenever they appear as children of the given parent element.
remove(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given element from the viewer.
remove(Object[]) - Method in interface org.eclipse.jface.viewers.deferred.IConcurrentModelListener
Called when elements are removed from the model
remove(Object) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Removes the given object from the collection.
remove(Object[]) - Method in class org.eclipse.jface.viewers.TableViewer
 
remove(Object, int) - Method in class org.eclipse.jface.viewers.TreeViewer
Removes the element at the specified index of the parent.
remove(Window) - Method in class org.eclipse.jface.window.WindowManager
Removes the given window from the set of windows managed by this window manager.
remove(Change) - Method in class org.eclipse.ltk.core.refactoring.CompositeChange
Removes the given change from the list of children.
remove(int) - Method in class org.eclipse.swt.custom.CCombo
Removes the item from the receiver's list at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.custom.CCombo
Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.custom.CCombo
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int) - Method in class org.eclipse.swt.widgets.Combo
Removes the item from the receiver's list at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.Combo
Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver at the given zero-relative indices.
remove(int) - Method in class org.eclipse.swt.widgets.List
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver's list at the given zero-relative indices.
remove(int) - Method in class org.eclipse.swt.widgets.Table
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
REMOVE - Static variable in interface org.eclipse.team.core.diff.IDiff
Diff kind constant (bit mask) indicating that the resource has been removed from its parent.
remove(IPath) - Method in class org.eclipse.team.core.diff.provider.DiffTree
Remove the given local resource from the set.
remove(String) - Method in interface org.eclipse.team.core.ICache
Remove the named object from the cache
remove(IResource) - Method in class org.eclipse.team.core.mapping.provider.ResourceDiffTree
Remove the diff associated with the given resource from the tree.
remove(IResource) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Remove the given local resource from the set.
remove(IResource) - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
 
remove(IResource, int) - Method in class org.eclipse.team.core.synchronize.SyncInfoTree
Remove from this set the SyncInfo for the given resource and any of its descendants within the specified depth.
remove(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.SelectionHistory
Remove element from history.
remove(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetUpdater
Removes a working set from this updater.
remove(IAdaptable) - Method in class org.eclipse.ui.model.AdaptableList
Removes the given adaptable object from this list.
remove(Object[]) - Method in class org.eclipse.ui.navigator.CommonViewer
Removals are handled by refreshing the parents of each of the given elements.
remove(IFeature, IProgressMonitor) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Remove (uninstall) the specified feature from this site
remove(IFeature, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Removes (uninstalls) the specified feature from this site.
remove(IFeature, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Remove (uninstall) the specified feature from this site.
REMOVE_ACTION - Static variable in interface org.eclipse.debug.ui.IDebugView
Action id for a view's remove action.
removeAcceleratorText(String) - Static method in class org.eclipse.jface.action.Action
Convenience method for removing any optional accelerator text from the given string.
removeAcceleratorText(String) - Static method in class org.eclipse.jface.action.LegacyActionTools
Convenience method for removing any optional accelerator text from the given string.
removeAccessibleControlListener(AccessibleControlListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners who will be notified when an accessible client asks for custom control specific information.
removeAccessibleListener(AccessibleListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners who will be notified when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.
removeAccessibleTextListener(AccessibleTextListener) - Method in class org.eclipse.swt.accessibility.Accessible
Removes the listener from the collection of listeners who will be notified when an accessible client asks for custom text control specific information.
removeActionActivationCode(String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
removeActionActivationCode(String) - Method in interface org.eclipse.ui.texteditor.ITextEditor
Removes any installed activation code for the specified action.
removeActionContribution(SynchronizePageActionGroup) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Remove a previously registered action group.
removeActiveContext(String) - Method in class org.eclipse.core.commands.contexts.ContextManager
Deactivates a context in this context manager.
removeActivityListener(IActivityListener) - Method in interface org.eclipse.ui.activities.IActivity
Removes an instance of IActivityListener listening for changes to properties of this instance.
removeActivityManagerListener(IActivityManagerListener) - Method in interface org.eclipse.ui.activities.IActivityManager
Removes an instance of IActivityManagerListener listening for changes to properties of this instance.
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.DecoratingObservableCollection
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
removeAll(Collection) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.list.MultiList
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.list.WritableList
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
removeAll(Collection) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
removeAll(Collection) - Method in class org.eclipse.core.databinding.observable.set.WritableSet
 
removeAll() - Method in class org.eclipse.jface.action.ContributionManager
 
removeAll() - Method in interface org.eclipse.jface.action.IContributionManager
Removes all contribution items from this manager.
removeAll() - Method in class org.eclipse.jface.action.SubContributionManager
 
removeAll() - Method in class org.eclipse.jface.action.SubMenuManager
Remove all contribution items.
removeAll() - Method in class org.eclipse.jface.preference.PreferenceManager
Removes all contribution nodes known to this manager.
removeAll(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes all items from the given control.
removeAll(Object[]) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Removes all elements in the given array from this collection.
removeAll(Object[]) - Method in class org.eclipse.jface.viewers.deferred.SetModel
Removes all of the given elements from the set.
removeAll(Control) - Method in class org.eclipse.jface.viewers.TableTreeViewer
Deprecated.  
removeAll(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
removeAll(RefactoringHistory) - Method in class org.eclipse.ltk.core.refactoring.history.RefactoringHistory
Returns this refactoring history with all entries from the other history removed.
removeAll() - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Removes all matches from this search result.
removeAll() - Method in class org.eclipse.swt.custom.CCombo
Removes all of the items from the receiver's list and clear the contents of receiver's text field.
removeAll() - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Removes all items.
removeAll() - Method in class org.eclipse.swt.widgets.Combo
Removes all of the items from the receiver's list and clear the contents of receiver's text field.
removeAll() - Method in class org.eclipse.swt.widgets.List
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Table
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Tree
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.TreeItem
Removes all of the items from the receiver.
removeAll(IResource[]) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Remove all the given resources from the set.
removeAll(ISourceViewer, String) - Static method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Removes all spelling problems that are reported for the given word in the active editor.
removeAllAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationModel
 
removeAllAnnotations(boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes all annotations from the annotation model.
removeAllAnnotations() - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension
Removes all annotations from this annotation model.
removeAllAnnotationTypes() - Method in class org.eclipse.jface.text.source.AnnotationPainter
Clears the list of annotation types whose annotations are painted by this painter.
RemoveAllEvent - Class in org.eclipse.search.ui.text
An event indicating that all matches have been removed from a AbstractTextSearchResult.
RemoveAllEvent(ISearchResult) - Constructor for class org.eclipse.search.ui.text.RemoveAllEvent
A constructor
removeAllInActiveEditor(ITextEditor, String) - Static method in class org.eclipse.ui.texteditor.spelling.SpellingProblem
Deprecated. As of 3.4, replaced by SpellingProblem.removeAll(ISourceViewer, String)
removeAllMessages() - Method in interface org.eclipse.ui.forms.IMessageManager
Removes all the local field messages and all the general container messages.
removeAllResolvers() - Method in class org.eclipse.jface.text.templates.TemplateContextType
Removes all template variables from the context type.
removeAllStructureViewerAliases(String) - Static method in class org.eclipse.compare.CompareUI
Remove all aliases for the given type.
removeAnnotation(Annotation) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
removeAnnotation(Annotation, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes the given annotation from the annotation model.
removeAnnotation(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Removes the given annotation from the model.
removeAnnotationModel(Object) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
removeAnnotationModel(Object) - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension
Removes and returns the attached IAnnotationModel for key.
removeAnnotationModelListener(IAnnotationModelListener) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
removeAnnotationModelListener(IAnnotationModelListener) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Removes the listener from the model's list of annotation model listeners.
removeAnnotations(IEditorPart, IThread) - Method in interface org.eclipse.debug.ui.IDebugEditorPresentation
Removes any debug related annotations from the given editor.
removeAnnotations(List, boolean, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes the given annotations from this model.
removeAnnotations(List, boolean, boolean) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
 
removeAnnotationType(Object) - Method in class org.eclipse.jface.text.source.AnnotationPainter
Removes the given annotation type from the list of annotation types whose annotations are painted by this painter.
removeAnnotationType(Object) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
Removes the given annotation type from this annotation ruler column.
removeAnnotationType(Object) - Method in interface org.eclipse.jface.text.source.IOverviewRuler
Removes the given annotation type from this overview ruler.
removeAnnotationType(Object) - Method in class org.eclipse.jface.text.source.OverviewRuler
 
removeArchiveReferenceModel(ArchiveReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes an archive reference model from site.
removeArmListener(ArmListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the arm events are generated for the control.
removeAttribute(String) - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Removes the specified attribute from the this configuration and returns the previous value associated with the specified attribute name, or null if there was no mapping for the attribute.
removeAutoEditStrategy(IAutoEditStrategy, String) - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Removes the first occurrence of the given auto edit strategy in the list of strategies registered under the specified content type.
removeAutoEditStrategy(IAutoEditStrategy, String) - Method in class org.eclipse.jface.text.TextViewer
 
removeBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified bidirectional segment listener.
removeBinding(Binding) - Method in class org.eclipse.core.databinding.DataBindingContext
Removes the given binding.
removeBinding(Binding) - Method in class org.eclipse.jface.bindings.BindingManager
Remove the specific binding by identity.
removeBindingManagerListener(IBindingManagerListener) - Method in class org.eclipse.jface.bindings.BindingManager
Removes a listener from this binding manager.
removeBindingManagerListener(IBindingManagerListener) - Method in interface org.eclipse.ui.keys.IBindingService
Removes a listener from this binding service.
removeBindings(TriggerSequence, String, String, String, String, String, int) - Method in class org.eclipse.jface.bindings.BindingManager
Removes any binding that matches the given values -- regardless of command identifier.
removeBreakpoint(IBreakpoint, boolean) - Method in interface org.eclipse.debug.core.IBreakpointManager
Removes the given breakpoint from the breakpoint manager, deletes the marker associated with the breakpoint if the delete flag is true, and notifies all registered listeners.
removeBreakpoint(IBreakpoint, IAdaptable) - Method in class org.eclipse.debug.ui.AbstractBreakpointOrganizerDelegate
 
removeBreakpoint(IBreakpoint, IAdaptable) - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
Removes the specified breakpoint from the given category.
removeBreakpointListener(IBreakpointListener) - Method in interface org.eclipse.debug.core.IBreakpointManager
Removes the given listener from the collection of registered breakpoint listeners.
removeBreakpointListener(IBreakpointsListener) - Method in interface org.eclipse.debug.core.IBreakpointManager
Removes the given listener from the collection of registered breakpoint listeners.
removeBreakpointManagerListener(IBreakpointManagerListener) - Method in interface org.eclipse.debug.core.IBreakpointManager
Removes the given listener from the collection of registered breakpoint manager listeners.
removeBreakpoints(IBreakpoint[], boolean) - Method in interface org.eclipse.debug.core.IBreakpointManager
Removes the given breakpoints from the breakpoint manager, deletes the markers associated with the breakpoints if the delete flag is true, and notifies all registered listeners.
removeBreakpoints(IBreakpoint[], IAdaptable) - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegateExtension
Removes the specified breakpoints from the given category.
removeCacheListener(ICacheListener) - Method in interface org.eclipse.team.core.ICache
Remove the listener.
removeCaretListener(CaretListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified caret listener.
removeCategoryListener(ICategoryListener) - Method in class org.eclipse.core.commands.Category
Removes a listener from this category.
removeCategoryListener(ICategoryListener) - Method in interface org.eclipse.ui.activities.ICategory
Removes an instance of ICategoryListener listening for changes to properties of this instance.
removeCategoryListener(ICategoryListener) - Method in interface org.eclipse.ui.commands.ICategory
Deprecated. Unregisters an instance of ICategoryListener listening for changes to attributes of this instance.
removeCategoryModel(CategoryModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a category model from site.
removeCategoryName(String) - Method in class org.eclipse.update.core.SiteFeatureReferenceModel
Removes the name of a categorys this feature belongs to.
removeCellEditor(CellEditor) - Method in class org.eclipse.ui.part.CellEditorActionHandler
Removes a CellEditor from the handler so that the Cut, Copy, Paste, Delete, Select All, Find Undo, and Redo actions are no longer redirected to it.
removeChangeListener(IChangeListener) - Method in class org.eclipse.core.databinding.AggregateValidationStatus
 
removeChangeListener(IChangeListener) - Method in class org.eclipse.core.databinding.observable.AbstractObservable
 
removeChangeListener(IChangeListener) - Method in class org.eclipse.core.databinding.observable.ChangeSupport
 
removeChangeListener(IChangeListener) - Method in interface org.eclipse.core.databinding.observable.IObservable
Removes the given change listener from the list of change listeners.
removeChangeListener(IChangeListener) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
removeChangeListener(IChangeListener) - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
removeChangeListener(IPathVariableChangeListener) - Method in interface org.eclipse.core.resources.IPathVariableManager
Removes the given path variable change listener from the listeners list.
removeCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
removeCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
removeCheckStateListener(ICheckStateListener) - Method in interface org.eclipse.jface.viewers.ICheckable
Removes the given check state listener from this viewer.
removeCheckStateListener(ICheckStateListener) - Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
Unregisters the specified check state listener with this control.
removeChild(int) - Method in class org.eclipse.text.edits.TextEdit
Removes the edit specified by the given index from the list of children.
removeChild(TextEdit) - Method in class org.eclipse.text.edits.TextEdit
Removes the first occurrence of the given child from the list of children.
removeChildren() - Method in class org.eclipse.text.edits.TextEdit
Removes all child edits from and returns them.
removeCloseWindowListener(CloseWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the window hosting the receiver should be closed.
removeCommandListener(ICommandListener) - Method in class org.eclipse.core.commands.Command
Removes a listener from this command.
removeCommandListener(ICommandListener) - Method in interface org.eclipse.ui.commands.ICommand
Deprecated. Unregisters an instance of ICommandListener listening for changes to attributes of this instance.
removeCommandManagerListener(ICommandManagerListener) - Method in class org.eclipse.core.commands.CommandManager
Removes a listener from this command manager.
removeCommandManagerListener(ICommandManagerListener) - Method in interface org.eclipse.ui.commands.ICommandManager
Deprecated. Unregisters an instance of ICommandManagerListener listening for changes to attributes of this instance.
removeCompareInputChangeListener(ICompareInput, ICompareInputChangeListener) - Method in class org.eclipse.compare.CompareEditorInput
 
removeCompareInputChangeListener(ICompareInput, ICompareInputChangeListener) - Method in interface org.eclipse.compare.ICompareContainer
Remove the change listener from the given compare input.
removeCompareInputChangeListener(ICompareInputChangeListener) - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
Unregisters a ICompareInput listener.
removeCompareInputChangeListener(ICompareInputChangeListener) - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Unregisters the given listener.
removeCompareInputChangeListener(ICompareInput, ICompareInputChangeListener) - Method in class org.eclipse.team.ui.synchronize.SaveableCompareEditorInput
 
removeCompletionListener(ICompletionListener) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
removeCompletionListener(ICompletionListener) - Method in interface org.eclipse.jface.text.contentassist.IContentAssistantExtension2
Removes a completion listener.
removeCompletionListener(ICompletionListener) - Method in interface org.eclipse.jface.text.quickassist.IQuickAssistAssistant
Removes a completion listener.
removeCompletionListener(ICompletionListener) - Method in class org.eclipse.jface.text.quickassist.QuickAssistAssistant
 
removeCompletionListener(ICompletionListener) - Method in class org.eclipse.jface.text.source.ContentAssistantFacade
Removes a completion listener.
removeConfiguredSite(IConfiguredSite) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Removes the specified site from this configuration.
removeConfiguredSiteChangedListener(IConfiguredSiteChangedListener) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Removes a change listener from the configured site.
removeConflictingNodes() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Removes all conflicting nodes from this set.
removeConsoleListener(IConsoleListener) - Method in interface org.eclipse.ui.console.IConsoleManager
Unregisters the given listener for console notifications.
removeConsoles(IConsole[]) - Method in interface org.eclipse.ui.console.IConsoleManager
Removes the given consoles from the console manager.
removeContentChangeListener(IContentChangeListener) - Method in class org.eclipse.compare.BufferedContent
 
removeContentChangeListener(IContentChangeListener) - Method in interface org.eclipse.compare.IContentChangeNotifier
Removes the given content changed listener from this notifier.
removeContentProposalListener(IContentProposalListener) - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Removes the specified listener from the list of content proposal listeners that are notified when content proposals are chosen.
removeContentProposalListener(IContentProposalListener2) - Method in class org.eclipse.jface.fieldassist.ContentProposalAdapter
Remove the specified listener from the list of content proposal listeners that are notified when a content proposal popup is opened or closed.
removeContentTypeChangeListener(IContentTypeManager.IContentTypeChangeListener) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager
De-register the given listener from receiving notification of content type changes.
removeContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
removeContext(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Remove the specified context from the operation.
removeContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
Remove the specified context from the receiver.
removeContextListener(IContextListener) - Method in class org.eclipse.core.commands.contexts.Context
Unregisters an instance of IContextListener listening for changes to properties of this instance.
removeContextListener(IContextListener) - Method in interface org.eclipse.ui.contexts.IContext
Deprecated. Unregisters an instance of IContextListener listening for changes to properties of this instance.
removeContextManagerListener(IContextManagerListener) - Method in class org.eclipse.core.commands.contexts.ContextManager
Removes a listener from this context manager.
removeContextManagerListener(IContextManagerListener) - Method in interface org.eclipse.ui.contexts.IContextManager
Deprecated. Unregisters an instance of IContextManagerListener listening for changes to properties of this instance.
removeContextManagerListener(IContextManagerListener) - Method in interface org.eclipse.ui.contexts.IContextService
Removes a listener from this context service.
removeContributionFactory(AbstractContributionFactory) - Method in interface org.eclipse.ui.menus.IMenuService
Remove the contributed factory from the menu service.
removeContributor(IContributor, Object) - Method in interface org.eclipse.core.runtime.spi.IDynamicExtensionRegistry
Removes all extensions and extension points provided by the contributor.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Tracker
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeCTabFolder2Listener(CTabFolder2Listener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener.
removeCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Deprecated. see removeCTabFolderCloseListener(CTabFolderListener)
REMOVED - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that the resource has been removed from its parent.
REMOVED - Static variable in interface org.eclipse.core.runtime.IExtensionDelta
Delta kind constant indicating that an extension has been removed from an extension point.
removed(IExtension[]) - Method in interface org.eclipse.core.runtime.IRegistryEventListener
Notifies this listener that extensions were removed from the registry.
removed(IExtensionPoint[]) - Method in interface org.eclipse.core.runtime.IRegistryEventListener
Notifies this listener that extension points were removed from the registry.
removed(IEclipsePreferences.NodeChangeEvent) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences.INodeChangeListener
Notification that a child node was removed from the preference hierarchy.
REMOVED - Static variable in class org.eclipse.search.ui.text.MatchEvent
Constant for a matches being removed.
REMOVED_PHANTOM - Static variable in interface org.eclipse.core.resources.IResourceDelta
Delta kind constant (bit mask) indicating that a phantom resource has been removed from the location of the delta node.
removeDebugContextListener(IDebugContextListener) - Method in class org.eclipse.debug.ui.contexts.AbstractDebugContextProvider
 
removeDebugContextListener(IDebugContextListener) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextManager
Unregisters the given listener for context notification in all windows.
removeDebugContextListener(IDebugContextListener) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextProvider
Unregisters the given listener for debug context events.
removeDebugContextListener(IDebugContextListener) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Unregisters for the given listener for debug context change notification in this service's window.
removeDebugContextListener(IDebugContextListener, String) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Unregisters the given debug context listener for context change notification from the specified part in this service's window.
removeDebugContextProvider(IDebugContextProvider) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Unregisters the given debug context provider from this service.
removeDebugEventFilter(IDebugEventFilter) - Method in class org.eclipse.debug.core.DebugPlugin
Removes the given debug event filter from the registered event filters.
removeDebugEventListener(IDebugEventSetListener) - Method in class org.eclipse.debug.core.DebugPlugin
Removes the given listener from the collection of registered debug event listeners.
removeDebugTarget(IDebugTarget) - Method in interface org.eclipse.debug.core.ILaunch
Removes the given debug target from this launch.
removeDebugTarget(IDebugTarget) - Method in class org.eclipse.debug.core.Launch
 
removeDecoratedStateChangeListener(ITeamStateChangeListener) - Method in interface org.eclipse.team.ui.mapping.ITeamStateProvider
Remove the decorated state change listener to the provider.
removeDecoratedStateChangeListener(ITeamStateChangeListener) - Method in class org.eclipse.team.ui.synchronize.TeamStateProvider
 
removeDecorator(int) - Method in class org.eclipse.jface.text.source.CompositeRuler
Removes the decorator in the specified slot from this composite ruler.
removeDecorator(IVerticalRulerColumn) - Method in class org.eclipse.jface.text.source.CompositeRuler
Removes the given decorator from the composite ruler.
removeDiffChangeListener(IDiffChangeListener) - Method in interface org.eclipse.team.core.diff.IDiffTree
Remove the listener from the tree.
removeDiffChangeListener(IDiffChangeListener) - Method in class org.eclipse.team.core.diff.provider.DiffTree
 
removeDiscoverySiteEntryModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes an update site reference.
removeDisposeListener(IDisposeListener) - Method in class org.eclipse.core.databinding.AggregateValidationStatus
 
removeDisposeListener(IDisposeListener) - Method in class org.eclipse.core.databinding.observable.AbstractObservable
 
removeDisposeListener(IDisposeListener) - Method in class org.eclipse.core.databinding.observable.ChangeSupport
 
removeDisposeListener(IDisposeListener) - Method in interface org.eclipse.core.databinding.observable.IObservable
Removes the given dispose listener from the list of dispose listeners.
removeDisposeListener(IDisposeListener) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
removeDisposeListener(IDisposeListener) - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
removeDisposeListener(DisposeListener) - Method in class org.eclipse.jface.text.AbstractInformationControl
 
removeDisposeListener(DisposeListener) - Method in interface org.eclipse.jface.text.IInformationControl
Removes the given listeners from the list of dispose listeners.
removeDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when the widget is disposed.
removeDisposeListener(ICacheListener) - Method in interface org.eclipse.team.core.ICache
Deprecated. use ICache.removeCacheListener(ICacheListener)
removeDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
removeDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Removes the listener from the document's list of document listeners.
removeDocumentPartitioners(IDocument) - Static method in class org.eclipse.jface.text.TextUtilities
Removes all connected document partitioners from the given document and stores them under their partitioning name in a map.
removeDocumentPartitioningListener(IDocumentPartitioningListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
removeDocumentPartitioningListener(IDocumentPartitioningListener) - Method in interface org.eclipse.jface.text.IDocument
Removes the listener from this document's list of document partitioning listeners.
removeDocumentRewriteSessionListener(IDocumentRewriteSessionListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
removeDocumentRewriteSessionListener(IDocumentRewriteSessionListener) - Method in interface org.eclipse.jface.text.IDocumentExtension4
Removes the listener from the document's list of document rewrite session listeners.
removeDocumentUndoListener(IDocumentUndoListener) - Method in class org.eclipse.text.undo.DocumentUndoManager
 
removeDocumentUndoListener(IDocumentUndoListener) - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Removes the specified listener from the list of document undo listeners.
removeDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.compare.CompareViewerPane
Remove a double-click listener.
removeDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given double-click listener from this viewer.
removeDragDetectListener(DragDetectListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when a drag gesture occurs.
removeDragListener(DragSourceListener) - Method in class org.eclipse.swt.dnd.DragSource
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeDragListener(Control, Listener) - Static method in class org.eclipse.ui.presentations.PresentationUtil
Removes a drag listener that was previously attached using addDragListener
removeDragSourceListener(TransferDragSourceListener) - Method in class org.eclipse.jface.util.DelegatingDragAdapter
Removes the given TransferDragSourceListener.
removeDropListener(DropTargetListener) - Method in class org.eclipse.swt.dnd.DropTarget
Removes the listener from the collection of listeners who will be notified when a drag and drop operation is in progress.
removeDropTargetListener(TransferDropTargetListener) - Method in class org.eclipse.jface.util.DelegatingDropAdapter
Removes the given TransferDropTargetListener.
removeEditorActivationListener(ColumnViewerEditorActivationListener) - Method in class org.eclipse.jface.viewers.ColumnViewerEditor
Removes the given listener.
removeElementStateListener(IElementStateListener) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
removeElementStateListener(IElementStateListener) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.  
removeElementStateListener(IElementStateListener) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
removeElementStateListener(IElementStateListener) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
removeElementStateListener(IElementStateListener) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Removes the given element state listener from this document provider.
removeEnabledSubmission(EnabledSubmission) - Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.  Removes a single enabled submission from consideration.
removeEnabledSubmissions(Collection) - Method in interface org.eclipse.ui.contexts.IWorkbenchContextSupport
Deprecated.  Removes a collection of enabled submissions from consideration.
removeEvaluationListener(IEvaluationReference) - Method in interface org.eclipse.ui.services.IEvaluationService
Remove the listener represented by the evaluation reference.
removeEventListener(int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Removes the listener.
removeEventListener(OleAutomation, GUID, int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Deprecated. - use OleControlSite.removeEventListener(OleAutomation, int, OleListener)
removeEventListener(OleAutomation, int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Removes the listener.
removeExecutionListener(IExecutionListener) - Method in class org.eclipse.core.commands.Command
Removes a listener from this command.
removeExecutionListener(IExecutionListener) - Method in class org.eclipse.core.commands.CommandManager
Removes an execution listener from this command manager.
removeExecutionListener(IRefactoringExecutionListener) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Removes the specified refactoring execution listener from this service.
removeExecutionListener(IExecutionListener) - Method in interface org.eclipse.ui.commands.ICommandService
Removes an execution listener from the command service.
removeExpandListener(ExpandListener) - Method in class org.eclipse.swt.widgets.ExpandBar
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeExpansionListener(IExpansionListener) - Method in class org.eclipse.ui.forms.widgets.ExpandableComposite
Removes the expansion listener.
removeExpression(IExpression) - Method in interface org.eclipse.debug.core.IExpressionManager
Removes the given expression from the expression manager, and notifies all registered listeners.
removeExpressionListener(IExpressionListener) - Method in interface org.eclipse.debug.core.IExpressionManager
Removes the given listener from the collection of registered expression listeners.
removeExpressionListener(IExpressionsListener) - Method in interface org.eclipse.debug.core.IExpressionManager
Removes the given listener from the collection of registered expression listeners.
removeExpressions(IExpression[]) - Method in interface org.eclipse.debug.core.IExpressionManager
Removes the given expressions from the collection of registered expressions in the workspace and notifies all registered listeners.
removeExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified extended modify listener.
removeExtension(IExtension, Object[]) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionChangeHandler
This method is called after the removal of an extension.
removeExtension(IExtension, Object) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the given extension from this registry.
removeExtensionActivationListener(IExtensionActivationListener) - Method in interface org.eclipse.ui.navigator.INavigatorActivationService
No longer receive notification when activation state changes.
removeExtensionPoint(IExtensionPoint, Object) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the specified extension point from this registry.
removeFeatureFromCache(URL) - Method in class org.eclipse.update.core.Site
 
removeFeatureReferenceModel(FeatureReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a feature reference model from site.
removeFileBufferListener(IFileBufferListener) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Removes the given listener from the list of file buffer listeners.
removeFileExtension() - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the file extension removed.
removeFileExtension() - Method in class org.eclipse.core.runtime.Path
 
removeFileExtension(URI) - Static method in class org.eclipse.core.runtime.URIUtil
Returns a new URI which is the same as this URI but with the file extension removed from the path part.
removeFileSpec(String, int) - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Removes a user-defined file specification from the corresponding content type.
removeFilter(ViewerFilter) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given filter from this viewer, and triggers refiltering and resorting of the elements if required.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs anywhere in a widget.
removeFilter(IUpdateSearchFilter) - Method in class org.eclipse.update.search.UpdateSearchRequest
Removes the filter from this request.
removeFirstSegments(int) - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path with the given number of segments removed from the beginning.
removeFirstSegments(int) - Method in class org.eclipse.core.runtime.Path
 
removeFocusListener(FocusListener) - Method in class org.eclipse.jface.text.AbstractInformationControl
Removes the given listeners from the list of focus listeners.
removeFocusListener(FocusListener) - Method in interface org.eclipse.jface.text.IInformationControl
Removes the given listeners from the list of focus listeners.
removeFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control gains or loses focus.
removeFocusTracker(Control) - Method in interface org.eclipse.ui.swt.IFocusService
No longer track focus events for this control.
removeFolder(FileSystemElement) - Method in class org.eclipse.ui.dialogs.FileSystemElement
Removes a sub-folder from this file system element.
removeFragment(String, String) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Deprecated. Removes the fragment with id and version if it exists in this registry.
removeFragments(String) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Deprecated. Removes all versions of the identified plug-in fragment from this registry.
removeFromCancelComponent(Control) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Detach the progress monitor part from the given cancel component
removeFromPreservedConfigurations(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSite
Removes the specified configuration from the list of previously saved configurations.
removeHandlerListener(IHandlerListener) - Method in class org.eclipse.core.commands.AbstractHandler
 
removeHandlerListener(IHandlerListener) - Method in interface org.eclipse.core.commands.IHandler
Unregisters an instance of IHandlerListener listening for changes to properties of this instance.
removeHandlerListener(IHandlerListener) - Method in class org.eclipse.jface.commands.ActionHandler
 
removeHandlerListener(IHandlerListener) - Method in class org.eclipse.ui.commands.AbstractHandler
Deprecated.  
removeHandlerListener(IHandlerListener) - Method in class org.eclipse.ui.commands.ActionHandler
Deprecated.  
removeHandlerListener(IHandlerListener) - Method in interface org.eclipse.ui.commands.IHandler
Deprecated. Unregisters an instance of IPropertyListener listening for changes to properties of this instance.
removeHandlerSubmission(HandlerSubmission) - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated. Removes a single handler submission from consideration by the workbench.
removeHandlerSubmissions(Collection) - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated. Removes a single handler submission from consideration by the workbench.
removeHeaderAnnotationType(Object) - Method in interface org.eclipse.jface.text.source.IOverviewRuler
Removes the given annotation type from the header of this ruler.
removeHeaderAnnotationType(Object) - Method in class org.eclipse.jface.text.source.OverviewRuler
 
removeHelpListener(HelpListener) - Method in class org.eclipse.jface.viewers.Viewer
Removes the given help listener from this viewer.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHelpListener(HelpListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeHighlightAnnotationType(Object) - Method in class org.eclipse.jface.text.source.AnnotationPainter
Removes the given annotation type from the list of annotation types whose annotations are highlighted by this painter.
removeHistoryItem(Object) - Method in class org.eclipse.ui.dialogs.FilteredItemsSelectionDialog
Removes an item from history.
removeHistoryListener(IRefactoringHistoryListener) - Method in interface org.eclipse.ltk.core.refactoring.history.IRefactoringHistoryService
Removes the specified refactoring history listener from this service.
removeHyperlinkListener(IHyperlinkListener) - Method in class org.eclipse.ui.forms.widgets.AbstractHyperlink
Removes the event listener from this hyperlink.
removeHyperlinkListener(IHyperlinkListener) - Method in class org.eclipse.ui.forms.widgets.FormText
Removes the hyperlink listener.
removeIdentifierListener(IIdentifierListener) - Method in interface org.eclipse.ui.activities.IIdentifier
Removes an instance of IIdentifierListener listening for changes to properties of this instance.
removeImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Removes the listener from the collection of listeners who will be notified when image data is either partially or completely loaded.
removeImportModel(ImportModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a plug-in dependency entry.
removeIncomingNodes() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Removes all incoming nodes from this set.
removeInfoListener(ILocalSystemInfoListener) - Static method in class org.eclipse.update.configuration.LocalSystemInfo
Remove local system change listener
removeInstallConfigurationChangedListener(IInstallConfigurationChangedListener) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Removes a configuration change listener.
removeJobChangeListener(IJobChangeListener) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Removes a job listener from the job manager.
removeJobChangeListener(IJobChangeListener) - Method in class org.eclipse.core.runtime.jobs.Job
Removes a job listener from this job.
removeKeyBindingService(IWorkbenchSite) - Method in interface org.eclipse.ui.INestableKeyBindingService
Deprecated. Removes a nested key binding service from this key binding service.
removeKeyConfigurationListener(IKeyConfigurationListener) - Method in interface org.eclipse.ui.commands.IKeyConfiguration
Deprecated. Unregisters an instance of IKeyConfigurationListener listening for changes to attributes of this instance.
removeKeyListener(KeyListener) - Method in class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter
Deprecated.  
removeKeyListener(KeyListener) - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Tracker
Removes the listener from the collection of listeners who will be notified when keys are pressed and released on the system keyboard.
removeLastSegments(int) - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path with the given number of segments removed from the end.
removeLastSegments(int) - Method in class org.eclipse.core.runtime.Path
 
removeLaunch(ILaunch) - Method in interface org.eclipse.debug.core.ILaunchManager
Removes the specified launch and notifies listeners.
removeLaunchConfigurationListener(ILaunchConfigurationListener) - Method in interface org.eclipse.debug.core.ILaunchManager
Removes the given launch configuration listener from the list of listeners notified when a launch configuration is added, removed, or changed.
removeLaunches(ILaunch[]) - Method in interface org.eclipse.debug.core.ILaunchManager
Removes the specified launch objects and notifies listeners.
removeLaunchListener(ILaunchesListener) - Method in interface org.eclipse.debug.core.ILaunchManager
Removes the given listener from the collection of registered launch listeners.
removeLaunchListener(ILaunchListener) - Method in interface org.eclipse.debug.core.ILaunchManager
Removes the given listener from the collection of registered launch listeners.
removeLineBackgroundListener(LineBackgroundListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified line background listener.
removeLineStyleListener(LineStyleListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified line style listener.
removeLinkingListener(ILinkedModeListener) - Method in class org.eclipse.jface.text.link.LinkedModeModel
Removes listener from the set of listeners that are informed upon state changes.
removeListChangeListener(IListChangeListener) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
removeListChangeListener(IListChangeListener) - Method in class org.eclipse.core.databinding.observable.list.DecoratingObservableList
 
removeListChangeListener(IListChangeListener) - Method in interface org.eclipse.core.databinding.observable.list.IObservableList
Removes the given list change listener from the list of list change listeners.
removeListChangeListener(IListChangeListener) - Method in class org.eclipse.core.databinding.observable.list.ObservableList
 
removeListener(IParameterTypeListener) - Method in class org.eclipse.core.commands.ParameterType
Unregisters listener for changes to properties of this parameter type.
removeListener(IStateListener) - Method in class org.eclipse.core.commands.State
Removes a listener to changes from this state.
removeListener(Object, IObservablesListener) - Method in class org.eclipse.core.databinding.observable.ChangeSupport
 
removeListener(IRegistryEventListener) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the given registry change listener from this registry.
removeListener(PerformanceStats.PerformanceListener) - Static method in class org.eclipse.core.runtime.PerformanceStats
Removes an event listener.
removeListener(IMemoryBlockListener) - Method in interface org.eclipse.debug.core.IMemoryBlockManager
Unregisters the given listener for memory block addition and removal notification.
removeListener(IStreamListener) - Method in interface org.eclipse.debug.core.model.IStreamMonitor
Removes the given listener from this stream monitor's registered listeners.
removeListener(IMemoryRenderingBindingsListener) - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRenderingBindingsProvider
 
removeListener(IMemoryRenderingBindingsListener) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingBindingsProvider
Removes a listener from this binding provider.
removeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.preference.ColorSelector
Removes the given listener from this ColorSelector.
removeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.resource.ResourceRegistry
Removes the given listener from this registry.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.BaseLabelProvider
 
removeListener(ICellEditorListener) - Method in class org.eclipse.jface.viewers.CellEditor
Removes the given listener from this cell editor.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this IBaseLabelProvider method removes the listener from both the nested label provider and the label decorator.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.DecoratingStyledCellLabelProvider
 
removeListener(IConcurrentModelListener) - Method in class org.eclipse.jface.viewers.deferred.AbstractConcurrentModel
 
removeListener(IConcurrentModelListener) - Method in interface org.eclipse.jface.viewers.deferred.IConcurrentModel
Removes a listener from this model.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.DelegatingStyledCellLabelProvider
 
removeListener(ILabelProviderListener) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Removes a listener to this label provider.
removeListener(IUndoManagerListener) - Method in interface org.eclipse.ltk.core.refactoring.IUndoManager
Removes the given listener from this undo manager.
removeListener(ISearchResultListener) - Method in interface org.eclipse.search.ui.ISearchResult
Removes a ISearchResultChangedListener.
removeListener(ISearchResultListener) - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Removes a ISearchResultChangedListener.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(int, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(ISubscriberChangeListener) - Method in class org.eclipse.team.core.subscribers.Subscriber
Removes a listener previously registered with this team subscriber.
removeListener(ISynchronizerChangeListener) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
Removes a listener previously registered with this synchronizer.
removeListener(ILabelProviderListener) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeLabelProvider
 
removeListener(INavigatorContentServiceListener) - Method in interface org.eclipse.ui.navigator.INavigatorContentService
Remove a listener (by identity) from the set of listeners.
removeListenerFrom(Object) - Method in class org.eclipse.jface.databinding.viewers.ListeningLabelProvider
 
removeListenerObject(Object) - Method in class org.eclipse.core.commands.common.EventManager
Removes a listener from this manager.
removeLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Removes the specified key from the local file map.
removeLocalSiteChangedListener(ILocalSiteChangedListener) - Method in interface org.eclipse.update.configuration.ILocalSite
Removes a site listener
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the current location is changed or about to be changed.
removeLogListener(ILogListener) - Method in interface org.eclipse.core.runtime.ILog
Removes the given log listener to this log.
removeLogListener(ILogListener) - Static method in class org.eclipse.core.runtime.Platform
Removes the indicated (identical) log listener from the notification list of the platform.
removeMapChangeListener(IMapChangeListener) - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
removeMapChangeListener(IMapChangeListener) - Method in class org.eclipse.core.databinding.observable.map.DecoratingObservableMap
 
removeMapChangeListener(IMapChangeListener) - Method in interface org.eclipse.core.databinding.observable.map.IObservableMap
 
removeMapChangeListener(IMapChangeListener) - Method in class org.eclipse.core.databinding.observable.map.ObservableMap
 
removeMarkerAnnotation(IMarker) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Removes the annotation corresponding to the given marker.
removeMarkers(List) - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
Removes the given markers.
removeMarkerUpdater(IMarkerUpdater) - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Removes the given marker updater from this annotation model.
removeMasterDocumentRange(int, int) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Ensures that the given range of the master document is not part of this projection document.
removeMatch(IUndoContext) - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
Remove the specified context as a match of this context.
removeMatch(Match) - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Removes the given match from this search result.
removeMatches(Match[]) - Method in class org.eclipse.search.ui.text.AbstractTextSearchResult
Removes the given matches from this search result.
removeMemoryBlocks(IMemoryBlock[]) - Method in interface org.eclipse.debug.core.IMemoryBlockManager
Removes the given memory blocks from the memory block manager.
removeMemoryRendering(IMemoryRendering) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingContainer
Removes the given rendering from this container.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuDetectListener(MenuDetectListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the platform-specific context menu trigger has occurred.
removeMenuListener(IMenuListener) - Method in interface org.eclipse.jface.action.IMenuManager
Removes the given menu listener from this menu.
removeMenuListener(IMenuListener) - Method in class org.eclipse.jface.action.MenuManager
 
removeMenuListener(IMenuListener) - Method in class org.eclipse.jface.action.SubMenuManager
 
removeMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Removes the listener from the collection of listeners who will be notified when the menu events are generated for the control.
removeMessage(Object) - Method in interface org.eclipse.ui.forms.IMessageManager
Removes the general message with the provided key.
removeMessage(Object, Control) - Method in interface org.eclipse.ui.forms.IMessageManager
Removes a keyed message associated with the provided control.
removeMessageHyperlinkListener(IHyperlinkListener) - Method in class org.eclipse.ui.forms.widgets.Form
Remove the message hyperlink listener.
removeMessages() - Method in interface org.eclipse.ui.forms.IMessageManager
Removes all the general messages.
removeMessages(Control) - Method in interface org.eclipse.ui.forms.IMessageManager
Removes all the messages associated with the provided control.
removeMirror(URLEntryModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a mirror from site.
removeMnemonics(String) - Static method in class org.eclipse.jface.action.Action
Convenience method for removing any mnemonics from the given string.
removeMnemonics(String) - Static method in class org.eclipse.jface.action.LegacyActionTools
Convenience method for removing any mnemonics from the given string.
removeModes(Set) - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Removes the specified launch modes from this configuration's settings.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified modify listener.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Spinner
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeMouseListener(MouseListener) - Method in class org.eclipse.jface.text.source.VerticalRuler
Deprecated. will be removed
removeMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when mouse buttons are pressed and released.
removeMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse moves.
removeMouseTrackListener(MouseTrackListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse passes or hovers over controls.
removeMouseWheelListener(MouseWheelListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the mouse wheel is scrolled.
removeNode() - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
Remove this node from the preference hierarchy.
removeNode() - Method in interface org.eclipse.equinox.security.storage.ISecurePreferences
Removes this node from the tree of secure preferences.
removeNodeChangeListener(IEclipsePreferences.INodeChangeListener) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
De-register the given listener from receiving event change notifications for this node.
removeNonPluginEntryModel(NonPluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a non-plug-in data reference.
removeOpenListener(IOpenListener) - Method in class org.eclipse.compare.CompareViewerPane
Remove an open listener.
removeOpenListener(IOpenEventListener) - Method in class org.eclipse.jface.util.OpenStrategy
Removes an IOpenEventListener to the collection of openEventListeners
removeOpenListener(IOpenListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given open listener from this viewer.
removeOpenWindowListener(OpenWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a new window needs to be created.
removeOperationApprover(IOperationApprover) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
removeOperationApprover(IOperationApprover) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Remove the specified operation approver from the list of operation approvers that are consulted before an operation is undone or redone.
removeOperationHistoryListener(IOperationHistoryListener) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
removeOperationHistoryListener(IOperationHistoryListener) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Remove the specified listener from the list of operation history listeners.
removeOutgoingNodes() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Removes all outgoing nodes from this set.
removePage(int) - Method in class org.eclipse.ui.forms.editor.FormEditor
Overrides the superclass to remove the page from the page table.
removePage(Object) - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
Removes the page under the provided key from the page book.
removePage(Object, boolean) - Method in class org.eclipse.ui.forms.widgets.ScrolledPageBook
Removes the page under the provided key from the page book.
removePage(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Removes the page with the given index from this multi-page editor.
removePageChangedListener(IPageChangedListener) - Method in interface org.eclipse.jface.dialogs.IPageChangeProvider
Removes the given page change listener from this page change provider.
removePageChangedListener(IPageChangedListener) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
removePageChangedListener(IPageChangedListener) - Method in class org.eclipse.jface.wizard.WizardDialog
 
removePageChangedListener(IPageChangedListener) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Remove the page change listener.
removePageChangingListener(IPageChangingListener) - Method in class org.eclipse.jface.wizard.WizardDialog
Removes the provided page changing listener from the list of page changing listeners registered for the dialog.
removePageListener(IPageListener) - Method in interface org.eclipse.ui.IPageService
Removes the given page listener.
removePainter(IPainter) - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Removes the given painter from this viewer.
removePainter(IPainter) - Method in class org.eclipse.jface.text.PaintManager
Removes the given painter from the list of painters managed by this paint manager.
removePainter(IPainter) - Method in class org.eclipse.jface.text.TextViewer
Removes the given painter from this viewer.
removePaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the receiver needs to be painted.
removePaintObjectListener(PaintObjectListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified listener.
removePart(IFormPart) - Method in interface org.eclipse.ui.forms.IManagedForm
Removes the part from the form.
removePart(IFormPart) - Method in class org.eclipse.ui.forms.ManagedForm
 
removePart(IPresentablePart) - Method in class org.eclipse.ui.presentations.StackPresentation
Removes the given part from the stack.
removeParticipants(ISourceLookupParticipant[]) - Method in class org.eclipse.debug.core.sourcelookup.AbstractSourceLookupDirector
 
removeParticipants(ISourceLookupParticipant[]) - Method in interface org.eclipse.debug.core.sourcelookup.ISourceLookupDirector
Removes the given source lookup participants from this director.
removePartListener(IPartListener) - Method in interface org.eclipse.ui.IPartService
Removes the given part listener.
removePartListener(IPartListener2) - Method in interface org.eclipse.ui.IPartService
Removes the given part listener.
removePartPropertyListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkbenchPart3
Remove a change listener from the arbitrary properties set.
removePartPropertyListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkbenchPartReference
Remove a listener for changes in the arbitrary properties set.
removePartPropertyListener(IPropertyChangeListener) - Method in class org.eclipse.ui.part.WorkbenchPart
 
removePartPropertyListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.presentations.IPresentablePart
Remove a change listener from the arbitrary properties set.
removePatternMatchListener(IPatternMatchListener) - Method in interface org.eclipse.debug.ui.console.IConsole
Removes the given pattern match listener from this console.
removePatternMatchListener(IPatternMatchListener) - Method in class org.eclipse.ui.console.TextConsole
Removes the given pattern match listener from this console.
removePendingOperation(IOperation) - Static method in class org.eclipse.update.operations.OperationsManager
Unregister a pending operation.
removePerspectiveListener(IPerspectiveListener) - Method in interface org.eclipse.ui.IPageService
Removes the given page's perspective listener.
removePlugin(String, String) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Deprecated. Removes the plug-in with id and version if it exists in this registry.
removePluginEntryModel(PluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a plug-in reference.
removePlugins(String) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Deprecated. Removes all versions of the given plug-in from this registry.
removePosition(String, Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePosition(Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePosition(Position) - Method in interface org.eclipse.jface.text.IDocument
Removes the given position from the document's default position category.
removePosition(String, Position) - Method in interface org.eclipse.jface.text.IDocument
Removes the given position from the specified position category.
removePosition(IDocument, Position) - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes the given position from the default position category of the given document.
removePositionCategory(String) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePositionCategory(String) - Method in interface org.eclipse.jface.text.IDocument
Deletes the position category from the document.
removePositionUpdater(IPositionUpdater) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePositionUpdater(IPositionUpdater) - Method in interface org.eclipse.jface.text.IDocument
Removes the position updater from the document's list of position updaters.
removePostDebugContextListener(IDebugContextListener) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Unregisters the given debug context listener for post context change notification in this service's window.
removePostDebugContextListener(IDebugContextListener, String) - Method in interface org.eclipse.debug.ui.contexts.IDebugContextService
Unregisters the given debug context listener for post context change notification in the specified part of this service's window.
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.text.TextViewer
 
removePostSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.IPostSelectionProvider
Removes the given listener for post selection changes from this selection provider.
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.MultiPageSelectionProvider
Removes a listener for post selection changes in this multi page selection provider.
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
 
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.SelectionProvider
 
removePostSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Removes an SelectionListener to the collection of selectionEventListeners
removePostSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given post selection listener.
removePostSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific post selection listener.
removePreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
De-register the given listener from receiving notification of preference changes to this node.
removePrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePrenotifiedDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Removes the given document listener from the document's list of pre-notified document listeners.
removeProcess(IProcess) - Method in interface org.eclipse.debug.core.ILaunch
Removes the given process from this launch.
removeProcess(IProcess) - Method in class org.eclipse.debug.core.Launch
 
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from 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.
removeProjectionListener(IProjectionListener) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Removes the given listener from this viewer.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.CompareConfiguration
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.CompareEditorInput
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.compare.IPropertyChangeNotifier
Removes the given content change listener from this notifier.
removePropertyChangeListener(Preferences.IPropertyChangeListener) - Method in class org.eclipse.core.runtime.Preferences
Deprecated. Removes the given listener from this preference object.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.debug.ui.AbstractBreakpointOrganizerDelegate
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.debug.ui.IBreakpointOrganizerDelegate
Removes the specified listener.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.debug.ui.memory.AbstractMemoryRendering
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.debug.ui.memory.IMemoryRendering
Removes the given property change listener from this rendering.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.debug.ui.memory.IMemoryRenderingSynchronizationService
Removes the given listener for property change notification.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.action.AbstractAction
 
removePropertyChangeListener(String, IPropertyChangeListener) - Method in class org.eclipse.jface.action.ExternalActionManager.CommandCallback
 
removePropertyChangeListener(String, IPropertyChangeListener) - Method in interface org.eclipse.jface.action.ExternalActionManager.ICallback
Removes a listener from the object referenced by identifier.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.action.IAction
Removes the given listener from this action.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.bindings.keys.KeySequenceText
Removes the given listener from this key sequence widget.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Removes the given listener from this preference store.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.preference.PreferenceStore
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.viewers.CellEditor
Removes the given property change listener from this cell editor.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.team.ui.history.HistoryPage
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.team.ui.history.IHistoryPage
Removes the given property listener from this page.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.team.ui.mapping.ITeamContentProviderManager
Remove a property change listener from the manager.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeParticipant
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.team.ui.synchronize.AbstractSynchronizeScope
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeModelElement
Removes the given property change listener from this model element.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizePageConfiguration
Remove the registered change listener.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeParticipant
Removes the given property listener from this synchronize participant.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeScope
Remove a property change listener.
removePropertyChangeListener(IPropertyChangeListener) - Static method in class org.eclipse.team.ui.TeamUI
Remove the listener from Team property change listener list.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.console.AbstractConsole
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.console.IConsole
Removes the given property listener from this console page.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkbenchPage
Removes the property change listener.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkingSetManager
Removes the property change listener.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.navigator.IExtensionStateModel
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.SubActionBars
Removes the given property change listener.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.texteditor.ChainedPreferenceStore
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.themes.ITheme
Removes a property listener from the theme.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.themes.IThemeManager
Removes a property listener from the workbench.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.views.framelist.FrameList
Removes a property change listener.
removePropertyListener(int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Removes the listener.
removePropertyListener(IPropertyListener) - Method in class org.eclipse.team.ui.mapping.SaveableComparison
Remove a property change listener.
removePropertyListener(IPropertyListener) - Method in class org.eclipse.team.ui.SaveablePartAdapter
Deprecated.  
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IEditorRegistry
Removes the given property listener from this registry.
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.intro.IIntroPart
Removes the given property listener from this intro part.
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPart
Removes the given property listener from this workbench part.
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
removePropertyListener(IPropertyListener) - Method in class org.eclipse.ui.part.IntroPart
 
removePropertyListener(IPropertyListener) - Method in class org.eclipse.ui.part.WorkbenchPart
 
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.presentations.IPresentablePart
Remove a listener that was previously added using addPropertyListener.
removePropertySheetEntryListener(IPropertySheetEntryListener) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Removes the given listener from this entry's collection of listeners.
removePropertySheetEntryListener(IPropertySheetEntryListener) - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
removeProxyChangeListener(IProxyChangeListener) - Method in interface org.eclipse.core.net.proxy.IProxyService
Removes a listener.
removeQuery(ISearchQuery) - Static method in class org.eclipse.search.ui.NewSearchUI
Removes the given search query.
removeQueryListener(IQueryListener) - Static method in class org.eclipse.search.ui.NewSearchUI
Removes the given query listener.
removeRange(int, int) - Method in class org.eclipse.jface.viewers.deferred.LazySortedCollection
Removes all elements in the given range from this collection.
removeRangeIndication() - Method in interface org.eclipse.jface.text.source.ISourceViewer
Removes the viewer's range indication.
removeRangeIndication() - Method in class org.eclipse.jface.text.source.SourceViewer
 
removeRegistryChangeListener(IRegistryChangeListener) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the given registry change listener from this registry.
removeRemoteBytes(IResource) - Method in class org.eclipse.team.core.variants.ThreeWaySynchronizer
Remove the remote bytes associated with the resource.
removeResolver(TemplateVariableResolver) - Method in class org.eclipse.jface.text.templates.TemplateContextType
Removes a template variable from the context type.
removeResourceChangeListener(IResourceChangeListener) - Method in interface org.eclipse.core.resources.IWorkspace
Removes the given resource change listener from this workspace.
removeRevisionListener(IRevisionListener) - Method in interface org.eclipse.jface.text.revisions.IRevisionRulerColumnExtension
Removes a previously registered revision listener; nothing happens if listener was not registered with the receiver.
removeRevisionListener(IRevisionListener) - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
removeRulerContextMenuListener(IMenuListener) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
removeRulerContextMenuListener(IMenuListener) - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
Removes a ruler context menu listener from the editor.
removeSaveParticipant(Plugin) - Method in interface org.eclipse.core.resources.IWorkspace
Removes the workspace save participant for the given plug-in from this workspace.
removeSchemeListener(ISchemeListener) - Method in class org.eclipse.jface.bindings.Scheme
Unregisters an instance of ISchemeListener listening for changes to attributes of this instance.
removeScopeChangeListener(ISynchronizationScopeChangeListener) - Method in interface org.eclipse.team.core.mapping.ISynchronizationScope
Remove a scope change listener.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.compare.CompareViewerPane
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.ISelectionProvider
Removes the given selection change listener from this selection provider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.Viewer
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.ltk.ui.refactoring.history.IRefactoringHistoryControl
Unregisters the specified selection changed listener with this control.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.MultiPageSelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.PageBookView.SelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor.SelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
removeSelectionListener(SelectionListener) - Method in class org.eclipse.jface.contentassist.ComboContentAssistSubjectAdapter
Deprecated.  
removeSelectionListener(SelectionListener) - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Removes the specified selection listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.jface.contentassist.TextContentAssistSubjectAdapter
Deprecated.  
removeSelectionListener(SelectionListener) - Method in class org.eclipse.jface.fieldassist.ControlDecoration
Removes the listener from the collection of listeners who will be notified when the decoration is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Removes an SelectionListener to the collection of selectionEventListeners
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableCursor
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.CoolItem
Removes the listener from the collection of listeners that will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.DateTime
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Link
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Sash
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Spinner
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ToolTip
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TreeColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ui.dialogs.FilteredList
Removes a selection listener from the list.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ui.forms.widgets.FormText
Removes the specified selection listener.
removeSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given selection listener.
removeSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific selection listener.
removeServiceListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.services.IEvaluationService
Remove the listener for IEvaluationService.PROP_NOTIFYING property changes.
removeSetChangeListener(ISetChangeListener) - Method in class org.eclipse.core.databinding.observable.set.AbstractObservableSet
 
removeSetChangeListener(ISetChangeListener) - Method in class org.eclipse.core.databinding.observable.set.DecoratingObservableSet
 
removeSetChangeListener(ISetChangeListener) - Method in interface org.eclipse.core.databinding.observable.set.IObservableSet
 
removeSetChangeListener(ISetChangeListener) - Method in class org.eclipse.core.databinding.observable.set.ObservableSet
 
removeShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
RemoveSiteCommand - Class in org.eclipse.update.standalone
Command to remove a product extension site.
RemoveSiteCommand(String) - Constructor for class org.eclipse.update.standalone.RemoveSiteCommand
 
removeSourceProvider(ISourceProvider) - Method in interface org.eclipse.ui.services.IServiceWithSources
Removes a source provider from this service.
removeSourceProviderListener(ISourceProviderListener) - Method in class org.eclipse.ui.AbstractSourceProvider
 
removeSourceProviderListener(ISourceProviderListener) - Method in interface org.eclipse.ui.ISourceProvider
Removes a listener from this source provider.
removeStaleListener(IStaleListener) - Method in class org.eclipse.core.databinding.AggregateValidationStatus
 
removeStaleListener(IStaleListener) - Method in class org.eclipse.core.databinding.observable.AbstractObservable
 
removeStaleListener(IStaleListener) - Method in class org.eclipse.core.databinding.observable.ChangeSupport
 
removeStaleListener(IStaleListener) - Method in interface org.eclipse.core.databinding.observable.IObservable
Removes the given stale listener from the list of stale listeners.
removeStaleListener(IStaleListener) - Method in class org.eclipse.core.databinding.observable.list.AbstractObservableList
 
removeStaleListener(IStaleListener) - Method in class org.eclipse.core.databinding.observable.map.AbstractObservableMap
 
removeState(String) - Method in class org.eclipse.core.commands.AbstractHandlerWithState
Removes a state from this handler.
removeState(String) - Method in class org.eclipse.core.commands.Command
Removes a state from this command.
removeState(String) - Method in interface org.eclipse.core.commands.IObjectWithState
Removes state from this object.
removeStats(String, Object) - Static method in class org.eclipse.core.runtime.PerformanceStats
Removes statistics for a given event and blame
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the status text is changed.
removeSummarizableAnnotationType(String) - Method in class org.eclipse.jface.text.source.projection.ProjectionSupport
Marks the given annotation type to be ignored when creating summaries for collapsed regions of the projection viewer.
removeSuspendTriggerListener(ISuspendTriggerListener) - Method in interface org.eclipse.debug.ui.contexts.ISuspendTrigger
Unregisters the given listener for suspend notifications.
removeSynchronizeParticipantListener(ISynchronizeParticipantListener) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeManager
Removes the given listener for participant notifications.
removeSynchronizeParticipants(ISynchronizeParticipant[]) - Method in interface org.eclipse.team.ui.synchronize.ISynchronizeManager
Removes the given participants from the synchronize manager.
removeSyncroPageBook(PageBook) - Method in class org.eclipse.ui.part.MultiPageEditor
Deprecated. Removes a synchronized pagebook from this editor.
removeSyncSetChangedListener(ISyncInfoSetChangeListener) - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Removes the given listener from participant notifications.
removeTabSelectionListener(ITabSelectionListener) - Method in class org.eclipse.ui.views.properties.tabbed.TabbedPropertySheetPage
Remove a tab selection listener.
removeText(Text) - Method in class org.eclipse.ui.actions.TextActionHandler
Removes a Text control from the handler so that the Cut, Copy, Paste, Delete, and Select All actions are no longer redirected to it when active.
removeTextChangeListener(TextChangeListener) - Method in interface org.eclipse.swt.custom.StyledTextContent
Remove the specified text changed listener.
removeTextEdit(TextEdit) - Method in class org.eclipse.text.edits.TextEditGroup
Removes the given TextEdit from this group.
removeTextHovers(String) - Method in interface org.eclipse.jface.text.ITextViewerExtension2
Removes all text hovers for the given content type independent from their state mask.
removeTextHovers(String) - Method in class org.eclipse.jface.text.TextViewer
 
removeTextInputListener(ITextInputListener) - Method in interface org.eclipse.jface.text.ITextViewer
Removes the given listener from this viewer's set of text input listeners.
removeTextInputListener(ITextInputListener) - Method in class org.eclipse.jface.text.TextViewer
 
removeTextListener(ITextListener) - Method in interface org.eclipse.jface.text.ITextViewer
Removes the given listener from this viewer's set of text listeners.
removeTextListener(ITextListener) - Method in class org.eclipse.jface.text.TextViewer
 
removeTextPresentationListener(ITextPresentationListener) - Method in interface org.eclipse.jface.text.ITextViewerExtension4
Removes the given text presentation listener from this text viewer.
removeTextPresentationListener(ITextPresentationListener) - Method in class org.eclipse.jface.text.TextViewer
 
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the title of the current document is available or has changed.
removeToRoot(IDiffElement) - Method in class org.eclipse.compare.structuremergeviewer.DiffContainer
 
removeToRoot(IDiffElement) - Method in interface org.eclipse.compare.structuremergeviewer.IDiffContainer
Removes the given child from this container.
removeTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns a path with the same segments as this path but with a trailing separator removed.
removeTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
RemoveTrailingWhitespaceOperation - Class in org.eclipse.core.filebuffers.manipulation
A text file buffer operation that removes all trailing whitespace.
RemoveTrailingWhitespaceOperation() - Constructor for class org.eclipse.core.filebuffers.manipulation.RemoveTrailingWhitespaceOperation
Creates a remove trailing whitespace operation.
removeTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when traversal events occur.
removeTreeListener(ITreeViewerListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes a listener for expand and collapse events in this viewer.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.custom.TableTree
Deprecated. Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeTrustAnchor(Certificate) - Method in class org.eclipse.osgi.service.security.TrustEngine
Remove a trust anchor point from the engine, based on the certificate itself.
removeTrustAnchor(String) - Method in class org.eclipse.osgi.service.security.TrustEngine
Remove a trust anchor point from the engine, based on the human readable "friendly name"
removeUnchangedElementListeners(Object, AbstractDocumentProvider.ElementInfo) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Called when the given element gets dirty.
removeUpdateModelChangedListener(IUpdateModelChangedListener) - Static method in class org.eclipse.update.operations.OperationsManager
Removes an model changed listener.
removeValidationStatusProvider(ValidationStatusProvider) - Method in class org.eclipse.core.databinding.DataBindingContext
Removes the validation status provider.
removeValueChangeListener(IValueChangeListener) - Method in class org.eclipse.core.databinding.AggregateValidationStatus
 
removeValueChangeListener(IValueChangeListener) - Method in class org.eclipse.core.databinding.observable.value.AbstractObservableValue
 
removeValueChangeListener(IValueChangeListener) - Method in class org.eclipse.core.databinding.observable.value.DecoratingObservableValue
 
removeValueChangeListener(IValueChangeListener) - Method in interface org.eclipse.core.databinding.observable.value.IObservableValue
 
removeValueChangingListener(IValueChangingListener) - Method in class org.eclipse.core.databinding.observable.value.AbstractVetoableValue
 
removeValueChangingListener(IValueChangingListener) - Method in interface org.eclipse.core.databinding.observable.value.IVetoableValue
 
removeValueVariableListener(IValueVariableListener) - Method in interface org.eclipse.core.variables.IStringVariableManager
Removes the given listener from the list of registered value variable listeners.
removeVariable(String) - Method in class org.eclipse.core.expressions.EvaluationContext
Removes the variable managed under the given name from this evaluation context.
removeVariable(String) - Method in interface org.eclipse.core.expressions.IEvaluationContext
Removes the variable managed under the given name from this evaluation context.
removeVariables(IValueVariable[]) - Method in interface org.eclipse.core.variables.IStringVariableManager
Removes the given variables from the registry.
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.jface.contentassist.AbstractControlContentAssistSubjectAdapter
Deprecated.  
removeVerifyKeyListener(VerifyKeyListener) - Method in interface org.eclipse.jface.contentassist.IContentAssistSubjectControl
Removes the verify key listener from this content assist subject control's list of verify key listeners.
removeVerifyKeyListener(VerifyKeyListener) - Method in interface org.eclipse.jface.text.ITextViewerExtension
Removes the verify key listener from the viewer's list of verify key listeners.
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.jface.text.TextViewer
 
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified key verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerticalRulerColumn(IVerticalRulerColumn) - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer
Removes the give column from this viewer's vertical ruler.
removeVerticalRulerListener(IVerticalRulerListener) - Method in class org.eclipse.jface.text.source.AbstractRulerColumn
 
removeVerticalRulerListener(IVerticalRulerListener) - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
removeVerticalRulerListener(IVerticalRulerListener) - Method in class org.eclipse.jface.text.source.ChangeRulerColumn
 
removeVerticalRulerListener(IVerticalRulerListener) - Method in class org.eclipse.jface.text.source.CompositeRuler
 
removeVerticalRulerListener(IVerticalRulerListener) - Method in interface org.eclipse.jface.text.source.IVerticalRulerInfoExtension
Removes a previously registered listener.
removeVerticalRulerListener(IVerticalRulerListener) - Method in class org.eclipse.jface.text.source.LineNumberChangeRulerColumn
 
removeViewportListener(IViewportListener) - Method in interface org.eclipse.jface.text.ITextViewer
Removes the given listener from this viewer's set of view port listeners.
removeViewportListener(IViewportListener) - Method in class org.eclipse.jface.text.TextViewer
 
removeVisibilityWindowListener(VisibilityWindowListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a window hosting the receiver needs to be displayed or hidden.
removeWhiteSpaces(String) - Static method in class org.eclipse.jface.resource.StringConverter
Returns the given string with all whitespace characters removed.
removeWindowListener(IWindowListener) - Method in interface org.eclipse.ui.IWorkbench
Removes a window listener.
removeWithoutRefresh(Object[]) - Method in class org.eclipse.ui.navigator.CommonViewer
 
removeWordMovementListener(MovementListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified word movement listener.
removeWorkbenchListener(IWorkbenchListener) - Method in interface org.eclipse.ui.IWorkbench
Removes a workbench listener.
removeWorkingSet(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetManager
Removes the working set
rename(String) - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Renames this launch configuration to the specified name.
RENAME - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "rename"): Rename.
RENAME - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Deprecated. in 3.0. Use ActionFactory.RENAME.getId() instead.
RENAME - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
The command identifier for the "rename" action that typically appears in the file menu.
RenameArguments - Class in org.eclipse.ltk.core.refactoring.participants
Rename arguments describe the data that a processor provides to its rename participants.
RenameArguments(String, boolean) - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameArguments
Creates new rename arguments.
RenameParticipant - Class in org.eclipse.ltk.core.refactoring.participants
A participant to participate in refactorings that rename elements.
RenameParticipant() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameParticipant
 
RenameProcessor - Class in org.eclipse.ltk.core.refactoring.participants
A special processor that performs rename operations.
RenameProcessor() - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameProcessor
 
RenameRefactoring - Class in org.eclipse.ltk.core.refactoring.participants
A generic rename refactoring.
RenameRefactoring(RenameProcessor) - Constructor for class org.eclipse.ltk.core.refactoring.participants.RenameRefactoring
Creates a new rename refactoring with the given rename processor.
RenameResourceAction - Class in org.eclipse.ui.actions
Standard action for renaming the selected resources.
RenameResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.RenameResourceAction
Deprecated. see RenameResourceAction.RenameResourceAction(IShellProvider)
RenameResourceAction(IShellProvider) - Constructor for class org.eclipse.ui.actions.RenameResourceAction
Creates a new action.
RenameResourceAction(Shell, Tree) - Constructor for class org.eclipse.ui.actions.RenameResourceAction
Deprecated. see RenameResourceAction.RenameResourceAction(IShellProvider, Tree)
RenameResourceAction(IShellProvider, Tree) - Constructor for class org.eclipse.ui.actions.RenameResourceAction
Creates a new action.
RenameResourceChange - Class in org.eclipse.ltk.core.refactoring.resource
Change that renames a resource.
RenameResourceChange(IPath, String) - Constructor for class org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
Creates the change.
RenameResourceChange(IPath, String, long) - Constructor for class org.eclipse.ltk.core.refactoring.resource.RenameResourceChange
Creates the change with a time stamp to restore.
RenameResourceDescriptor - Class in org.eclipse.ltk.core.refactoring.resource
Refactoring descriptor for the rename resource refactoring.
RenameResourceDescriptor() - Constructor for class org.eclipse.ltk.core.refactoring.resource.RenameResourceDescriptor
Creates a new refactoring descriptor.
RenameResourceWizard - Class in org.eclipse.ltk.ui.refactoring.resource
A wizard for the rename resource refactoring.
RenameResourceWizard(IResource) - Constructor for class org.eclipse.ltk.ui.refactoring.resource.RenameResourceWizard
Creates a RenameResourceWizard.
RENDER_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a render group in a menu or toolbar(value "renderGroup").
REOPEN_EDITORS - Static variable in class org.eclipse.ui.actions.ContributionItemFactory
Workbench contribution item (id "reopenEditors"): A list of recent editors (with inputs) available to be reopened in the window.
ReorgExecutionLog - Class in org.eclipse.ltk.core.refactoring.participants
Objects of this class can be used as a log to trace the execution of refactorings like copy and paste This class is not intended to be subclassed by clients.
ReorgExecutionLog() - Constructor for class org.eclipse.ltk.core.refactoring.participants.ReorgExecutionLog
Creates new reorg execution log
repairLineInformation() - Method in class org.eclipse.jface.text.AbstractDocument
 
repairLineInformation() - Method in interface org.eclipse.jface.text.IRepairableDocument
Repairs the line information of the document implementing this interface.
repeatCount - Variable in class org.eclipse.swt.graphics.ImageLoader
the number of times to repeat the display of a sequence of animated images (this corresponds to the commonly-used GIF application extension for "NETSCAPE 2.0 01").
replace(ITypedElement, ITypedElement) - Method in interface org.eclipse.compare.IEditableContent
This method is called on a parent to add or remove a child, or to copy the contents of a child.
replace(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.ResourceNode
 
replace(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
replace(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.structuremergeviewer.StructureRootNode
 
REPLACE - Static variable in interface org.eclipse.core.resources.IResource
Update flag constant (bit mask value 256) indicating that a resource should be replaced with a resource of the same name at a different file system location.
replace(int, int, String, long) - Method in class org.eclipse.jface.text.AbstractDocument
 
replace(int, int, String) - Method in class org.eclipse.jface.text.AbstractDocument
 
replace(int, int, String) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
replace(int, int, String) - Method in class org.eclipse.jface.text.CopyOnWriteTextStore
 
replace(String, boolean) - Method in class org.eclipse.jface.text.FindReplaceDocumentAdapter
Substitutes the previous match with the given text.
replace(int, int, String) - Method in class org.eclipse.jface.text.GapTextStore
 
replace(int, int, String) - Method in interface org.eclipse.jface.text.IDocument
Substitutes the given text for the specified document range.
replace(int, int, String, long) - Method in interface org.eclipse.jface.text.IDocumentExtension4
Substitutes the given text for the specified document range.
replace(int, int, String) - Method in interface org.eclipse.jface.text.ILineTracker
Informs the line tracker about the specified change in the tracked text.
replace(int, int, String) - Method in interface org.eclipse.jface.text.ITextStore
Replaces the specified character range with the given text.
replace(int, int, String) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
 
replace(int, int, String) - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
Deprecated.  
replace(Object, int) - Method in class org.eclipse.jface.viewers.AbstractTableViewer
Replace the element at the given index with the given element.
REPLACE - Static variable in interface org.eclipse.jface.viewers.IDecoration
Constant for replacing the original image.
replace(Object, int, Object) - Method in class org.eclipse.jface.viewers.TreeViewer
For a TreeViewer with a tree with the VIRTUAL style bit set, replace the given parent's child at index with the given element.
REPLACE - Static variable in interface org.eclipse.team.core.diff.ITwoWayDiff
Change constant (bit mask) indicating that the object has been replaced by another at the same location (i.e., the object has been deleted and then added).
replaceAll(String, String, String) - Static method in class org.eclipse.jface.util.Util
Foundation replacement for String.replaceAll(*).
replaceAnnotations(Annotation[], Map) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
replaceAnnotations(Annotation[], Map, boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Replaces the given annotations in this model and if advised fires a model change event.
replaceAnnotations(Annotation[], Map) - Method in interface org.eclipse.jface.text.source.IAnnotationModelExtension
Adds and removes annotations to/from this annotation model in a single step.
replaceCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be replaced
replaceContext(IUndoContext, IUndoContext) - Method in interface org.eclipse.core.commands.operations.IContextReplacingOperation
Replace the undo context of the receiver with the provided replacement undo context.
replaceContext(IUndoContext, IUndoContext) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
Replace the undo context of the receiver with the provided replacement undo context.
REPLACED - Static variable in interface org.eclipse.core.resources.IResourceDelta
Change constant (bit mask) indicating that the resource has been replaced by another at the same location (i.e., the resource has been deleted and then added).
replacedText - Variable in class org.eclipse.swt.custom.ExtendedModifyEvent
replaced text or empty string if no text was replaced
ReplaceEdit - Class in org.eclipse.text.edits
Text edit to replace a range in a document with a different string.
ReplaceEdit(int, int, String) - Constructor for class org.eclipse.text.edits.ReplaceEdit
Constructs a new replace edit.
replaceEnvironment - Variable in class org.eclipse.debug.ui.EnvironmentTab
 
replaceItem(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Replaces the item of the given identifier with another contribution item.
replaceLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of lines that are going to be replaced
replaceMasterDocumentRanges(int, int) - Method in class org.eclipse.jface.text.projection.ProjectionDocument
Replaces all master document ranges with the given master document range.
REPLACEMENT - Static variable in interface org.eclipse.help.IContentExtension
Extension type for element replacement.
replaceOperation(IUndoableOperation, IUndoableOperation[]) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
replaceOperation(IUndoableOperation, IUndoableOperation[]) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Replace the specified operation in the undo or redo history with the provided list of replacements.
replaceSelection(String) - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Replaces the currently selected range of characters with the given text.
replaceSelection(String, boolean) - Method in interface org.eclipse.jface.text.IFindReplaceTargetExtension3
Replaces the currently selected range of characters with the given text.
replaceStyleRange(StyleRange) - Method in class org.eclipse.jface.text.TextPresentation
Replaces the given range in this presentation.
replaceStyleRanges(StyleRange[]) - Method in class org.eclipse.jface.text.TextPresentation
Replaces the given ranges in this presentation.
replaceStyleRanges(int, int, StyleRange[]) - Method in class org.eclipse.swt.custom.StyledText
Replaces the styles in the given range with new styles.
replaceTextRange(int, int, String) - Method in class org.eclipse.swt.custom.StyledText
Replaces the given text range with new text.
replaceTextRange(int, int, String) - Method in interface org.eclipse.swt.custom.StyledTextContent
Replace the text with "newText" starting at position "start" for a length of "replaceLength".
reportBinaryFile(IFile) - Method in class org.eclipse.search.core.text.TextSearchRequestor
Notification sent that a file might contain binary context.
reportError(IStatus) - Method in class org.eclipse.team.core.diff.provider.DiffTree
Report to any listeners that an error has occurred while populating the set.
reportProblem(String) - Method in interface org.eclipse.update.configuration.IProblemHandler
Report problem.
RepositoryProvider - Class in org.eclipse.team.core
A concrete subclass of RepositoryProvider is created for each project that is associated with a repository provider.
RepositoryProvider() - Constructor for class org.eclipse.team.core.RepositoryProvider
Default constructor required for the resources plugin to instantiate this class from the nature extension definition.
RepositoryProviderType - Class in org.eclipse.team.core
This class represents things you can ask/do with a type of provider.
RepositoryProviderType() - Constructor for class org.eclipse.team.core.RepositoryProviderType
 
REQUEST_FAILED - Static variable in exception org.eclipse.debug.core.DebugException
Indicates that a request made of manager has failed, or a request made of a debug element has failed on the client side (that is, before the request was sent to the debug target).
REQUEST_PREVIEW - Static variable in class org.eclipse.team.ui.synchronize.ModelParticipantMergeOperation
Status code that can be returned from the ModelMergeOperation.performMerge(IProgressMonitor) method to indicate that a subclass would like to force a preview of the merge.
requestDescriptor(IProgressMonitor) - Method in class org.eclipse.ltk.core.refactoring.RefactoringDescriptorProxy
Resolves this proxy and returns the associated refactoring descriptor.
requestEvaluation(String) - Method in interface org.eclipse.ui.services.IEvaluationService
Request that this service re-evaluate all registered core expressions that contain a property tester for the given property name.
requestFailed(String, Throwable) - Method in class org.eclipse.debug.core.model.DebugElement
Throws a debug exception with a status code of TARGET_REQUEST_FAILED.
requestFullPath() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns the full workspace path of the resource being visited.
requestInitialization(ISynchronizationContext) - Method in class org.eclipse.team.ui.mapping.SynchronizationContentProvider
Subclasses that need to perform extra processing to prepare their model to be displayed by this content provider should override this method and launch a background task to prepare what is required to display their model for the given context.
requestResource() - Method in interface org.eclipse.core.resources.IResourceProxy
Returns the handle of the resource being visited.
requestSynchronizationContext() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
The caller requests that the synchronization context is used to synchronize this file buffer with its underlying file.
requestSynchronizationContext(IPath) - Method in interface org.eclipse.core.filebuffers.IFileBufferManager
Deprecated. As of 3.1, replaced by IFileBuffer.requestSynchronizationContext()
requestUpdate(IConcurrentModelListener) - Method in interface org.eclipse.jface.viewers.deferred.IConcurrentModel
Requests that the receiver to call the given listener's setContents(...)
requestUpdate(IConcurrentModelListener) - Method in class org.eclipse.jface.viewers.deferred.SetModel
 
requestWidgetToken(IWidgetTokenOwner) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
requestWidgetToken(IWidgetTokenOwner, int) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
requestWidgetToken(IWidgetTokenOwner) - Method in class org.eclipse.jface.text.information.InformationPresenter
 
requestWidgetToken(IWidgetTokenOwner, int) - Method in class org.eclipse.jface.text.information.InformationPresenter
 
requestWidgetToken(IWidgetTokenOwner) - Method in interface org.eclipse.jface.text.IWidgetTokenKeeper
The given widget token owner requests the widget token from this token keeper.
requestWidgetToken(IWidgetTokenOwner, int) - Method in interface org.eclipse.jface.text.IWidgetTokenKeeperExtension
The given widget token owner requests the widget token from this token keeper.
requestWidgetToken(IWidgetTokenKeeper) - Method in interface org.eclipse.jface.text.IWidgetTokenOwner
Requests the widget token from this token owner.
requestWidgetToken(IWidgetTokenKeeper, int) - Method in interface org.eclipse.jface.text.IWidgetTokenOwnerExtension
Requests the widget token from this token owner.
requestWidgetToken(IWidgetTokenKeeper) - Method in class org.eclipse.jface.text.TextViewer
 
requestWidgetToken(IWidgetTokenKeeper, int) - Method in class org.eclipse.jface.text.TextViewer
 
required - Variable in class org.eclipse.swt.browser.WindowEvent
Specifies whether the platform requires the user to provide a Browser to handle the new window.
REQUIRED_MODULE_ID - Static variable in interface org.eclipse.equinox.security.storage.provider.IProviderHints
Specifies the required password provider module to be used with the storage.
requiresUIThread(Object) - Method in interface org.eclipse.debug.ui.IDebugModelPresentationExtension
Returns whether the UI thread is required to retrieve a label (text, image, font, foreground, background, etc.), for the specified element.
reset() - Method in class org.eclipse.core.runtime.PerformanceStats
Resets count and running time for this particular stats event.
reset() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
Deprecated. use resetRendering to reset this rendering.
reset(int) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant.AutoAssistListener
 
reset() - Method in class org.eclipse.jface.text.DefaultUndoManager
Deprecated.  
reset() - Method in interface org.eclipse.jface.text.IUndoManager
Resets the history of the undo manager.
reset() - Method in class org.eclipse.jface.text.TextViewerUndoManager
 
reset() - Method in class org.eclipse.team.ui.synchronize.SubscriberParticipant
Reset the sync set of the participant by repopulating it from scratch.
reset() - Method in class org.eclipse.text.undo.DocumentUndoManager
 
reset() - Method in interface org.eclipse.text.undo.IDocumentUndoManager
Resets the history of the undo manager.
reset(Map) - Method in interface org.eclipse.ui.cheatsheets.ICheatSheetViewer
Sets the currently active cheat sheet to its initial state and initalizes the cheat sheet manager data.
reset() - Method in class org.eclipse.ui.editors.text.DefaultEncodingSupport
Resets this encoding support.
reset() - Method in class org.eclipse.ui.part.DrillDownAdapter
Resets the drill down adapter.
RESET_PERSPECTIVE - Static variable in class org.eclipse.ui.actions.ActionFactory
Workbench action (id "resetPerspective"): Resets the current perspective.
resetChanges() - Method in class org.eclipse.team.core.synchronize.SyncInfoSet
Reset the changes accumulated so far by this set.
resetDocument(Object) - Method in class org.eclipse.ui.editors.text.ForwardingDocumentProvider
 
resetDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider.NullProvider
Deprecated.  
resetDocument(Object) - Method in class org.eclipse.ui.editors.text.TextFileDocumentProvider
 
resetDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
resetDocument(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Resets the given element's document to its last saved state.
resetFilters() - Method in class org.eclipse.jface.viewers.StructuredViewer
Discards this viewer's filters and triggers refiltering and resorting of the elements.
resetHighlightRange() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
resetHighlightRange() - Method in interface org.eclipse.ui.texteditor.ITextEditor
Resets the highlighted range of this text editor.
resetItemOrder() - Method in class org.eclipse.jface.action.CoolBarManager
Restores the canonical order of this cool bar manager.
resetMarkers() - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Resets all the markers to their original state.
resetMonitors(IResource) - Method in class org.eclipse.core.resources.refresh.RefreshProvider
Resets the installed monitors for the given resource.
resetPerspective() - Method in interface org.eclipse.ui.IWorkbenchPage
Changes the visible views, their layout, and the visible action sets within the page to match the current perspective descriptor.
resetPlugins() - Method in interface org.eclipse.jface.text.ITextViewer
Resets the installed plug-ins.
resetPlugins() - Method in class org.eclipse.jface.text.TextViewer
 
resetPropertyValue() - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Resets the property value to its default value if it has been changed.
resetPropertyValue(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySource
Resets the property with the given id to its default value if possible.
resetPropertyValue() - Method in class org.eclipse.ui.views.properties.PropertySheetEntry
 
resetPropertyValue(Object) - Method in class org.eclipse.ui.views.properties.ResourcePropertySource
The ResourcePropertySource implementation of this IPropertySource method does nothing since all properties are read-only.
resetRendering() - Method in class org.eclipse.debug.ui.memory.AbstractTableRendering
 
resetRendering() - Method in interface org.eclipse.debug.ui.memory.IResettableMemoryRendering
Reset this memory rendering.
resetSelectedResources() - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Resets this page's selected resources collection and updates its controls accordingly.
resetStateValidation() - Method in interface org.eclipse.core.filebuffers.IFileBuffer
Resets state validation.
resetVisibleRegion() - Method in interface org.eclipse.jface.text.ITextViewer
Resets the region of this viewer's document which is visible in the presentation.
resetVisibleRegion() - Method in class org.eclipse.jface.text.source.projection.ProjectionViewer