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

R

RADIO - Static variable in class org.eclipse.swt.SWT
style constant for radio button behavior (value is 1<<4)
RadioGroupFieldEditor - class org.eclipse.jface.preference.RadioGroupFieldEditor.
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.
RANGE_CATEGORY - Static variable in interface org.eclipse.compare.contentmergeviewer.IDocumentRange
The position category typically used for an IDocumentRange position (value "DocumentRangeCategory").
RangeDifference - class org.eclipse.compare.rangedifferencer.RangeDifference.
Description of a change between two or three ranges of comparable entities.
RangeDifferencer - class org.eclipse.compare.rangedifferencer.RangeDifferencer.
A RangeDifferencer finds the differences between two or three IRangeComparators.
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_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() - Method in class org.eclipse.jface.text.rules.RuleBasedScanner
 
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.BufferedRuleBasedScanner
 
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.
ReadOnlyStateChecker - class org.eclipse.ui.actions.ReadOnlyStateChecker.
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.
REBUILD_ALL - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Workbench menu: name of standard Rebuild All action (value "rebuildAll").
REBUILD_PROJECT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Project menu: name of standard Rebuild Project global action (value "rebuildProject").
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.
Reconciler - class org.eclipse.jface.text.reconciler.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 ms.
reconcilerDocumentChanged(IDocument) - Method in class org.eclipse.jface.text.reconciler.Reconciler
 
reconcilerDocumentChanged(IDocument) - Method in class org.eclipse.jface.text.reconciler.MonoReconciler
 
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.
reconcilerReset() - Method in class org.eclipse.jface.text.reconciler.AbstractReconciler
Hook that is called after the reconciler thread has been reset.
Rectangle - class org.eclipse.swt.graphics.Rectangle.
Instances of this class represent rectangular areas in an (x, y) coordinate system.
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)).
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.
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 - Static variable in interface org.eclipse.jface.text.ITextOperationTarget
Text operation code for redoing the last undone edit command.
REDO - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the redo action
REDO - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of standard Redo global action (value "redo").
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.
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.DefaultUndoManager
 
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.DefaultUndoManager
 
redraw() - Method in class org.eclipse.jface.text.source.LineNumberRulerColumn
 
redraw() - Method in interface org.eclipse.jface.text.source.IVerticalRulerColumn
Redraws this column.
redraw() - Method in class org.eclipse.jface.text.source.AnnotationRulerColumn
 
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() - 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.custom.StyledText
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.custom.CCombo
 
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
RefactorActionGroup - class org.eclipse.ui.views.navigator.RefactorActionGroup.
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
 
REFRESH - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of standard Refresh global action (value "refresh").
refresh() - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
refresh() - Method in interface org.eclipse.core.boot.IPlatformConfiguration
Called to refresh the configuration information.
refresh() - Method in class org.eclipse.jface.text.TextViewer
 
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.jface.viewers.StructuredViewer
 
