Eclipse eRCP
Release 1.1
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).
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).
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)).
REDO - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the redo action
REMOTE - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
feature which is not part of the mobile device unless connected via wire or wireless signal
REMOVED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that a feature is no longer available.
RESIZE - Static variable in class org.eclipse.swt.SWT
Style constant for resize box trim (value is 1<<4).
RESTORE_CODE_EXIT - Static variable in interface org.eclipse.ui.application.IWorkbenchConfigurer
Restore status code indicating that the saved state could not be restored, and that the application must exit immediately without modifying any previously saved workbench state.
RESTORE_CODE_RESET - Static variable in interface org.eclipse.ui.application.IWorkbenchConfigurer
Restore status code indicating that the saved state could not be restored, but that startup should continue with a reset state.
RESULT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's success/fail result (value "result").
RETRY - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a RETRY button; valid combinations are RETRY|CANCEL.
RETURN_EMERGENCY_CLOSE - Static variable in class org.eclipse.ui.PlatformUI
Return code (value 3) indicating that the workbench was terminated with a call to IWorkbenchConfigurer#emergencyClose.
RETURN_OK - Static variable in class org.eclipse.ui.PlatformUI
Return code (value 0) indicating that the workbench terminated normally.
RETURN_RESTART - Static variable in class org.eclipse.ui.PlatformUI
Return code (value 1) indicating that the workbench was terminated with a call to IWorkbench.restart.
RETURN_UNSTARTABLE - Static variable in class org.eclipse.ui.PlatformUI
Return code (value 2) indicating that the workbench failed to start.
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 - 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.
RIGHT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Constant to be used when referring to the right side of the workbench org.eclipse.jface.window.
RIGHT_TO_LEFT - Static variable in class org.eclipse.swt.SWT
Style constant for right to left orientation (value is 1<<26).
ROMAN - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for romanicized input behavior (value is 1<<5).
RULE_COMPATIBLE - Static variable in interface org.eclipse.update.core.IUpdateConstants
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.IUpdateConstants
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.IUpdateConstants
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.IUpdateConstants
No matching rule specified
RULE_PERFECT - Static variable in interface org.eclipse.update.core.IUpdateConstants
Dependency can be satisfied only with plug-in version matching exactly the specified version.
RULE_PREFIX - Static variable in interface org.eclipse.update.core.IUpdateConstants
Dependency can be satisfied only if the required identifier is a prefix of the specified identifier.
Rectangle - class org.eclipse.swt.graphics.Rectangle.
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Construct a new instance of this class given the x, y, width and height values.
RemoveSiteCommand - class org.eclipse.update.standalone.RemoveSiteCommand.
Command to remove a product extension site.
RemoveSiteCommand(String) - Constructor for class org.eclipse.update.standalone.RemoveSiteCommand
 
Resize - Static variable in class org.eclipse.swt.SWT
The resize event type (value is 11).
Resource - class org.eclipse.swt.graphics.Resource.
This class is the abstract superclass of all graphics resource objects.
Resource() - Constructor for class org.eclipse.swt.graphics.Resource
 
ResourceManager - class org.eclipse.jface.resource.ResourceManager.
This class manages SWT resources.
ResourceManager() - Constructor for class org.eclipse.jface.resource.ResourceManager
 
