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(InputStream, Hashtable) - Method in class org.eclipse.ercp.xml.io.PropertyFileReader
 
read() - Method in class org.eclipse.ercp.xml.io.SimpleBufferedInputStream
Reads a single byte from this InputStream and returns the result as an int.
read(byte[], int, int) - Method in class org.eclipse.ercp.xml.io.SimpleBufferedInputStream
Reads at most length bytes from this InputStream and stores them in byte array buffer starting at offset offset.
read() - Method in class org.eclipse.ercp.xml.io.StreamDecoder_ASCII
 
read(char[], int, int) - Method in class org.eclipse.ercp.xml.io.StreamDecoder_ASCII
 
read() - Method in class org.eclipse.ercp.xml.io.StreamDecoder_ISO8859_1
 
read(char[], int, int) - Method in class org.eclipse.ercp.xml.io.StreamDecoder_ISO8859_1
 
read(char[], int, int) - Method in class org.eclipse.ercp.xml.io.StreamDecoder_UTF16BE
 
read(char[], int, int) - Method in class org.eclipse.ercp.xml.io.StreamDecoder_UTF16LE
 
read() - Method in class org.eclipse.ercp.xml.io.StreamDecoder_UTF8
 
read(char[], int, int) - Method in class org.eclipse.ercp.xml.io.StreamDecoder_UTF8
 
read() - Method in class org.eclipse.ercp.xml.io.XmlInputStreamReader
Reads a single character from this reader and returns the result as an int.
read(char[], int, int) - Method in class org.eclipse.ercp.xml.io.XmlInputStreamReader
Reads at most count characters from this Reader and stores them at offset in the character array buf.
READ_ONLY - Static variable in class org.eclipse.swt.SWT
Style constant for read-only behavior (value is 1<<3).
READ_ONLY_AREA_SUFFIX - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
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.
readApplications(IExtensionRegistry) - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistryReader
 
readElement(IConfigurationElement) - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistryReader
readElement method comment.
readFontData(String) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Reads the supplied string and returns its corresponding FontData.
readLogProperties() - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
Reads the PROP_LOG_SIZE_MAX and PROP_LOG_FILE_MAX properties.
readPreferences(InputStream) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Read from the given input stream and create a node hierarchy representing the preferences and their values.
readPropertyFile(String) - Method in class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
Reads a property file and returns the corresponding Hashtable.
readPropertyFile(String, Hashtable) - Method in class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
 
readPropertyFile(Class, String) - Method in class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
Reads a property file and returns the corresponding Hashtable.
readPropertyFile(Class, String, Hashtable) - Method in class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
 
readPropertyFile(InputStream, Hashtable) - Method in class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
Reads a property file from an InputStream, Stores the couples key-values in the provide Hashtable and returns the resulting Hashtable.
readPropertyFile(Class, String, Hashtable) - Method in class org.eclipse.ercp.xml.io.IOSpecificCall
Reads a property file and returns a corresponding Hashtable.
readPropertyFile(String, Hashtable) - Method in class org.eclipse.ercp.xml.io.IOSpecificCall
Reads a property file and returns a corresponding Hashtable.
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.
readState(InputStream) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Deprecated. use StateObjectFactory.readState(File) instead
readState(DataInputStream) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Deprecated. use StateObjectFactory.readState(File) instead
readState(File) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Reads a persisted state from the given directory.
readStrings(Class, String) - Method in class org.eclipse.ercp.xml.parser.EXmlMsg
 
readStrings(Class, String, String, String, String) - Method in class org.eclipse.ercp.xml.parser.EXmlMsg
 
realHandler - Variable in class org.osgi.service.url.AbstractURLStreamHandlerService
The URLStreamHandlerSetter object passed to the parseURL method.
RecommendToRestart - Static variable in class org.eclipse.ercp.update.UIMessages
 
RecommendToRestartForMigration - Static variable in class org.eclipse.ercp.update.UIMessages
 