refresh() - Method in class org.eclipse.ui.views.properties.PropertySheetPage
Updates the model for the viewer.
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.
RefreshAction - class org.eclipse.ui.actions.RefreshAction.
Standard action for refreshing the workspace from the local file system for the selected resources and all of their descendents.
RefreshAction(Shell) - 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.
refreshItem(Widget, Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes the given TableItem 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.
refreshPluginActions() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Refreshes the actions for the plugin.
refreshValidState() - Method in class org.eclipse.jface.preference.StringFieldEditor
 
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.
Region - class org.eclipse.jface.text.Region.
A default implementation of the IRegion interface.
Region - class org.eclipse.swt.graphics.Region.
Instances of this class represent areas of an x-y coordinate system that are aggregates of the areas covered by a number of rectangles.
Region() - Constructor for class org.eclipse.swt.graphics.Region
Constructs a new empty region.
Region(int, int) - Constructor for class org.eclipse.jface.text.Region
Create a new region.
registerAction(IAction) - Method in interface org.eclipse.ui.IKeyBindingService
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.
registerContextMenu(MenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.IWorkbenchPartSite
Registers a pop-up menu with the default 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(String, MenuManager, ISelectionProvider) - Method in interface org.eclipse.ui.IWorkbenchPartSite
Registers a pop-up menu with a particular id for extension.
registerContextMenu(String, MenuManager, ISelectionProvider) - Method in class org.eclipse.ui.part.PageSite
 
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) - Method in interface org.eclipse.ui.part.IPageSite
Registers a pop-up menu with a particular id for extension.
REGISTERED - Static variable in interface org.eclipse.debug.core.model.IBreakpoint
Registered breakpoint marker attribute (value "org.eclipse.debug.core.registered").
registerImageDescriptor(String, ImageDescriptor) - Static method in class org.eclipse.compare.CompareUI
Registers an image descriptor for the given type.
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.ChildDocument
 
registerPostNotificationReplace(IDocumentListener, IDocumentExtension.IReplace) - Method in class org.eclipse.jface.text.AbstractDocument
 
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
relayout(ToolBar, int, int) - Method in class org.eclipse.jface.action.ToolBarManager
Re-lays out the tool bar.
release() - Method in class org.eclipse.core.resources.WorkspaceLock
Releases this lock allowing others to acquire it.
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.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.
Release() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
releaseObjectInterfaces() - Method in class org.eclipse.swt.ole.win32.OleControlSite
 
releaseObjectInterfaces() - Method in class org.eclipse.swt.ole.win32.OleClientSite
 
releaseWidgetToken(IWidgetTokenKeeper) - Method in class org.eclipse.jface.text.TextViewer
 
releaseWidgetToken(IWidgetTokenKeeper) - Method in interface org.eclipse.jface.text.IWidgetTokenOwner
The given token keeper releases the token to this token owner.
rememberSelection() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Remembers the current selection of this editor.
REMOVE - Static variable in class org.eclipse.jface.text.reconciler.DirtyRegion
 
REMOVE_ACTION - Static variable in interface org.eclipse.debug.ui.IDebugView
Action id for a view's remove action.
remove(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
remove(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Removes the given contribution item from the contribution items known to this manager.
remove(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
remove(IDiffElement) - Method in class org.eclipse.compare.structuremergeviewer.DiffContainer
Removes the given child (non-recursively) from this container.
remove(IFeature, IProgressMonitor) - Method in class org.eclipse.update.core.Site
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(int) - Method in class org.eclipse.swt.custom.CCombo
Removes an item at an index.
remove(int) - Method in class org.eclipse.swt.widgets.Table
Removes the item from the receiver at the given zero-relative index.
remove(int) - Method in class org.eclipse.swt.widgets.List
Removes the item from the receiver at the given zero-relative index.
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[]) - 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.List
Removes the items from the receiver at the given zero-relative indices.
remove(int, int) - Method in class org.eclipse.swt.custom.CCombo
Removes a range of items.
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(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(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(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceNode
 
remove(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Removes the given prefreence node if it is managed by this contribution manager.
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(IUpdate) - Method in interface org.eclipse.debug.ui.IDebugView
Removes the given IUpdate from this view's collection of updatable objects.
remove(IUpdate) - Method in class org.eclipse.debug.ui.AbstractDebugView
 
remove(Object) - Method in class org.eclipse.jface.util.ListenerList
Removes the given listener from this list.
remove(Object) - Method in class org.eclipse.jface.viewers.TableViewer
Removes the given element from this table viewer.
remove(Object) - Method in class org.eclipse.jface.viewers.ListViewer
Removes the given element from this list viewer.
remove(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given element from the viewer.
remove(Object[]) - Method in class org.eclipse.jface.viewers.TableViewer
Removes the given elements from this table viewer.
remove(Object[]) - Method in class org.eclipse.jface.viewers.ListViewer
Removes the given elements from this list viewer.
remove(Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this viewer.
remove(QualifiedName) - Method in interface org.eclipse.core.resources.ISynchronizer
Removes the named synchronization partner from this synchronizer's registry.
remove(String) - Method in class org.eclipse.jface.action.SubContributionManager
 
remove(String) - Method in interface org.eclipse.jface.action.IContributionManager
Removes and returns the contribution item with the given id from this manager.
remove(String) - Method in class org.eclipse.jface.action.ContributionManager
 
remove(String) - Method in class org.eclipse.jface.preference.PreferenceNode
 
remove(String) - Method in class org.eclipse.jface.preference.PreferenceManager
Removes the prefernece node at the given path.
remove(String) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Removes the subnode of this preference node with the given node id.
remove(String) - Method in class org.eclipse.swt.custom.CCombo
Removes an item.
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(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(String, String) - Method in interface org.eclipse.help.IAppServer
Removes the specified webapp.
remove(String, String) - Static method in class org.eclipse.help.AppServer
Removes the specified webapp.
remove(Window) - Method in class org.eclipse.jface.window.WindowManager
Removes the given window from the set of windows managed by this window manager.
removeAcceleratorText(String) - Static method in class org.eclipse.jface.action.Action
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 notifed 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 notifed when an accessible client asks for certain strings, such as name, description, help, or keyboard shortcut.
removeActionActivationCode(String) - Method in interface org.eclipse.ui.texteditor.ITextEditor
Removes any installed activation code for the specified action.
removeActionActivationCode(String) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
removeAll() - Method in class org.eclipse.jface.action.SubMenuManager
Remove all contribution items.
removeAll() - Method in class org.eclipse.jface.action.SubContributionManager
 
removeAll() - Method in interface org.eclipse.jface.action.IContributionManager
Removes all contribution items from this manager.
removeAll() - Method in class org.eclipse.jface.action.ContributionManager
 
removeAll() - Method in class org.eclipse.jface.preference.PreferenceManager
Removes all contribution nodes known to this manager.
removeAll() - Method in class org.eclipse.swt.custom.TableTree
Removes all items.
removeAll() - Method in class org.eclipse.swt.custom.CCombo
Removes all items.
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.Table
Removes all of the items from the receiver.
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.Combo
Removes all of the items from the receiver's list.
removeAll(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
removeAll(Control) - Method in class org.eclipse.jface.viewers.TableTreeViewer
 
removeAll(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes all items from the given control.
removeAllAnnotations() - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes all annotations from the annotation model and informs all model listeners about this change.
removeAllAnnotations(boolean) - Method in class org.eclipse.jface.text.source.AnnotationModel
Removes all annotations from the annotation model.
removeAllStructureViewerAliases(String) - Static method in class org.eclipse.compare.CompareUI
Remove all aliases for the given type.
removeAnnotation(Annotation) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Removes the given annotation from the model.
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.
removeAnnotationModelListener(IAnnotationModelListener) - Method in interface org.eclipse.jface.text.source.IAnnotationModel
Removes the listener from the model's list of annotation model listeners.
removeAnnotationModelListener(IAnnotationModelListener) - Method in class org.eclipse.jface.text.source.AnnotationModel
 
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
 
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.
removeBidiSegmentListener(BidiSegmentListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified bidirectional segment listener.
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.
removeBreakpointListener(IBreakpointListener) - Method in interface org.eclipse.debug.core.IBreakpointManager
Removes the given listener from the collection of registered breakpoint listeners.
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.model.FeatureReferenceModel
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.
removeCheckStateListener(ICheckStateListener) - Method in interface org.eclipse.jface.viewers.ICheckable
Removes the given check state listener from this viewer.
removeCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
removeCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
removeCompareInputChangeListener(ICompareInputChangeListener) - Method in interface org.eclipse.compare.structuremergeviewer.ICompareInput
Unregisters the given listener.
removeCompareInputChangeListener(ICompareInputChangeListener) - Method in class org.eclipse.compare.structuremergeviewer.DiffNode
Unregisters a ICompareInput listener.
removeContentChangeListener(IContentChangeListener) - Method in interface org.eclipse.compare.IContentChangeNotifier
Removes the given content changed listener from this notifier.
removeContentChangeListener(IContentChangeListener) - Method in class org.eclipse.compare.BufferedContent
 
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.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.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeCTabFolderListener(CTabFolderListener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener.
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_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.
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 class org.eclipse.debug.core.Launch
 
removeDebugTarget(IDebugTarget) - Method in interface org.eclipse.debug.core.ILaunch
Removes the given debug target from this launch.
removeDecorator(int) - Method in class org.eclipse.jface.text.source.CompositeRuler
Removes the decorator in the specified slot from this composite ruler.
removeDiscoverySiteEntryModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes an update site reference.
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.jface.text.DefaultInformationControl
 
removeDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when the widget is disposed.
removeDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Removes the listener from the document's list of document listeners.
removeDocumentListener(IDocumentListener) - 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.
removeDocumentPartitioningListener(IDocumentPartitioningListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
removeDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
removeDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given double-click listener from this viewer.
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.
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.
removeElementStateListener(IElementStateListener) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Removes the given element state listener from this document provider.
removeElementStateListener(IElementStateListener) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
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.
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.
removeExtendedModifyListener(ExtendedModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified extended modify listener.
removeFeatureReferenceModel(FeatureReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a feature reference model from site.
removeFileExtension() - Method in class org.eclipse.core.runtime.Path
 
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.
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.
removeFirstSegments(int) - Method in class org.eclipse.core.runtime.Path
 
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.
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.jface.text.DefaultInformationControl
 
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.
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
Removes the fragment with id and version if it exists in this registry.
removeFragments(String) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Removes all versions of the identified plug-in fragment from this registry.
removeFromCancelComponent(Control) - Method in class org.eclipse.jface.wizard.ProgressMonitorPart
Detached the progress monitor part to the given cancel component
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.MenuItem
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.Control
Removes the listener from the collection of listeners who will be notified when the help events are generated for the control.
removeImageLoaderListener(ImageLoaderListener) - Method in class org.eclipse.swt.graphics.ImageLoader
Removes a listener that was receiving image loader events.
removeImportModel(ImportModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a plug-in dependency entry.
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.
removeLastSegments(int) - Method in class org.eclipse.core.runtime.Path
 
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.
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.
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.
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.LabelProvider
 
removeListener(ILabelProviderListener) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Removes a listener to this label provider.
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(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notifed 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 notifed when an event of the given type occurs.
removeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.resource.FontRegistry
Removes the given listener from this registry.
removeListener(IStreamListener) - Method in interface org.eclipse.debug.core.model.IStreamMonitor
Removes the given listener from this stream monitor's registered listeners.
removeLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Removes the specified key from the local file map.
removeLogListener(ILogListener) - Static method in class org.eclipse.core.runtime.Platform
Removes the indicated (identical) log listener from the notification list of the platform.
removeLogListener(ILogListener) - Method in interface org.eclipse.core.runtime.ILog
Removes the given log listener to this log.
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.
removeMenuListener(IMenuListener) - Method in class org.eclipse.jface.action.SubMenuManager
 
removeMenuListener(IMenuListener) - Method in class org.eclipse.jface.action.MenuManager
 
removeMenuListener(IMenuListener) - Method in interface org.eclipse.jface.action.IMenuManager
Removes the given menu listener from this menu.
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.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified modify listener.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener.
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.
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.
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.
removeNatureFromProject(IProject, String, IProgressMonitor) - Static method in class org.eclipse.team.core.Team
 
removeNonPluginEntryModel(NonPluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a non-plug-in data reference.
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.compare.CompareViewerSwitchingPane
 
removeOpenListener(IOpenListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given open listener from this viewer.
removePage(int) - Method in class org.eclipse.ui.part.MultiPageEditorPart
Removes the page with the given index from this multi-page editor.
removePageListener(IPageListener) - Method in interface org.eclipse.ui.IPageService
Removes the given page listener.
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.
removePartListener(IPartListener) - Method in interface org.eclipse.ui.IPartService
Removes the given part listener.
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
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
Removes all versions of the given plug-in from this registry.
removePosition(Position) - Method in interface org.eclipse.jface.text.IDocument
Removes the given position from the document's default position category.
removePosition(Position) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePosition(String, Position) - Method in interface org.eclipse.jface.text.IDocument
Removes the given position from the specified position category.
removePosition(String, Position) - 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.
removePositionCategory(String) - 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.
removePositionUpdater(IPositionUpdater) - Method in class org.eclipse.jface.text.AbstractDocument
 
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given post selection listener from this viewer.
removePostSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given post selection listener.
removePostSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Removes an SelectionListener to the collection of selectionEventListeners
removePostSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific post selection listener.
removePrenotifiedDocumentListener(IDocumentListener) - Method in interface org.eclipse.jface.text.IDocument
Removes the given document listener from the document's list of prenotified document listeners.
removePrenotifiedDocumentListener(IDocumentListener) - Method in class org.eclipse.jface.text.AbstractDocument
 
removeProcess(IProcess) - Method in class org.eclipse.debug.core.Launch
 
removeProcess(IProcess) - Method in interface org.eclipse.debug.core.ILaunch
Removes the given process from this launch.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.compare.IPropertyChangeNotifier
Removes the given content change listener from this notifier.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.CompareEditorInput
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.CompareConfiguration
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.compare.contentmergeviewer.ContentMergeViewer
 
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.action.Action
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.preference.PreferenceStore
 
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.viewers.CellEditor
Removes the given property change listener from this cell editor.
removePropertyChangeListener(IPropertyChangeListener) - Static method in class org.eclipse.team.ui.TeamUI
Deregister as a Team property changes.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkingSetManager
Removes the property change listener.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.ui.IWorkbenchPage
Deprecated. individual views should store a working set if needed and register a property change listener directly with the working set manager to receive notification when the view working set is removed.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.views.framelist.FrameList
Removes a property change listener.
removePropertyChangeListener(Preferences.IPropertyChangeListener) - Method in class org.eclipse.core.runtime.Preferences
Removes the given listener from this preference object.
removePropertyListener(int, OleListener) - Method in class org.eclipse.swt.ole.win32.OleControlSite
Removes the listener.
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
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.IEditorRegistry
Removes the given property listener from this registry.
removePropertyListener(IPropertyListener) - Method in class org.eclipse.ui.part.WorkbenchPart
 
removePropertySheetEntryListener(IPropertySheetEntryListener) - Method in interface org.eclipse.ui.views.properties.IPropertySheetEntry
Removes the given listener from this entry's collection of listeners.
removeRangeIndication() - Method in class org.eclipse.jface.text.source.SourceViewer
 
removeRangeIndication() - Method in interface org.eclipse.jface.text.source.ISourceViewer
Removes the viewer's range indication.
removeResourceChangeListener(IResourceChangeListener) - Method in interface org.eclipse.core.resources.IWorkspace
Removes the given resource change listener from this workspace.
removeRulerContextMenuListener(IMenuListener) - Method in interface org.eclipse.ui.texteditor.ITextEditorExtension
Removes a ruler context menu listener from the editor.
removeRulerContextMenuListener(IMenuListener) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
removeSaveParticipant(Plugin) - Method in interface org.eclipse.core.resources.IWorkspace
Removes the workspace save participant for the given plug-in from this workspace.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.compare.CompareViewerSwitchingPane
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.Viewer
 
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.ui.part.PageBookView.SelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.part.MultiPageSelectionProvider
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.views.contentoutline.ContentOutlinePage
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ui.views.contentoutline.ContentOutline
 
removeSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given selection listener.
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.TableTree
Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified selection listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CTabFolder
Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.custom.CCombo
Removes the listener.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
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.
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.
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.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TabFolder
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Scale
Removes the listener from the collection of listeners who will be notified when the receiver's value changes.
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.
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.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
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.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the receiver's selection changes.
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.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ui.dialogs.FilteredList
Removes a selection listener from the list.
removeSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific selection listener.
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.
removeSyncroPageBook(PageBook) - Method in class org.eclipse.ui.part.MultiPageEditor
Deprecated. Removes a synchronized pagebook from this editor.
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.
removeTextInputListener(ITextInputListener) - 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.
removeTextListener(ITextListener) - 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.
removeToRoot(IDiffElement) - Method in interface org.eclipse.compare.structuremergeviewer.IDiffContainer
Removes the given child from this container.
removeToRoot(IDiffElement) - Method in class org.eclipse.compare.structuremergeviewer.DiffContainer
Removes the given child from this container.
removeTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
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.
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
Removes the listener.
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..
removeUnchangedElementListeners(Object, AbstractDocumentProvider.ElementInfo) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
Called when the given element gets dirty.
removeVerifyKeyListener(VerifyKeyListener) - Method in class org.eclipse.jface.text.TextViewer
 
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.swt.custom.StyledText
Removes the specified key verify listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.custom.StyledText
Removes the specified verify listener.
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.
removeViewportListener(IViewportListener) - Method in class org.eclipse.jface.text.TextViewer
 
removeViewportListener(IViewportListener) - Method in interface org.eclipse.jface.text.ITextViewer
Removes the given listener from this viewer's set of viewport listeners.
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.
removeWorkingSet(IWorkingSet) - Method in interface org.eclipse.ui.IWorkingSetManager
Removes the working set
RENAME - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
Edit menu: name of standard Rename global action (value "rename").
rename(String) - Method in interface org.eclipse.debug.core.ILaunchConfigurationWorkingCopy
Renames this launch configuration to the specified name.
RenameResourceAction - class org.eclipse.ui.actions.RenameResourceAction.
Standard action for renaming the selected resources.
RenameResourceAction(Shell) - Constructor for class org.eclipse.ui.actions.RenameResourceAction
Creates a new action.
RenameResourceAction(Shell, Tree) - Constructor for class org.eclipse.ui.actions.RenameResourceAction
Creates a new action.
RENDER_GROUP - Static variable in interface org.eclipse.debug.ui.IDebugUIConstants
Identifier for a render group in a menu or toolbar(value "renderGroup").
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(int, int, String) - Method in class org.eclipse.jface.text.SequentialRewriteTextStore
 
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 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.IDocument
Subsitutes the given text for the specified document range.
replace(int, int, String) - Method in class org.eclipse.jface.text.GapTextStore
 
replace(int, int, String) - Method in class org.eclipse.jface.text.ChildDocument
 
replace(int, int, String) - Method in class org.eclipse.jface.text.AbstractLineTracker
 
replace(int, int, String) - Method in class org.eclipse.jface.text.AbstractDocument
 
replace(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.ResourceNode
 
replace(ITypedElement, ITypedElement) - Method in interface org.eclipse.compare.IEditableContent
This method is called on a parent to add a child, remove a child, copy the contents of a child What to do is encoded in the two arguments as follows: add: child == null other != null remove: child != null other == null copy: child != null other != null
replace(ITypedElement, ITypedElement) - Method in class org.eclipse.compare.structuremergeviewer.DocumentRangeNode
 
replaceCharCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Length of text that is going to be replaced
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
 
replaceLineCount - Variable in class org.eclipse.swt.custom.TextChangingEvent
Number of lines that are going to be replaced
replaceSelection(String) - Method in interface org.eclipse.jface.text.IFindReplaceTarget
Replaces the currently selected range of characters with the given text.
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 interface org.eclipse.swt.custom.StyledTextContent
Replace the text with "newText" starting at position "start" for a length of "replaceLength".
replaceTextRange(int, int, String) - Method in class org.eclipse.swt.custom.StyledText
Replaces the given text range with new text.
RepositoryProvider - class org.eclipse.team.core.RepositoryProvider.
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.
REQUEST_FAILED - Static variable in class 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).
requestWidgetToken(IWidgetTokenKeeper) - Method in class org.eclipse.jface.text.TextViewer
 
requestWidgetToken(IWidgetTokenKeeper) - Method in interface org.eclipse.jface.text.IWidgetTokenOwner
Requests the widget token from this token owner.
requestWidgetToken(IWidgetTokenOwner) - Method in interface org.eclipse.jface.text.IWidgetTokenKeeper
The given widget token owner requests the widget token back from this token keeper.
requestWidgetToken(IWidgetTokenOwner) - Method in class org.eclipse.jface.text.contentassist.ContentAssistant
 
requestWidgetToken(IWidgetTokenOwner) - Method in class org.eclipse.jface.text.information.InformationPresenter
 
reset() - Method in interface org.eclipse.jface.text.IUndoManager
Resets the history of the undo manager.
reset() - Method in class org.eclipse.jface.text.DefaultUndoManager
 
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.
resetDocument(Object) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider
 
resetDocument(Object) - Method in interface org.eclipse.ui.texteditor.IDocumentProvider
Resets the given element's document to its last saved state.
resetDocument(Object) - Method in class org.eclipse.ui.texteditor.AbstractDocumentProvider
 
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 interface org.eclipse.ui.texteditor.ITextEditor
Resets the highlighted range of this text editor.
resetHighlightRange() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
 
resetMarkers() - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Resets all the markers to their original state.
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 class org.eclipse.jface.text.TextViewer
 
resetPlugins() - Method in interface org.eclipse.jface.text.ITextViewer
Resets the installed plug-ins.
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 class org.eclipse.ui.views.properties.ResourcePropertySource
The ResourcePropertySource implementation of this IPropertySource method does nothing since all properties are read-only.
resetPropertyValue(Object) - Method in interface org.eclipse.ui.views.properties.IPropertySource
Resets the property with the given id to its default value if possible.
resetSelectedResources() - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Resets this page's selected resources collection and updates its controls accordingly.
resetVisibleRegion() - Method in class org.eclipse.jface.text.TextViewer
 
resetVisibleRegion() - Method in interface org.eclipse.jface.text.ITextViewer
Resets the region of this viewer's document which is visible in the presentation.
resizable - Variable in class org.eclipse.jface.viewers.ColumnLayoutData
Indicates whether the column is resizable.
Resize - Static variable in class org.eclipse.swt.SWT
resize event type (value is 11)
RESIZE - Static variable in class org.eclipse.jface.text.TextViewer
 
RESIZE - Static variable in class org.eclipse.swt.SWT
style constant for resize box trim (value is 1<<4)
resolve(boolean, boolean) - Method in class org.eclipse.core.runtime.model.PluginRegistryModel
Runs a resolve through the entire registry.
resolve(URL) - Static method in class org.eclipse.core.runtime.Platform
Returns a URL which is the resolved equivalent of the supplied URL.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.URLEntryModel
Resolve the model object.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.SiteModel
Resolve the model object.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.ModelObject
Resolve the model element.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.InstallHandlerEntryModel
Resolve the model object.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Resolve the model object.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.FeatureModel
Resolve the model object.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.CategoryModel
Resolve the model object.
resolve(URL, ResourceBundle) - Method in class org.eclipse.update.core.model.ArchiveReferenceModel
Resolve the model object.
resolveListReference(ModelObject[], URL, ResourceBundle) - Method in class org.eclipse.update.core.model.ModelObject
Delegate resolution to list of referenced models
resolveNLString(ResourceBundle, String) - Method in class org.eclipse.update.core.model.ModelObject
Returns a resource string corresponding to the given argument value and bundle.
resolveReference(ModelObject, URL, ResourceBundle) - Method in class org.eclipse.update.core.model.ModelObject
Delegate resolution to referenced model
resolveURL(URL, ResourceBundle, String) - Method in class org.eclipse.update.core.model.ModelObject
Resolve a URL based on context
RESOURCE - Static variable in interface org.eclipse.core.runtime.ILibrary
Constant string (value "resource") indicating the resource library type.
RESOURCE - Static variable in class org.eclipse.core.runtime.model.LibraryModel
Constant string (value "resource") indicating the resource library type.
RESOURCE_EXISTS - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 367) indicating a resource unexpectedly exists in the workspace.
RESOURCE_NOT_FOUND - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 368) indicating a resource unexpectedly does not exist in the workspace.
RESOURCE_NOT_LOCAL - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 369) indicating a resource unexpectedly does not have content local to the workspace.
RESOURCE_WRONG_TYPE - Static variable in interface org.eclipse.core.resources.IResourceStatus
Status code constant (value 366) indicating a resource exists in the workspace but is not of the expected type.
ResourceAction - class org.eclipse.ui.texteditor.ResourceAction.
An action which configures its label, image, tooltip, and description from a resource bundle using known keys.
ResourceAction(ResourceBundle, String) - Constructor for class org.eclipse.ui.texteditor.ResourceAction
Creates a new action that configures itself from the given resource bundle.
resourceChanged(IResourceChangeEvent) - Method in interface org.eclipse.core.resources.IResourceChangeListener
Notifies this listener that some resource changes are happening, or have already happened.
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.ui.actions.OpenResourceAction
Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed.
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.ui.actions.CloseResourceAction
Handles a resource changed event by updating the enablement if one of the selected projects is opened or closed.
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.FileSynchronizer
 
resourceChanged(IResourceChangeEvent) - Method in class org.eclipse.ui.model.WorkbenchContentProvider
The workbench has changed.
resourceIsType(IResource, int) - Method in class org.eclipse.ui.actions.SelectionListenerAction
Returns whether the type of the given resource is among those in the given resource type mask.
resourceIsType(IResource, int) - Static method in class org.eclipse.ui.views.navigator.ResourceSelectionUtil
Returns whether the type of the given resource is among the specified resource types.
ResourceMarkerAnnotationModel - class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel.
A marker annotation model whose underlying source of markers is a resource in the workspace.
ResourceMarkerAnnotationModel(IResource) - Constructor for class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
Creates a marker annotation model with the given resource as the source of the markers.
ResourceNavigator - class org.eclipse.ui.views.navigator.ResourceNavigator.
Implements the Resource Navigator view.
ResourceNavigator() - Constructor for class org.eclipse.ui.views.navigator.ResourceNavigator
Constructs a new resource navigator view.
ResourceNavigatorAction - class org.eclipse.ui.views.navigator.ResourceNavigatorAction.
Superclass of all actions provided by the resource navigator.
ResourceNavigatorAction(IResourceNavigator, String) - Constructor for class org.eclipse.ui.views.navigator.ResourceNavigatorAction
Creates a new instance of the class.
ResourceNavigatorActionGroup - class org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup.
This is the action group for all the resource navigator actions.
ResourceNavigatorActionGroup(IResourceNavigator) - Constructor for class org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup
Constructs a new navigator action group and creates its actions.
ResourceNavigatorMessages - class org.eclipse.ui.views.navigator.ResourceNavigatorMessages.
Utility class which helps managing messages
ResourceNavigatorMoveAction - class org.eclipse.ui.views.navigator.ResourceNavigatorMoveAction.
The ResourceNavigatorMoveAction is a resource move that aso updates the navigator to show the result of the move.
ResourceNavigatorMoveAction(Shell, StructuredViewer) - Constructor for class org.eclipse.ui.views.navigator.ResourceNavigatorMoveAction
Create a ResourceNavigatorMoveAction and use the supplied viewer to update the UI.
ResourceNavigatorRenameAction - class org.eclipse.ui.views.navigator.ResourceNavigatorRenameAction.
The ResourceNavigatorRenameAction is the rename action used by the ResourceNavigator that also allows updating after rename.
ResourceNavigatorRenameAction(Shell, TreeViewer) - Constructor for class org.eclipse.ui.views.navigator.ResourceNavigatorRenameAction
Create a ResourceNavigatorRenameAction and use the tree of the supplied viewer for editing.
ResourceNode - class org.eclipse.compare.ResourceNode.
A ResourceNode wrappers an IResources so that it can be used as input for the differencing engine (interfaces IStructureComparator and ITypedElement) and the ReplaceWithEditionDialog (interfaces ITypedElement and IModificationDate).
ResourceNode(IResource) - Constructor for class org.eclipse.compare.ResourceNode
Creates a ResourceNode for the given resource.
ResourcePatternFilter - class org.eclipse.ui.views.navigator.ResourcePatternFilter.
Filter used to determine whether resources are to be shown or not.
ResourcePatternFilter() - Constructor for class org.eclipse.ui.views.navigator.ResourcePatternFilter
Creates a new resource pattern filter.
ResourcePropertySource - class org.eclipse.ui.views.properties.ResourcePropertySource.
A Resource property source.
ResourcePropertySource(IResource) - Constructor for class org.eclipse.ui.views.properties.ResourcePropertySource
Creates a PropertySource and stores its IResource
ResourceSelectionDialog - class org.eclipse.ui.dialogs.ResourceSelectionDialog.
A standard resource selection dialog which solicits a list of resources from the user.
ResourceSelectionDialog(Shell, IAdaptable, String) - Constructor for class org.eclipse.ui.dialogs.ResourceSelectionDialog
Creates a resource selection dialog rooted at the given element.
ResourceSelectionUtil - class org.eclipse.ui.views.navigator.ResourceSelectionUtil.
Provides utilities for checking the validity of selections.
ResourceSorter - class org.eclipse.ui.views.navigator.ResourceSorter.
Sorter for viewers that display items of type IResource.
ResourceSorter(int) - Constructor for class org.eclipse.ui.views.navigator.ResourceSorter
Creates a resource sorter that will use the given sort criteria.
ResourcesPlugin - class org.eclipse.core.resources.ResourcesPlugin.
The plug-in runtime class for the Resources plug-in.
ResourcesPlugin(IPluginDescriptor) - Constructor for class org.eclipse.core.resources.ResourcesPlugin
Constructs an instance of this plug-in runtime class.
ResourceTransfer - class org.eclipse.ui.part.ResourceTransfer.
The ResourceTransfer class is used to transfer an array of IResourcess from one part to another in a drag and drop operation or a cut, copy, paste action.
ResourceWorkingSetFilter - class org.eclipse.ui.ResourceWorkingSetFilter.
A resource working set filter filters resources from a view that * are neither a parent nor children of a working set element.
ResourceWorkingSetFilter() - Constructor for class org.eclipse.ui.ResourceWorkingSetFilter
 
restart() - Method in interface org.eclipse.ui.IWorkbench
Closes then restarts this workbench.
restore() - Method in class org.eclipse.jface.dialogs.ControlEnableState
Restores the window enable state saved in this object.
restoreResourceSpecificationWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportResourcesPage
Restores resource specification control settings that were persisted in the previous instance of this page.
restoreResourceSpecificationWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardExportPage
Deprecated. Restores resource specification control settings that were persisted in the previous instance of this page.
restoreSelection() - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Restores a selection previously remembered by rememberSelection.
restoreState() - Method in class org.eclipse.update.core.InstallMonitor
Restore the monitor state.
restoreState(IMemento) - Method in class org.eclipse.ui.views.navigator.ResourceNavigator
Restores the state of the receiver to the state described in the specified memento.
restoreWidgetValues() - Method in class org.eclipse.ui.dialogs.WizardDataTransferPage
Restores control settings that were saved in the previous instance of this page.
result - Variable in class org.eclipse.swt.accessibility.AccessibleEvent
The value of this field must be set in the accessible listener method before returning.
result - Variable in class org.eclipse.swt.accessibility.AccessibleControlEvent
 
result - Variable in class org.eclipse.swt.dnd.TransferData
The result field contains the result of converting a java data type into a stgmedium value.
RESUME - Static variable in class org.eclipse.debug.core.DebugEvent
Resume event kind.
resume() - Method in interface org.eclipse.debug.core.model.ISuspendResume
Causes this element to resume its execution, generating a RESUME event.
resumeForwardingDocumentChanges() - Method in interface org.eclipse.jface.text.IDocumentAdapterExtension
Resumes forwarding document changes to the styled text.
resumePostNotificationProcessing() - Method in interface org.eclipse.jface.text.IDocumentExtension
Resumes the processing of post notification replace operations.
resumePostNotificationProcessing() - Method in class org.eclipse.jface.text.AbstractDocument
 
retarget(ITextEditor) - Method in class org.eclipse.ui.editors.text.EncodingActionGroup
Retargets this action group to the given editor.
RetargetAction - class org.eclipse.ui.actions.RetargetAction.
A RetargetAction tracks the active part in the workbench.
RetargetAction(String, String) - Constructor for class org.eclipse.ui.actions.RetargetAction
Constructs a RetargetAction.
RetargetTextEditorAction - class org.eclipse.ui.texteditor.RetargetTextEditorAction.
Action used by an editor action bar contributor to establish placeholders in menus or action bars which can be retargeted to dynamically changing actions, for example, those which come from the active editor.
RetargetTextEditorAction(ResourceBundle, String) - Constructor for class org.eclipse.ui.texteditor.RetargetTextEditorAction
Creates a new action.
RetargetTextEditorAction(ResourceBundle, String, String) - Constructor for class org.eclipse.ui.texteditor.RetargetTextEditorAction
Creates a new action.
retrieveMarkers() - Method in class org.eclipse.ui.texteditor.ResourceMarkerAnnotationModel
 
retrieveMarkers() - Method in class org.eclipse.ui.texteditor.AbstractMarkerAnnotationModel
Retrieves all markers from this model.
RETRY - Static variable in class org.eclipse.swt.SWT
MessageBox style constant for a RETRY button.
RETRY_ID - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
Button id for a "Retry" button (value 8).
RETRY_LABEL - Static variable in interface org.eclipse.jface.dialogs.IDialogConstants
 
returnType - Variable in class org.eclipse.swt.ole.win32.OleFunctionDescription
 
reuseEditor() - Static method in class org.eclipse.search.ui.SearchUI
Returns the preference whether editors should be reused when showing search results.
reveal(Object) - Method in class org.eclipse.jface.viewers.TableViewer
 
reveal(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Ensures that the given element is visible, scrolling the viewer if necessary.
reveal(Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
reveal(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
revealRange(int, int) - Method in class org.eclipse.jface.text.TextViewer
 
revealRange(int, int) - Method in interface org.eclipse.jface.text.ITextViewer
Ensures that the given range is visible.
REVERT - Static variable in interface org.eclipse.ui.IWorkbenchActionConstants
File menu: name of standard Revert global action (value "revert").
REVERT_TO_SAVED - Static variable in interface org.eclipse.ui.texteditor.IWorkbenchActionDefinitionIds
Action definition id of the file revert action.
REVERT_TO_SAVED - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the action for re-establishing the state after the most recent save operation.
REVERT_TO_SAVED_ACTION - Static variable in interface org.eclipse.ui.texteditor.IAbstractTextEditorHelpContextIds
Help context id for the action.
RevertToSavedAction - class org.eclipse.ui.texteditor.RevertToSavedAction.
Action for abandoning changes made in the text editor since the last save operation.
RevertToSavedAction(ResourceBundle, String, ITextEditor) - Constructor for class org.eclipse.ui.texteditor.RevertToSavedAction
Creates a new action for the given text editor.
rewriteTree(Differencer, IDiffContainer) - Method in class org.eclipse.compare.ZipFileStructureCreator
Empty implementation since this IStructureCreator cannot rewrite the diff tree in order to fold certain combinations of additons and deletions.
RGB - class org.eclipse.swt.graphics.RGB.
Instances of this class are descriptions of colors in terms of the primary additive color model (red, green and blue).
RGB(int, int, int) - Constructor for class org.eclipse.swt.graphics.RGB
Constructs an instance of this class with the given red, green and blue values.
right - Variable in class org.eclipse.swt.layout.FormData
right specifies the attachment of the right side of the control.
RIGHT - Static variable in class org.eclipse.compare.rangedifferencer.RangeDifference
Three-way change constant indicating a change in right.
RIGHT - Static variable in class org.eclipse.compare.structuremergeviewer.Differencer
Three-way change constant (value 8) indicating a change on right side.
RIGHT - Static variable in class org.eclipse.swt.SWT
style constant for align right behavior (value is 1<<17)
RIGHT - Static variable in interface org.eclipse.ui.IPageLayout
Relationship constant indicating a part should be placed to the right of its relative.
rightEnd() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the end index of the entity range on the right side.
rightLength() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the number of entities on the right side.
rightStart() - Method in class org.eclipse.compare.rangedifferencer.RangeDifference
Returns the start index of the entity range on the right side.
ROLE_CHECKBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_CLIENT_AREA - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_COMBOBOX - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_DIALOG - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LABEL - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LIST - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_LISTITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_MENU - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_MENUBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_MENUITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_PROGRESSBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_PUSHBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_RADIOBUTTON - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SCROLLBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SEPARATOR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_SLIDER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABFOLDER - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABITEM - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TABLECOLUMN - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TEXT - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TOOLBAR - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TOOLTIP - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_TREE - Static variable in class org.eclipse.swt.accessibility.ACC
 
ROLE_WINDOW - Static variable in class org.eclipse.swt.accessibility.ACC
 
rollback(ISaveContext) - Method in interface org.eclipse.core.resources.ISaveParticipant
Tells this participant to rollback its important state.
ROMAN - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for romanicized input behavior (value is 1<<5)
ROOT - Static variable in interface org.eclipse.core.resources.IResource
Type constant (bit mask value 8) which identifies the root resource.
ROOT - Static variable in class org.eclipse.core.runtime.Path
Constant value containing the root path with no device.
rootLocation - Variable in class org.eclipse.core.launcher.Main
The location of the install root
RowData - class org.eclipse.swt.layout.RowData.
Each control controlled by a RowLayout can have its initial width and height specified by setting a RowData object into the control.
RowData() - Constructor for class org.eclipse.swt.layout.RowData
 
RowData(int, int) - Constructor for class org.eclipse.swt.layout.RowData
 
RowData(Point) - Constructor for class org.eclipse.swt.layout.RowData
 
RowLayout - class org.eclipse.swt.layout.RowLayout.
Instances of this class determine the size and position of the children of a Composite by placing them either in horizontal rows or vertical columns within the parent Composite.
RowLayout() - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class.
RowLayout(int) - Constructor for class org.eclipse.swt.layout.RowLayout
Constructs a new instance of this class given the type.
RTFTransfer - class org.eclipse.swt.dnd.RTFTransfer.
The class RTFTransfer provides a platform specific mechanism for converting text in RTF format represented as a java String to a platform specific representation of the data and vice versa.
RULE_COMPATIBLE - Static variable in interface org.eclipse.update.core.IImport
Dependency can be satisfied only with plug-in version that is compatible with the specified version (either is equivalent, or greater minor identifier (but same major identifier)).
RULE_EQUIVALENT - Static variable in interface org.eclipse.update.core.IImport
Dependency can be satisfied only with plug-in version that is equivalent to the specified version (same major and minor version identifier, greater than or equal service identifier).
RULE_GREATER_OR_EQUAL - Static variable in interface org.eclipse.update.core.IImport
Dependency can be satisfied only with plug-in version that is greater or equal to the specified version.
RULE_NONE - Static variable in interface org.eclipse.update.core.IImport
No matching rule specified
RULE_PERFECT - Static variable in interface org.eclipse.update.core.IImport
Dependency can be satisfied only with plug-in version matching exactly the specified version.
RuleBasedDamagerRepairer - class org.eclipse.jface.text.rules.RuleBasedDamagerRepairer.
Deprecated. use DefaultDamagerRepairer
RuleBasedDamagerRepairer(RuleBasedScanner) - Constructor for class org.eclipse.jface.text.rules.RuleBasedDamagerRepairer
Deprecated. Creates a damager/repairer that uses the given scanner.
RuleBasedDamagerRepairer(RuleBasedScanner, TextAttribute) - Constructor for class org.eclipse.jface.text.rules.RuleBasedDamagerRepairer
Deprecated. use RuleBasedDamagerRepairer(RuleBasedScanner) instead
RuleBasedPartitioner - class org.eclipse.jface.text.rules.RuleBasedPartitioner.
Deprecated. use DefaultPartitioner instead
RuleBasedPartitioner(RuleBasedScanner, String[]) - Constructor for class org.eclipse.jface.text.rules.RuleBasedPartitioner
Deprecated. Creates a new partitioner that uses the given scanner and may return partitions of the given legal content types.
RuleBasedPartitionScanner - class org.eclipse.jface.text.rules.RuleBasedPartitionScanner.
Scanner that exclusively uses predicate rules.
RuleBasedPartitionScanner() - Constructor for class org.eclipse.jface.text.rules.RuleBasedPartitionScanner
 
RuleBasedScanner - class org.eclipse.jface.text.rules.RuleBasedScanner.
A generic scanner which can be "programmed" with a sequence of rules.
RuleBasedScanner() - Constructor for class org.eclipse.jface.text.rules.RuleBasedScanner
Creates a new rule based scanner which does not have any rule.
RULER_CLICK - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the ruler action performed when clicking the editor's vertical ruler.
RULER_DOUBLE_CLICK - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the ruler action performed when double clicking the editor's vertical ruler.
RULER_MANAGE_BOOKMARKS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the ruler action to manage bookmarks.
RULER_MANAGE_TASKS - Static variable in interface org.eclipse.ui.texteditor.ITextEditorActionConstants
Name of the ruler action to manage tasks.
rulerContextMenuAboutToShow(IMenuManager) - Method in class org.eclipse.ui.texteditor.AbstractTextEditor
Sets up the ruler context menu before it is made visible.
RUN_MODE - Static variable in interface org.eclipse.debug.core.ILaunchManager
A launch in a normal, non-debug mode(value "run").
run() - Method in class org.eclipse.ant.core.AntRunner
Runs the build script.
run() - Method in class org.eclipse.compare.NavigationAction
 
run() - Method in interface org.eclipse.core.runtime.ISafeRunnable
Runs this runnable.
run() - Method in interface org.eclipse.jface.action.IAction
Runs this action.
run() - Method in class org.eclipse.jface.action.Action
The default implementation of this IAction method does nothing.
run() - Method in class org.eclipse.ui.actions.WorkspaceAction
The CoreWrapperAction implementation of this IAction method uses a ProgressMonitorDialog to run the operation.
run() - Method in class org.eclipse.ui.actions.RetargetAction
Invoked when an action occurs.
run() - Method in class org.eclipse.ui.actions.RenameResourceAction
 
run() - Method in class org.eclipse.ui.actions.OpenSystemEditorAction
 
run() - Method in class org.eclipse.ui.actions.OpenInNewWindowAction
The implementation of this IAction method opens a new window.
run() - Method in class org.eclipse.ui.actions.NewWizardAction
 
run() - Method in class org.eclipse.ui.actions.NewProjectAction
 
run() - Method in class org.eclipse.ui.actions.MoveResourceAction
 
run() - Method in class org.eclipse.ui.actions.MoveProjectAction
Implementation of method defined on IAction.
run() - Method in class org.eclipse.ui.actions.ImportResourcesAction
Invoke the Import wizards selection Wizard.
run() - Method in class org.eclipse.ui.actions.GlobalBuildAction
 
run() - Method in class org.eclipse.ui.actions.ExportResourcesAction
Invoke the Export wizards selection Wizard.
run() - Method in class org.eclipse.ui.actions.DeleteResourceAction
 
run() - Method in class org.eclipse.ui.actions.CreateProjectAction
Deprecated.  
run() - Method in class org.eclipse.ui.actions.CreateFolderAction
Deprecated. The CreateFolderAction implementation of this IAction method opens a BasicNewFolderResourceWizard in a wizard dialog under the shell passed to the constructor.
run() - Method in class org.eclipse.ui.actions.CreateFileAction
Deprecated. The CreateFileAction implementation of this IAction method opens a BasicNewFileResourceWizard in a wizard dialog under the shell passed to the constructor.
run() - Method in class org.eclipse.ui.actions.CopyResourceAction
 
run() - Method in class org.eclipse.ui.actions.CopyProjectAction
Implementation of method defined on IAction.
run() - Method in class org.eclipse.ui.actions.CloseResourceAction
The implementation of this WorkspaceAction method method saves and closes the resource's dirty editors before closing it.
run() - Method in class org.eclipse.ui.actions.BuildAction
 
run() - Method in class org.eclipse.ui.actions.AddBookmarkAction
 
run() - Method in class org.eclipse.ui.dialogs.PropertyDialogAction
The PropertyDialogAction implementation of this IAction method performs the action by opening the Property Page Dialog for the current selection.
run() - Method in class org.eclipse.ui.editors.text.FileDocumentProvider.SafeChange
 
run() - Method in class org.eclipse.ui.texteditor.TextOperationAction
The TextOperationAction implementation of this IAction method runs the operation with the current operation code.
run() - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
run() - Method in class org.eclipse.ui.texteditor.ShiftAction
The TextOperationAction implementation of this IAction method runs the operation with the current operation code.
run() - Method in class org.eclipse.ui.texteditor.SelectMarkerRulerAction
 
run() - Method in class org.eclipse.ui.texteditor.SaveAction
 
run() - Method in class org.eclipse.ui.texteditor.RevertToSavedAction
 
run() - Method in class org.eclipse.ui.texteditor.RetargetTextEditorAction
 
run() - Method in class org.eclipse.ui.texteditor.MarkerRulerAction
 
run() - Method in class org.eclipse.ui.texteditor.MarkAction
 
run() - Method in class org.eclipse.ui.texteditor.IncrementalFindAction
 
run() - Method in class org.eclipse.ui.texteditor.GotoLineAction
 
run() - Method in class org.eclipse.ui.texteditor.FindReplaceAction
 
run() - Method in class org.eclipse.ui.texteditor.FindNextAction
 
run() - Method in class org.eclipse.ui.texteditor.DeleteLineAction
 
run() - Method in class org.eclipse.ui.texteditor.ConvertLineDelimitersAction
 
run() - Method in class org.eclipse.ui.texteditor.ContentAssistAction
Runs the content assist operation on the editor's text operation target.
run() - Method in class org.eclipse.ui.texteditor.AddTaskAction
 
run() - Method in class org.eclipse.ui.texteditor.AddMarkerAction
 
run() - Method in class org.eclipse.ui.views.framelist.UpAction
Calls gotoFrame on the frame list with a frame representing the parent of the current input.
run() - Method in class org.eclipse.ui.views.framelist.GoIntoAction
Calls gotoFrame on the frame list with a frame representing the currently selected container.
run() - Method in class org.eclipse.ui.views.framelist.ForwardAction
Calls forward() on the frame list.
run() - Method in class org.eclipse.ui.views.framelist.BackAction
Calls back() on the frame list.
run() - Method in class org.eclipse.ui.views.navigator.SortViewAction
 
run() - Method in class org.eclipse.ui.views.navigator.ShowInNavigatorAction
Shows the Navigator view and sets its selection to the resources selected in this action's selection provider.
run() - Method in class org.eclipse.ui.views.navigator.ResourceNavigatorMoveAction
 
run() - Method in class org.eclipse.ui.views.navigator.GotoResourceAction
Collect all resources in the workbench open a dialog asking the user to select a resource and change the selection in the navigator.
run() - Method in class org.eclipse.ui.views.navigator.FilterSelectionAction
 
run(boolean, boolean, IRunnableWithProgress) - Method in class org.eclipse.jface.dialogs.ProgressMonitorDialog
 
run(boolean, boolean, IRunnableWithProgress) - Method in interface org.eclipse.jface.operation.IRunnableContext
Runs the given IRunnableWithProgress in this context.
run(boolean, boolean, IRunnableWithProgress) - Method in class org.eclipse.jface.window.ApplicationWindow
 
run(boolean, boolean, IRunnableWithProgress) - Method in class org.eclipse.jface.wizard.WizardDialog
 
run(IAction) - Method in class org.eclipse.help.ui.browser.LaunchURL
 
run(IAction) - Method in interface org.eclipse.ui.IActionDelegate
Performs this action.
run(IAction) - Method in class org.eclipse.ui.actions.ActionDelegate
 
run(IAction) - Method in class org.eclipse.ui.texteditor.AbstractRulerActionDelegate
 
run(IMarker) - Method in interface org.eclipse.ui.IMarkerResolution
Runs this resolution.
run(IPerspectiveDescriptor) - Method in class org.eclipse.ui.actions.PerspectiveMenu
Runs an action for a particular perspective.
run(IPerspectiveDescriptor) - Method in class org.eclipse.ui.actions.OpenPerspectiveMenu
Deprecated. Runs an action for a particular perspective.
run(IPerspectiveDescriptor) - Method in class org.eclipse.ui.actions.OpenNewWindowMenu
Deprecated.  
run(IPerspectiveDescriptor) - Method in class org.eclipse.ui.actions.OpenNewPageMenu
Deprecated.  
run(IPerspectiveDescriptor, SelectionEvent) - Method in class org.eclipse.ui.actions.PerspectiveMenu
Runs an action for a particular perspective.
run(IPerspectiveDescriptor, SelectionEvent) - Method in class org.eclipse.ui.actions.OpenPerspectiveMenu
Deprecated. Runs an action for a particular perspective.
run(IProgressMonitor) - Method in class org.eclipse.ant.core.AntRunner
Runs the build script.
run(IProgressMonitor) - Method in class org.eclipse.compare.CompareEditorInput
Runs the compare operation and stores the compare result.
run(IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspaceRunnable
Runs the operation reporting progress to and accepting cancellation requests from the given progress monitor.
run(IProgressMonitor) - Method in interface org.eclipse.jface.operation.IRunnableWithProgress
Runs this operation.
run(IProgressMonitor) - Method in class org.eclipse.ui.actions.WorkspaceModifyOperation
The WorkspaceModifyOperation implementation of this IRunnableWithProgress method initiates a batch of changes by invoking the execute method as a workspace runnable (IWorkspaceRunnable).
run(IProgressMonitor) - Method in class org.eclipse.ui.wizards.datatransfer.SelectFilesOperation
Runs the operation.
run(IRunnableWithProgress, boolean, IProgressMonitor, Display) - Static method in class org.eclipse.jface.operation.ModalContext
Runs the given runnable in a modal context, passing it a progress monitor.
run(ISafeRunnable) - Static method in class org.eclipse.core.runtime.Platform
Runs the given runnable in a protected mode.
run(IWorkspaceRunnable, IProgressMonitor) - Method in interface org.eclipse.core.resources.IWorkspace
Runs the given action as an atomic workspace operation.
run(Object) - Method in class org.eclipse.ant.core.AntRunner
Invokes the building of a project object and executes a build using either a given target or the default target.
run(Object) - Method in interface org.eclipse.core.boot.IPlatformRunnable
Runs this runnable with the given args and returns a result.
run(Object, Object) - Method in interface org.eclipse.ui.part.IDropActionDelegate
Runs the drop action on the given source and target.
run(String[]) - Method in class org.eclipse.core.launcher.Main
Runs the application to be launched.
run(String, URL, String, String[]) - Static method in class org.eclipse.core.boot.BootLoader
Launches the Platform to run a single application.
run(String, URL, String, String[], Runnable) - Static method in class org.eclipse.core.boot.BootLoader
Launches the Platform to run a single application.
RunAction - class org.eclipse.debug.ui.actions.RunAction.
Action to launch the last launch configuration that was succuessfully launched, in run mode.
RunAction() - Constructor for class org.eclipse.debug.ui.actions.RunAction
 
runDefaultAction(IStructuredSelection) - Method in class org.eclipse.ui.views.navigator.ResourceNavigatorActionGroup
Runs the default action in the group.
runDefaultAction(IStructuredSelection) - Method in class org.eclipse.ui.views.navigator.OpenActionGroup
Runs the default action (open file).
runDefaultAction(IStructuredSelection) - Method in class org.eclipse.ui.views.navigator.MainActionGroup
Runs the default action (open file) by delegating the open group.
runWithEvent(Event) - Method in interface org.eclipse.jface.action.IAction
Runs this action, passing the triggering SWT event.
runWithEvent(Event) - Method in class org.eclipse.jface.action.Action
The default implementation of this IAction method ignores the event argument, and simply calls run().
runWithEvent(Event) - Method in class org.eclipse.ui.actions.RetargetAction
Invoked when an action occurs.
runWithEvent(Event) - Method in class org.eclipse.ui.texteditor.TextNavigationAction
 
runWithEvent(IAction, Event) - Method in interface org.eclipse.ui.IActionDelegateWithEvent
Performs this action, passing the SWT event which triggered it.
runWithNewPath(IPath, IResource) - Method in class org.eclipse.ui.actions.RenameResourceAction
 
runWithNewPath(IPath, IResource) - Method in class org.eclipse.ui.views.navigator.ResourceNavigatorRenameAction
 

Eclipse Platform
2.0
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Copyright (c) IBM Corp. and others 2000, 2002. All Rights Reserved.