ResourceRegistry - class org.eclipse.jface.resource.ResourceRegistry.
Abstract base class for various JFace registries.
ResourceRegistry() - Constructor for class org.eclipse.jface.resource.ResourceRegistry
 
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
Constructs a new instance of RowData using default values.
RowData(int, int) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameters.
RowData(Point) - Constructor for class org.eclipse.swt.layout.RowData
Constructs a new instance of RowData according to the parameter.
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.
readAndDispatch() - Method in class org.eclipse.swt.widgets.Display
Reads an event from the operating system's event queue, dispatches it appropriately, and returns true if there is potentially more work to do, or false if the caller can sleep until another event is placed on the event queue.
readFontData(String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Reads the supplied string and returns its corresponding FontData.
readRegistry() - Method in interface org.eclipse.ui.commands.ICommandService
Reads the command information from the registry and the preferences.
readRegistry() - Method in interface org.eclipse.ui.handlers.IHandlerService
Reads the handler information from the registry.
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
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
the red shift for a direct palette
redraw() - Method in class org.eclipse.swt.widgets.Control
Causes the entire bounds of the receiver to be marked as needing to be redrawn.
redraw(int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Causes the rectangular area of the receiver specified by the arguments to be marked as needing to be redrawn.
refresh() - Method in class org.eclipse.jface.viewers.StructuredViewer
 
refresh(boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer with information freshly obtained from this viewer's model.
refresh(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting with the given element.
refresh(Object, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes this viewer starting with the given element.
refresh() - Method in class org.eclipse.jface.viewers.Viewer
Refreshes this viewer completely with information freshly obtained from this viewer's model.
refresh() - Method in class org.eclipse.swt.browser.Browser
Refresh the current page.
refreshItem(int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Notifies this ListBox that the data for the item at the given index has been updated and the item display needs to be refreshed.
refreshItem(Widget, Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
Refreshes the given TableItem with the given element.
refreshList() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Notifies this ListBox that multiple items may have been updated and the entire list display needs to be refreshed.
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
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.
remove(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.ercp.swt.mobile.ListView
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes the items from the receiver at the given zero-relative indices.
remove(String) - Method in class org.eclipse.ercp.swt.mobile.SortedList
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.jface.action.ContributionManager
 
remove(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
remove(String) - Method in interface org.eclipse.jface.action.IContributionManager
Removes and returns the contribution item with the given id from this manager.
remove(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Removes the given contribution item from the contribution items known to this manager.
remove(String) - Method in class org.eclipse.jface.action.SubContributionManager
 
remove(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
remove(String) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Removes the subnode of this preference node with the given node id.
remove(IPreferenceNode) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Removes the given preference node from the list of subnodes (immediate children) of this node.
remove(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Removes the given prefreence node if it is managed by this contribution manager.
remove(String) - Method in class org.eclipse.jface.preference.PreferenceNode
 
remove(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceNode
 
remove(String) - Method in class org.eclipse.jface.resource.ImageRegistry
Removes an image from this registry.
remove(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.AbstractListViewer
Removes the given elements from this list viewer.
remove(Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Removes the given element from this list viewer.
remove(Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes the given elements from this 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.TableViewer
Removes the given element from this table viewer.
remove(int) - Method in class org.eclipse.swt.widgets.Combo
Removes the item from the receiver's list at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.Combo
Removes the items from the receiver's list which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.widgets.Combo
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver at the given zero-relative indices.
remove(int) - Method in class org.eclipse.swt.widgets.List
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.List
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(String) - Method in class org.eclipse.swt.widgets.List
Searches the receiver's list starting at the first item until an item is found that is equal to the argument, and removes that item from the list.
remove(int[]) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver's list at the given zero-relative indices.
remove(int) - Method in class org.eclipse.swt.widgets.Table
Removes the item from the receiver at the given zero-relative index.
remove(int, int) - Method in class org.eclipse.swt.widgets.Table
Removes the items from the receiver which are between the given zero-relative start and end indices (inclusive).
remove(IFeature, IProgressMonitor) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Remove (uninstall) the specified feature from this site
remove(IFeature, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Removes (uninstalls) the specified feature from this site.
remove(IFeature, IProgressMonitor) - Method in class org.eclipse.update.core.Site
Remove (uninstall) the specified feature from this site.
removeAcceleratorText(String) - Static method in class org.eclipse.jface.action.Action
Convenience method for removing any optional accelerator text from the given string.
removeAll() - Method in class org.eclipse.ercp.swt.mobile.ListView
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.jface.action.ContributionManager
 
removeAll() - Method in interface org.eclipse.jface.action.IContributionManager
Removes all contribution items from this manager.
removeAll() - Method in class org.eclipse.jface.action.SubContributionManager
 
removeAll() - Method in class org.eclipse.jface.preference.PreferenceManager
Removes all contribution nodes known to this manager.
removeAll(Control) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Removes all items from the given control.
removeAll(Control) - Method in class org.eclipse.jface.viewers.TreeViewer
 
removeAll() - Method in class org.eclipse.swt.widgets.Combo
Removes all of the items from the receiver's list and clear the contents of receiver's text field.
removeAll() - Method in class org.eclipse.swt.widgets.List
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Table
Removes all of the items from the receiver.
removeAll() - Method in class org.eclipse.swt.widgets.Tree
Removes all of the items from the receiver.
removeArchiveReferenceModel(ArchiveReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes an archive reference model from site.
removeCategoryModel(CategoryModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a category model from site.
removeCategoryName(String) - Method in class org.eclipse.update.core.SiteFeatureReferenceModel
Removes the name of a categorys this feature belongs to.
removeCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
removeCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
removeCheckStateListener(ICheckStateListener) - Method in interface org.eclipse.jface.viewers.ICheckable
Removes the given check state listener from this viewer.
removeConfiguredSite(IConfiguredSite) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Removes the specified site from this configuration.
removeConfiguredSiteChangedListener(IConfiguredSiteChangedListener) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Removes a change listener from the configured site.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeDiscoverySiteEntryModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes an update site reference.
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.
removeDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given double-click listener from this viewer.
removeEventListener(ScreenListener) - Method in class org.eclipse.ercp.swt.mobile.Screen
Removes the listener from the collection of listeners that will be notified when screen events occur.
removeExecutionListener(IExecutionListener) - Method in interface org.eclipse.ui.commands.ICommandService
Removes an execution listener from the command service.
removeFeatureFromCache(URL) - Method in class org.eclipse.update.core.Site
 
removeFeatureReferenceModel(FeatureReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a feature reference model from site.
removeFilter(ViewerFilter) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given filter from this viewer, and triggers refiltering and resorting of the elements if required.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs anywhere in this display.
removeFilter(IUpdateSearchFilter) - Method in class org.eclipse.update.search.UpdateSearchRequest
Removes the filter from this request.
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.
removeFromPreservedConfigurations(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSite
Removes the specified configuration from the list of previously saved configurations.
removeHandlerSubmission(HandlerSubmission) - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated. Removes a single handler submission from consideration by the workbench.
removeHandlerSubmissions(Collection) - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated. Removes a single handler submission from consideration by the workbench.
removeImportModel(ImportModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a plug-in dependency entry.
removeInfoListener(ILocalSystemInfoListener) - Static method in class org.eclipse.update.configuration.LocalSystemInfo
Remove local system change listener
removeInstallConfigurationChangedListener(IInstallConfigurationChangedListener) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Removes a configuration change listener.
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.
removeListener(int, Listener) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
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.ResourceRegistry
Removes the given listener from this registry.
removeListener(ICellEditorListener) - Method in class org.eclipse.jface.viewers.CellEditor
Removes the given listener from this cell editor.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this IBaseLabelProvider method removes the listener from both the nested label provider and the label decorator.
removeListener(ILabelProviderListener) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Removes a listener to this label provider.
removeListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.LabelProvider
 
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notified when an event of the given type occurs.
removeListener(int, SWTEventListener) - Method in class org.eclipse.swt.widgets.Widget
Removes the listener from the collection of listeners who will be notifed when an event of the given type occurs.
removeLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Removes the specified key from the local file map.
removeLocalSiteChangedListener(ILocalSiteChangedListener) - Method in interface org.eclipse.update.configuration.ILocalSite
Removes a site listener
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the current location is changed or about to be changed.
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.
removeMirror(URLEntryModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a mirror from site.
removeMnemonics(String) - Static method in class org.eclipse.jface.action.Action
Convenience method for removing any mnemonics from the given string.
removeMobileDeviceListener(MobileDeviceListener) - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Removes the listener from the collection of listeners who will be notified when a device configuration change occurs.
removeModifyListener(ModifyListener) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
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.ercp.swt.mobile.DateEditor
Removes the listener from the collection of listeners that 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.
removeModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the receiver's text is modified.
removeMouseListener(MouseListener) - Method in class org.eclipse.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.
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.jface.viewers.StructuredViewer
Removes the given open listener from this viewer.
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.
removePart(IPresentablePart) - Method in class org.eclipse.ui.presentations.StackPresentation
Removes the given part from the stack.
removePartListener(IPartListener) - Method in interface org.eclipse.ui.IPartService
Removes the given part listener.
removePartListener(IPartListener2) - Method in interface org.eclipse.ui.IPartService
Removes the given part listener.
removePendingOperation(IOperation) - Static method in class org.eclipse.update.operations.OperationsManager
Unregister a pending operation.
removePerspectiveListener(IPerspectiveListener) - Method in interface org.eclipse.ui.IPageService
Removes the given page's perspective listener.
removePluginEntryModel(PluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a plug-in reference.
removePostSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.IPostSelectionProvider
Removes the given listener for post selection changes from this selection provider.
removePostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
removePostSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Removes an SelectionListener to the collection of selectionEventListeners
removePostSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given post selection listener.
removePostSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific post selection listener.
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.action.Action
 
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.action.IAction
Removes the given listener from this action.
removePropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Removes the given listener from this preference store.
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.preference.PreferenceStore
 
removePropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.viewers.CellEditor
Removes the given property change listener from this cell editor.
removePropertyChangeListener(IPropertyChangeListener) - Method in 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.preferences.ScopedPreferenceStore
 
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPart
Removes the given property listener from this workbench part.
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
removePropertyListener(IPropertyListener) - Method in class org.eclipse.ui.part.WorkbenchPart
 
removePropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.presentations.IPresentablePart
Remove a listener that was previously added using addPropertyListener.
removeSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.ISelectionProvider
Removes the given selection change listener from this selection provider.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.Viewer
Removes the given help listener from this viewer.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.Command
Removes the listener from the collection of listeners who will be notified when the command is activated.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Removes the listener from the collection of listeners who will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Removes the listener from the collection of listeners that will be notified when the control is selected.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Removes the listener from the collection of listeners who are notified when the receiver's selection changes.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ListView
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.ercp.swt.mobile.MultiPageDialog
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.ercp.swt.mobile.SortedList
Removes the listener from the collection of listeners who are notified when the receiver's selection changes.
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.widgets.Button
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Link
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's value.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TrayItem
Removes the listener from the collection of listeners who will be notified when the receiver is selected by the user.
removeSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Removes the listener from the collection of listeners who will be notified when the user changes the receiver's selection.
removeSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given selection listener.
removeSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific selection listener.
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.
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the status text is changed.
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener from the collection of listeners who will be notified when the title of the current document is available or has changed.
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.widgets.Tree
Removes the listener from the collection of listeners who will be notified when items in the receiver are expanded or collapsed.
removeUpdateModelChangedListener(IUpdateModelChangedListener) - Static method in class org.eclipse.update.operations.OperationsManager
Removes an model changed listener.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Removes the listener from the collection of listeners who will be notified when the control is verified.
removeVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Removes the listener from the collection of listeners who will be notified when the control is verified.
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 org.eclipse.jface.window listener.
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(Object, int) - Method in class org.eclipse.jface.viewers.TableViewer
Replace the entries starting at index with elements.
replaceItem(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Replaces the item of the given identifier with another contribution item.
reportProblem(String) - Method in interface org.eclipse.update.configuration.IProblemHandler
Report problem.
resetFilters() - Method in class org.eclipse.jface.viewers.StructuredViewer
Discards this viewer's filters and triggers refiltering and resorting of the elements.
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.
resizable - Variable in class org.eclipse.jface.viewers.ColumnLayoutData
Indicates whether the column is resizable.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.ArchiveReferenceModel
Resolve the model object.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.CategoryModel
Resolve the model object.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.FeatureModel
Resolve the model object.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Resolve the model object.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.InstallHandlerEntryModel
Resolve the model object.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.ModelObject
Resolve the model element.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.SiteModel
Resolve the model object.
resolve(URL, URL) - Method in class org.eclipse.update.core.model.URLEntryModel
Resolve the model object.
resolveListReference(ModelObject[], URL, URL) - Method in class org.eclipse.update.core.model.ModelObject
Delegate resolution to list of referenced models
resolveNLString(URL, 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, URL) - Method in class org.eclipse.update.core.model.ModelObject
Delegate resolution to referenced model
resolveURL(URL, URL, String) - Method in class org.eclipse.update.core.model.ModelObject
Resolve a URL based on context
restart() - Method in interface org.eclipse.ui.IWorkbench
Closes then restarts this workbench.
restoreState() - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Restores the workbench state saved from the previous session, if any.
restoreState(IMemento) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Restores arbitrary application specific state information.
restoreState() - Method in class org.eclipse.update.core.InstallMonitor
Restore the monitor state.
reveal(Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
reveal(Object) - Method in class org.eclipse.jface.viewers.ComboViewer
 
reveal(Object) - Method in class org.eclipse.jface.viewers.ListViewer
 
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.TableViewer
 
revertPerspective(IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Reverts a perspective back to its original definition as specified in the plug-in manifest.
revertTo(IInstallConfiguration, IProgressMonitor, IProblemHandler) - Method in interface org.eclipse.update.configuration.ILocalSite
Reverts the local site to use the specified configuration.
right - Variable in class org.eclipse.swt.layout.FormData
right specifies the attachment of the right side of the control.
run() - Method in class org.eclipse.jface.action.Action
The default implementation of this IAction method does nothing.
run() - Method in interface org.eclipse.jface.action.IAction
Runs this action.
run(boolean, boolean, IRunnableWithProgress) - Method in interface org.eclipse.jface.operation.IRunnableContext
Runs the given IRunnableWithProgress in this context.
run(IProgressMonitor) - Method in interface org.eclipse.jface.operation.IRunnableWithProgress
Runs this 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) - Method in interface org.eclipse.jface.util.ISafeRunnableRunner
Runs the runnable.
run(ISafeRunnable) - Static method in class org.eclipse.jface.util.SafeRunnable
Runs the given safe runnable using the safe runnable runner.
run(ISite, String[], IUpdateSearchFilter, IUpdateSearchResultCollector, IProgressMonitor) - Method in interface org.eclipse.update.search.IUpdateSearchQuery
Executes the query.
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.AddSiteCommand
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.DisableCommand
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.EnableCommand
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.InstallCommand
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.ListFeaturesCommand
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.RemoveSiteCommand
 
run() - Method in class org.eclipse.update.standalone.ScriptedCommand
Convenience method that executes the command with a null progress monitor.
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.ScriptedCommand
Executes the command.
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.SearchCommand
 
run(Object) - Method in class org.eclipse.update.standalone.StandaloneUpdateApplication
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.UninstallCommand
 
run(IProgressMonitor) - Method in class org.eclipse.update.standalone.UpdateCommand
 
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 interface org.eclipse.jface.action.IAction
Runs this action, passing the triggering SWT event.

Eclipse eRCP
Release 1.1
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