recordClassDefine(String, Class, byte[], ClasspathEntry, BundleEntry, ClasspathManager) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingStatsHook
Gets called by a classpath manager after a successfully defining a class.
Rectangle - Class in org.eclipse.swt.graphics
Instances of this class represent rectangular areas in an (x, y) coordinate system.
Rectangle(int, int, int, int) - Constructor for class org.eclipse.swt.graphics.Rectangle
Construct a new instance of this class given the x, y, width and height values.
RECTANGLE_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for rectangle preferences (the empty rectangle (0,0,0,0)).
red - Variable in class org.eclipse.swt.graphics.RGB
the red component of the RGB
redMask - Variable in class org.eclipse.swt.graphics.PaletteData
the red mask for a direct palette
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
redo(IUndoContext, IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
REDO - Static variable in interface org.eclipse.core.commands.operations.IOperationHistory
An operation is to be opened for redo.
redo(IUndoContext, IProgressMonitor, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Redo the most recently undone operation in the given context.
redo(IProgressMonitor, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Redo the operation.
redo(IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
REDO - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the redo action
REDONE - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
REDONE indicates that an operation was redone.
redoOperation(IUndoableOperation, IProgressMonitor, IAdaptable) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
redoOperation(IUndoableOperation, IProgressMonitor, IAdaptable) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Redo the specified operation.
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.
redShift - Variable in class org.eclipse.swt.graphics.PaletteData
the red shift for a direct palette
REF2_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
REF2NAME_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
REF_SOFT - Static variable in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Constant for soft reference holding.
REF_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
REF_STRONG - Static variable in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Constant for strong (normal) reference holding.
REF_WEAK - Static variable in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Constant for weak reference holding.
REFERENCE - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the reference expression (value: reference)
REFNAME_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
refresh() - Method in class org.eclipse.ercp.update.views.AbsScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.AddBookmarkScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.AddLocalScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.AddRemoteScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.BookmarksScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.EditBookmarkScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.InstallingScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.LicenseScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.ManageScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.PropertiesScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.RootScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.SelectFeaturesScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.UninstallScreen
 
refresh() - Method in class org.eclipse.ercp.update.views.UpdatingScreen
 
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.
refresh() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Called to refresh the configuration information.
REFRESH_IT - Variable in class org.eclipse.ercp.update.views.NormalView
 
refreshInstalledFeatures() - Method in class org.eclipse.ercp.update.views.NormalView
refresh the Vector installedFeatures
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.
refreshPackages(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Forces the update (replacement) or removal of packages exported by the specified bundles.
refreshPluginActions() - Method in class org.eclipse.ercp.eworkbench.eWorkbenchPlugin
 
REGISTER - Static variable in class org.osgi.framework.ServicePermission
The action string register (Value is "register").
registerAdapters(IAdapterFactory, Class) - Method in interface org.eclipse.core.runtime.IAdapterManager
Registers the given adapter factory as extending objects of the given type.
registerBundleGroupProvider(IBundleGroupProvider) - Static method in class org.eclipse.core.runtime.Platform
Registers the given bundle group provider with the platform.
REGISTERED - Static variable in class org.osgi.framework.ServiceEvent
This service has been registered.
registerHandler(IExtensionChangeHandler, IFilter) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
registerHandler(IExtensionChangeHandler, IFilter) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Register an extension change handler with this tracker using the given filter.
registerObject(IExtension, Object, int) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
registerObject(IExtension, Object, int) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Create an association between the given extension and the given object.
registerService(String[], Object, Dictionary) - Method in interface org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class names into the Framework.
registerService(String, Object, Dictionary) - Method in interface org.osgi.framework.BundleContext
Registers the specified service object with the specified properties under the specified class name with the Framework.
registerType(String) - Static method in class org.eclipse.swt.dnd.Transfer
Registers a name for a data type and returns the associated unique identifier.
registryChanged(IRegistryChangeEvent) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
Implementation of IRegistryChangeListener interface.
registryChanged(IRegistryChangeEvent) - Method in interface org.eclipse.core.runtime.IRegistryChangeListener
Notifies this listener that some registry changes are happening, or have already happened.
RegistryContributor - Class in org.eclipse.core.runtime.spi
This class describes a registry contributor which is an entity that supplies information to the extension registry.
RegistryContributor(String, String, String, String) - Constructor for class org.eclipse.core.runtime.spi.RegistryContributor
Constructor for the registry contributor.
RegistryFactory - Class in org.eclipse.core.runtime
Use this class to create or obtain an extension registry.
RegistryFactory() - Constructor for class org.eclipse.core.runtime.RegistryFactory
 
RegistryStrategy - Class in org.eclipse.core.runtime.spi
This is the basic registry strategy.
RegistryStrategy(File[], boolean[]) - Constructor for class org.eclipse.core.runtime.spi.RegistryStrategy
Constructor for this default registry strategy.
rehashTo(int) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
The element at the given index has been removed so move elements to keep the set properly hashed.
release() - Method in interface org.eclipse.core.runtime.jobs.ILock
Releases this lock.
release() - Method in interface org.eclipse.osgi.service.datalocation.Location
Releases the lock on this location.
release() - Method in class org.eclipse.swt.graphics.Device
Releases any internal resources back to the operating system and clears all fields except the device handle.
releaseFeature() - Method in class org.eclipse.update.util.FeatureWrap
 
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
Remote - Static variable in class org.eclipse.ercp.update.UIMessages
 
RemoteHelp - Static variable in class org.eclipse.ercp.update.UIMessages
 
REMOVAL_COMPLETE - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Delta type constant (bit mask) indicating that the this bundle has completed a pending removal.
REMOVAL_PENDING - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Delta type constant (bit mask) indicating that the this bundle is pending a removal.
remove(IUndoableOperation) - Method in interface org.eclipse.core.commands.operations.ICompositeOperation
Remove the specified operation from this operation.
remove(IUndoableOperation) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
remove(Object) - Method in class org.eclipse.core.runtime.ListenerList
Removes a listener from this list.
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 - Static variable in class org.eclipse.ercp.update.UIMessages
 
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(BundleFile) - Method in class org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList
Removes a bundle file which is about to be closed
remove(Object) - Method in class org.eclipse.osgi.framework.util.Headers
Always throws UnsupportedOperationException.
remove(KeyedElement) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Removes the element which compares to the specified element
remove(String) - Method in class org.eclipse.osgi.storagemanager.StorageManager
Removes the given managed file from management by this storage manager.
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.
remove() - Method in interface org.osgi.service.application.ScheduledApplication
Cancels this schedule of the application.
remove(String) - Method in interface org.osgi.service.prefs.Preferences
Removes the value associated with the specified key in this node, if any.
remove(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Remove a service from this ServiceTracker object.
removeAcceleratorText(String) - Static method in class org.eclipse.jface.action.Action
Convenience method for removing any optional accelerator text from the given string.
removeActiveContext(String) - Method in class org.eclipse.core.commands.contexts.ContextManager
Deactivates a context in this context manager.
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(KeyedElement[]) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Removes all of the specified elements from this set
removeAll() - Method in class org.eclipse.swt.widgets.Combo
Removes all of the items from the receiver's list.
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.
removeAllListeners() - Method in class org.eclipse.osgi.framework.eventmgr.EventListeners
Remove all listeners from the list.
removeArchiveReferenceModel(ArchiveReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes an archive reference model from site.
removeAttribute(String) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Removes an attribute by name.
removeAttribute(String) - Method in interface org.w3c.dom.Element
Removes an attribute by name.
removeAttribute(int) - Method in class org.xml.sax.ext.Attributes2Impl
 
removeAttribute(String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Remove an attribute from the list.
removeAttribute(int) - Method in class org.xml.sax.helpers.AttributesImpl
Remove an attribute from the list.
removeAttributeNode(Attr) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Removes the specified attribute node.
removeAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Removes the specified attribute node.
removeAttributeNS(String, String) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Removes an attribute by local name and namespace URI.
removeAttributeNS(String, String) - Method in interface org.w3c.dom.Element
Removes an attribute by local name and namespace URI.
RemoveBookmark - Static variable in class org.eclipse.ercp.update.UIMessages
 
RemoveBookmarkQuery - Static variable in class org.eclipse.ercp.update.UIMessages
 
removeBundle(long) - Method in interface org.eclipse.osgi.service.resolver.State
Removes a bundle description with the given bundle id.
removeBundle(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Removes the given bundle description.
removeBundleComplete(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Sets the given removal pending bundle to removal complete for this state.
removeBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified BundleListener object from the context bundle's list of listeners.
removeByKey(Object) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Removes the element with the specified key
removeCategoryListener(ICategoryListener) - Method in class org.eclipse.core.commands.Category
Removes a listener from this category.
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.
removeChild(Node) - Method in class org.eclipse.ercp.xml.dom.NodeImpl
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in class org.eclipse.ercp.xml.dom.TreeNode
Removes the child node indicated by oldChild from the list of children, and returns it.
removeChild(Node) - Method in interface org.w3c.dom.Node
Removes the child node indicated by oldChild from the list of children, and returns it.
removeCommandListener(ICommandListener) - Method in class org.eclipse.core.commands.Command
Removes a listener from this command.
removeCommandManagerListener(ICommandManagerListener) - Method in class org.eclipse.core.commands.CommandManager
Removes a listener from this command manager.
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.
removeContentTypeChangeListener(IContentTypeManager.IContentTypeChangeListener) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager
De-register the given listener from receiving notification of content type changes.
removeContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
removeContext(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Remove the specified context from the operation.
removeContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
Remove the specified context from the receiver.
removeContextListener(IContextListener) - Method in class org.eclipse.core.commands.contexts.Context
Unregisters an instance of IContextListener listening for changes to properties of this instance.
removeContextManagerListener(IContextManagerListener) - Method in class org.eclipse.core.commands.contexts.ContextManager
Removes a listener from this context manager.
removeContributor(IContributor, Object) - Method in interface org.eclipse.core.runtime.spi.IDynamicExtensionRegistry
Removes all extensions and extension points provided by the contributor.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
removeControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Removes the listener from the collection of listeners who will be notified when the control is moved or resized.
REMOVED - Static variable in interface org.eclipse.core.runtime.IExtensionDelta
Delta kind constant indicating that an extension has been removed from an extension point.
removed(IExtension[]) - Method in interface org.eclipse.core.runtime.IRegistryEventListener
Notifies this listener that extensions were removed from the registry.
removed(IExtensionPoint[]) - Method in interface org.eclipse.core.runtime.IRegistryEventListener
Notifies this listener that extension points were removed from the registry.
removed(IEclipsePreferences.NodeChangeEvent) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences.INodeChangeListener
Notification that a child node was removed from the preference hierarchy.
REMOVED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that a feature is no longer available.
REMOVED - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Delta type constant (bit mask) indicating that the bundle is no longer present in the new state.
removeDisabledInfo(DisabledInfo) - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Removes the disabled info from the state managed by this platform admin.
removeDisabledInfo(DisabledInfo) - Method in interface org.eclipse.osgi.service.resolver.State
Removes the disabled info from the state.
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.
removedService(ServiceReference, Object) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.removedService method.
removedService(ServiceReference, Object) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service tracked by the ServiceTracker object has been removed.
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 class org.eclipse.core.commands.Command
Removes a listener from this command.
removeExecutionListener(IExecutionListener) - Method in class org.eclipse.core.commands.CommandManager
Removes an execution listener from this command manager.
removeExecutionListener(IExecutionListener) - Method in interface org.eclipse.ui.commands.ICommandService
Removes an execution listener from the command service.
removeExtension(IExtension, Object[]) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionChangeHandler
This method is called after the removal of an extension.
removeExtension(IExtension, Object) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the given extension from this registry.
removeExtension(IExtension, Object[]) - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistry
 
removeExtensionPoint(IExtensionPoint, Object) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the specified extension point from this registry.
removeFeatureFromCache(URL) - Method in class org.eclipse.update.core.Site
 
removeFeatureReferenceModel(FeatureReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Removes a feature reference model from site.
removeFileExtension() - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the file extension removed.
removeFileExtension() - Method in class org.eclipse.core.runtime.Path
 
removeFileSpec(String, int) - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Removes a user-defined file specification from the corresponding content type.
removeFilter(ViewerFilter) - Method in class org.eclipse.jface.viewers.StructuredViewer
Removes the given filter from this viewer, and triggers refiltering and resorting of the elements if required.
removeFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Removes the listener from the collection of listeners who will be 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.
removeFirstSegments(int) - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path with the given number of segments removed from the beginning.
removeFirstSegments(int) - Method in class org.eclipse.core.runtime.Path
 
removeFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Removes the listener from the collection of listeners who will be notified when the control gains or loses focus.
removeFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified FrameworkListener object from the context bundle's list of listeners.
removeFromPreservedConfigurations(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSite
Removes the specified configuration from the list of previously saved configurations.
removeHandlerListener(IHandlerListener) - Method in class org.eclipse.core.commands.AbstractHandler
 
removeHandlerListener(IHandlerListener) - Method in interface org.eclipse.core.commands.IHandler
Unregisters an instance of IHandlerListener listening for changes to properties of this instance.
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.
removeJobChangeListener(IJobChangeListener) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Removes a job listener from the job manager.
removeJobChangeListener(IJobChangeListener) - Method in class org.eclipse.core.runtime.jobs.Job
Removes a job listener from this job.
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 interface org.eclipse.core.runtime.IPath
Returns a copy of this path with the given number of segments removed from the end.
removeLastSegments(int) - Method in class org.eclipse.core.runtime.Path
 
removeListener(IParameterTypeListener) - Method in class org.eclipse.core.commands.ParameterType
Unregisters listener for changes to properties of this parameter type.
removeListener(IStateListener) - Method in class org.eclipse.core.commands.State
Removes a listener to changes from this state.
removeListener(IRegistryEventListener) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the given registry change listener from this registry.
removeListener(PerformanceStats.PerformanceListener) - Static method in class org.eclipse.core.runtime.PerformanceStats
Removes an event listener.
removeListener(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(Object) - Method in class org.eclipse.osgi.framework.eventmgr.EventListeners
Remove a listener from the list.
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, 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, 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.
removeListenerObject(Object) - Method in class org.eclipse.core.commands.common.EventManager
Removes a listener from this manager.
removeLocalFile(String) - Static method in class org.eclipse.update.core.Utilities
Removes the specified key from the local file map.
removeLocalSiteChangedListener(ILocalSiteChangedListener) - Method in interface org.eclipse.update.configuration.ILocalSite
Removes a site listener
removeLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeLogListener(ILogListener) - Method in interface org.eclipse.core.runtime.ILog
Removes the given log listener to this log.
removeLogListener(ILogListener) - Static method in class org.eclipse.core.runtime.Platform
Removes the indicated (identical) log listener from the notification list of the platform.
removeMatch(IUndoContext) - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
Remove the specified context as a match of this context.
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.
removeNamedItem(String) - Method in class org.eclipse.ercp.xml.dom.AttributeMap
Removes a node specified by name.
removeNamedItem(String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by name.
removeNamedItemNS(String, String) - Method in class org.eclipse.ercp.xml.dom.AttributeMap
Removes a node specified by local name and namespace URI.
removeNamedItemNS(String, String) - Method in interface org.w3c.dom.NamedNodeMap
Removes a node specified by local name and namespace URI.
removeNode() - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
Remove this node from the preference hierarchy.
removeNode() - Method in interface org.osgi.service.prefs.Preferences
Removes this node and all of its descendants, invalidating any properties contained in the removed nodes.
removeNodeChangeListener(IEclipsePreferences.INodeChangeListener) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
De-register the given listener from receiving event change notifications for this node.
removeNonPluginEntryModel(NonPluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Removes a non-plug-in data reference.
removeOpenListener(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.
removeOperationApprover(IOperationApprover) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
removeOperationApprover(IOperationApprover) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Remove the specified operation approver from the list of operation approvers that are consulted before an operation is undone or redone.
removeOperationHistoryListener(IOperationHistoryListener) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
removeOperationHistoryListener(IOperationHistoryListener) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Remove the specified listener from the list of operation history listeners.
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.
removePreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
De-register the given listener from receiving notification of preference changes to this node.
removeProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removePropertyChangeListener(Preferences.IPropertyChangeListener) - Method in class org.eclipse.core.runtime.Preferences
Removes the given listener from this preference object.
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.
removeRegistryChangeListener(IRegistryChangeListener) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Removes the given registry change listener from this registry.
removeResolverErrors(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Removes all ResolverErrors for the specified bundle.
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.
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.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.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.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.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.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.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.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.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 receiver's selection changes.
removeSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given selection listener.
removeSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Removes the given part-specific selection listener.
removeServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Removes the specified ServiceListener object from the context bundle's list of listeners.
removeShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Removes the listener from the collection of listeners who will be notified when operations are performed on the receiver.
RemoveSiteCommand - Class in org.eclipse.update.standalone
Command to remove a product extension site.
RemoveSiteCommand(String) - Constructor for class org.eclipse.update.standalone.RemoveSiteCommand
 
removeState(String) - Method in class org.eclipse.core.commands.AbstractHandlerWithState
Removes a state from this handler.
removeState(String) - Method in class org.eclipse.core.commands.Command
Removes a state from this command.
removeState(String) - Method in interface org.eclipse.core.commands.IObjectWithState
Removes state from this object.
removeStats(String, Object) - Static method in class org.eclipse.core.runtime.PerformanceStats
Removes statistics for a given event and blame
removeStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Removes the listener.
removeTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns a path with the same segments as this path but with a trailing separator removed.
removeTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
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..
removeTrustAnchor(Certificate) - Method in class org.eclipse.osgi.service.security.TrustEngine
Remove a trust anchor point from the engine, based on the certificate itself.
removeTrustAnchor(String) - Method in class org.eclipse.osgi.service.security.TrustEngine
Remove a trust anchor point from the engine, based on the human readable "friendly name"
removeUpdateModelChangedListener(IUpdateModelChangedListener) - Static method in class org.eclipse.update.operations.OperationsManager
Removes an model changed listener.
removeVariable(String) - Method in class org.eclipse.core.expressions.EvaluationContext
Removes the variable managed under the given name from this evaluation context.
removeVariable(String) - Method in interface org.eclipse.core.expressions.IEvaluationContext
Removes the variable managed under the given name from this evaluation context.
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.
REMOVING_NODE - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
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.
replaceChild(Node, Node) - Method in class org.eclipse.ercp.xml.dom.NodeImpl
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in class org.eclipse.ercp.xml.dom.TreeNode
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceChild(Node, Node) - Method in interface org.w3c.dom.Node
Replaces the child node oldChild with newChild in the list of children, and returns the oldChild node.
replaceContext(IUndoContext, IUndoContext) - Method in interface org.eclipse.core.commands.operations.IContextReplacingOperation
Replace the undo context of the receiver with the provided replacement undo context.
replaceContext(IUndoContext, IUndoContext) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
Replace the undo context of the receiver with the provided replacement undo context.
replaceData(int, int, String) - Method in class org.eclipse.ercp.xml.dom.CharacterDataImpl
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceData(int, int, String) - Method in interface org.w3c.dom.CharacterData
Replace the characters starting at the specified 16-bit unit offset with the specified string.
replaceItem(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
Replaces the item of the given identifier with another contribution item.
replaceOperation(IUndoableOperation, IUndoableOperation[]) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
replaceOperation(IUndoableOperation, IUndoableOperation[]) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Replace the specified operation in the undo or redo history with the provided list of replacements.
REPLACING_NODE - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
reportProblem(String) - Method in interface org.eclipse.update.configuration.IProblemHandler
Report problem.
REQUIRE - Static variable in class org.osgi.framework.BundlePermission
The action string require.
REQUIRE_BUNDLE - Static variable in interface org.osgi.framework.Constants
Manifest header (named "Require-Bundle") identifying the symbolic names of other bundles required by the bundle.
REQUIRE_BUNDLE_PERMISSION - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a Require-Bundle could not be resolved because the requiring bundle does not have the correct permissions to require the bundle.
REQUIRE_BUNDLE_USES_CONFLICT - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that a Require-Bundle could not be resolved because of a uses directive conflict.
RequiredBundle - Interface in org.osgi.service.packageadmin
A required bundle.
RequiredBy - Static variable in class org.eclipse.ercp.update.UIMessages
 
RequiredSpace - Static variable in class org.eclipse.ercp.update.UIMessages
 
reset() - Method in class org.eclipse.core.runtime.PerformanceStats
Resets count and running time for this particular stats event.
reset() - Method in class org.xml.sax.helpers.NamespaceSupport
Reset this Namespace support object for reuse.
resetFilters() - Method in class org.eclipse.jface.viewers.StructuredViewer
Discards this viewer's filters and triggers refiltering and resorting of the elements.
resetParser() - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
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.
Resize - Static variable in class org.eclipse.swt.SWT
The resize event type (value is 11).
RESIZE - Static variable in class org.eclipse.swt.SWT
Style constant for resize box trim (value is 1<<4).
RESOLUTION_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "resolution") identifying the resolution type in the Import-Package or Require-Bundle manifest header.
RESOLUTION_DYNAMIC - Static variable in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
The dynamic resolution directive value.
RESOLUTION_MANDATORY - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "mandatory") identifying a mandatory resolution type.
RESOLUTION_MULTIPLE - Static variable in interface org.eclipse.osgi.service.resolver.GenericSpecification
The multiple resolution type
RESOLUTION_OPTIONAL - Static variable in interface org.eclipse.osgi.service.resolver.GenericSpecification
The optional resolution type
RESOLUTION_OPTIONAL - Static variable in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
The optional resolution directive value.
RESOLUTION_OPTIONAL - Static variable in interface org.osgi.framework.Constants
Manifest header directive value (named "optional") identifying an optional resolution type.
RESOLUTION_STATIC - Static variable in interface org.eclipse.osgi.service.resolver.ImportPackageSpecification
The static resolution directive value.
RESOLVE - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the resolve expression (value: resolve)
resolve(String, Object[]) - Method in interface org.eclipse.core.expressions.IVariableResolver
Resolves a variable for the given name and arguments.
resolve(IContributor) - Static method in class org.eclipse.core.runtime.ContributorFactoryOSGi
Returns the OSGi bundle used to define this contributor.
resolve(URL) - Static method in class org.eclipse.core.runtime.FileLocator
Converts a URL that uses a client-defined protocol into a URL that uses a protocol which is native to the Java class library (file, jar, http, etc).
resolve(URL) - Static method in class org.eclipse.core.runtime.Platform
Deprecated. use FileLocator.resolve(URL) instead
resolve(BundleDescription[], Dictionary[]) - Method in interface org.eclipse.osgi.service.resolver.Resolver
Resolves the state associated with this resolver and returns an array of bundle deltas describing the changes..
resolve(boolean) - Method in interface org.eclipse.osgi.service.resolver.State
Resolves the constraints contained in this state using the resolver currently associated with the state and returns a delta describing the changes in resolved states and dependencies in the state.
resolve() - Method in interface org.eclipse.osgi.service.resolver.State
Same as State.resolve(true);
resolve(BundleDescription[]) - Method in interface org.eclipse.osgi.service.resolver.State
Resolves the constraints contained in this state using the resolver currently associated with the state in a incremental, "least-perturbing" mode, and returns a delta describing the changes in resolved states and dependencies in the state.
resolve(URL) - Method in interface org.eclipse.osgi.service.urlconversion.URLConverter
Converts a URL that uses a client-defined protocol into a URL that uses a protocol which is native to the Java class library (file, jar, http, etc).
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.
RESOLVE - Static variable in class org.osgi.framework.AdminPermission
The action string resolve (Value is "resolve").
resolveBundle(BundleDescription, boolean, BundleDescription[], ExportPackageDescription[], BundleDescription[], ExportPackageDescription[]) - Method in interface org.eclipse.osgi.service.resolver.State
Deprecated. use State.resolveBundle(BundleDescription, boolean, BundleDescription[], ExportPackageDescription[], ExportPackageDescription[], BundleDescription[], ExportPackageDescription[])
resolveBundle(BundleDescription, boolean, BundleDescription[], ExportPackageDescription[], ExportPackageDescription[], BundleDescription[], ExportPackageDescription[]) - Method in interface org.eclipse.osgi.service.resolver.State
Sets whether or not the given bundle is selected in this state.
resolveBundles(Bundle[]) - Method in interface org.osgi.service.packageadmin.PackageAdmin
Resolve the specified bundles.
resolveConstraint(VersionConstraint, BaseDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Resolves the given version constraint with the given supplier.
RESOLVED - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Delta type constant (bit mask) indicating that the bundle has become resolved in the new state.
RESOLVED - Static variable in class org.eclipse.update.util.FeatureWrap
 
RESOLVED - Static variable in interface org.osgi.framework.Bundle
The bundle is resolved and is able to be started.
RESOLVED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been resolved.
resolveDynamicImport(BundleDescription, String) - Method in interface org.eclipse.osgi.service.resolver.Resolver
Attempts to find an ExportPackageDescription that will satisfy a dynamic import for the specified requestedPackage for the specified importingBundle.
resolveEntity(String, String) - Method in interface org.xml.sax.EntityResolver
Allow the application to resolve external entities.
resolveEntity(String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
Tells the parser to resolve the systemId against the baseURI and read the entity text from that resulting absolute URI.
resolveEntity(String, String) - Method in class org.xml.sax.ext.DefaultHandler2
Invokes EntityResolver2.resolveEntity() with null entity name and base URI.
resolveEntity(String, String, String, String) - Method in interface org.xml.sax.ext.EntityResolver2
Allows applications to map references to external entities into input sources, or tell the parser it should use conventional URI resolution.
resolveEntity(String, String) - Method in class org.xml.sax.HandlerBase
Deprecated. Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Resolve an external entity.
resolveEntity(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter an external entity resolution.
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.
Resolver - Interface in org.eclipse.osgi.service.resolver
An implementation of a resolver which resolves the constraints of the bundles in a system.
resolveReference(ModelObject, URL, URL) - Method in class org.eclipse.update.core.model.ModelObject
Delegate resolution to referenced model
ResolverError - Interface in org.eclipse.osgi.service.resolver
ResolverErrors represent a single error that prevents a bundle from resolving in a State object
resolveURL(URL, URL, String) - Method in class org.eclipse.update.core.model.ModelObject
Resolve a URL based on context
resolveVariable(String, Object[]) - Method in class org.eclipse.core.expressions.EvaluationContext
Resolves a variable for the given name and arguments.
resolveVariable(String, Object[]) - Method in interface org.eclipse.core.expressions.IEvaluationContext
Resolves a variable for the given name and arguments.
RESOURCE - Static variable in interface org.eclipse.core.runtime.ILibrary
Deprecated. As of Eclipse 3.0 library types are obsolete. There is no replacement.
RESOURCE - Static variable in class org.osgi.framework.AdminPermission
The action string resource (Value is "resource").
ResourceManager - Class in org.eclipse.jface.resource
This class manages SWT resources.
ResourceManager() - Constructor for class org.eclipse.jface.resource.ResourceManager
 
ResourceRegistry - Class in org.eclipse.jface.resource
Abstract base class for various JFace registries.
ResourceRegistry() - Constructor for class org.eclipse.jface.resource.ResourceRegistry
 
restart() - Method in interface org.eclipse.ui.IWorkbench
Closes then restarts this workbench.
RestartWED - Static variable in class org.eclipse.ercp.update.UIMessages
 
restore() - Method in class org.eclipse.ercp.xml.io.StreamDecoder_UTF8
If the decoder read too much bytes during the last read (cf.
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.
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.
RESULT - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's success/fail result (value "result").
resume(ISchedulingRule) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Deprecated. This method is not safe and should not be used. Suspending a scheduling rule violates the thread safety of clients that use scheduling rules as a mutual exclusion mechanism, and can result in concurrency problems in all clients that use the suspended rule.
resume() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Resumes execution of jobs after a previous suspend.
retreiveSuperNode(String, Node) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
retreiveSuperNodeNS(String, String, Node) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
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.
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.
RGB - Class in org.eclipse.swt.graphics
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.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).
ROOT - Static variable in class org.eclipse.core.runtime.Path
Constant value containing the root path with no device.
ROOT_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
RootScreen - Class in org.eclipse.ercp.update.views
 
RootScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.RootScreen
 
RowData - Class in org.eclipse.swt.layout
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 in org.eclipse.swt.layout
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.
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.
run(String[], Runnable) - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Launches the platform and runs a single application.
run(Object) - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Runs the application for which the platform was started.
run(Object) - Method in interface org.eclipse.core.runtime.IPlatformRunnable
Deprecated. Runs this runnable with the given args and returns a result.
run() - Method in interface org.eclipse.core.runtime.ISafeRunnable
Runs this runnable.
run(IProgressMonitor) - Method in class org.eclipse.core.runtime.jobs.Job
Executes this job.
run(ISafeRunnable) - Static method in class org.eclipse.core.runtime.Platform
Deprecated. clients should use SafeRunner#run instead
run(ISafeRunnable) - Static method in class org.eclipse.core.runtime.SafeRunner
Runs the given runnable in a protected mode.
run(Object) - Method in class org.eclipse.ercp.eworkbench.eWorkbench
 
run() - Method in class org.eclipse.ercp.update.views.BookmarksScreen.AccessSiteThread
 
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(Object) - Method in interface org.eclipse.osgi.service.runnable.ParameterizedRunnable
Executes the block of code encapsulated by this runnable in the context of the given object and returns the result.
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
 
runInBackground() - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation2
Return a boolean that instructs whether the operation should be executed, undone, or redone in a background thread.
running(IJobChangeEvent) - Method in interface org.eclipse.core.runtime.jobs.IJobChangeListener
Notification that a job has started running.
RUNNING - Static variable in class org.eclipse.core.runtime.jobs.Job
Job state code (value 4) indicating that a job is currently running
running(IJobChangeEvent) - Method in class org.eclipse.core.runtime.jobs.JobChangeAdapter
 
RUNNING - Static variable in class org.eclipse.ercp.update.views.BookmarksScreen.AccessSiteThread
 
RUNNING - Static variable in class org.osgi.service.application.ApplicationHandle
The application instance is running.
RuntimeName - Variable in class org.eclipse.ercp.update.views.NormalView
 
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.

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 _