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 _

A

abort() - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Closes this content consumer, indicating the store operations should be aborted.
ABOUT_TO_EXECUTE - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
ABOUT_TO_EXECUTE indicates that an operation is about to execute.
ABOUT_TO_REDO - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
ABOUT_TO_REDO indicates that an operation is about to be redone.
ABOUT_TO_UNDO - Static variable in class org.eclipse.core.commands.operations.OperationHistoryEvent
ABOUT_TO_UNDO indicates that an operation is about to be undone.
aboutToNotify(OperationHistoryEvent) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation
An operation history notification about this operation is about to be sent to operation history listeners.
aboutToNotify(OperationHistoryEvent) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
aboutToRelease() - Method in class org.eclipse.core.runtime.jobs.LockListener
Notification that a thread is about to release a lock.
aboutToRun(IJobChangeEvent) - Method in interface org.eclipse.core.runtime.jobs.IJobChangeListener
Notification that a job is about to be run.
aboutToRun(IJobChangeEvent) - Method in class org.eclipse.core.runtime.jobs.JobChangeAdapter
 
aboutToWait(Thread) - Method in class org.eclipse.core.runtime.jobs.LockListener
Notification that a thread is about to block on an attempt to acquire a lock.
absolutePath() - Method in interface org.osgi.service.prefs.Preferences
Returns this node's absolute path name.
AbsScreen - Class in org.eclipse.ercp.update.views
 
AbsScreen() - Constructor for class org.eclipse.ercp.update.views.AbsScreen
 
AbsScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.AbsScreen
 
AbstractBitSetEvent - Class in org.eclipse.core.commands.common
An event that carries with it two or more boolean values.
AbstractBitSetEvent() - Constructor for class org.eclipse.core.commands.common.AbstractBitSetEvent
 
AbstractBundle - Class in org.eclipse.osgi.framework.internal.core
This object is given out to bundles and wraps the internal Bundle object.
AbstractBundle(BundleData, Framework) - Constructor for class org.eclipse.osgi.framework.internal.core.AbstractBundle
Bundle object constructor.
AbstractHandleObjectEvent - Class in org.eclipse.core.commands.common
An event fired from a NamedHandleObject.
AbstractHandleObjectEvent(boolean) - Constructor for class org.eclipse.core.commands.common.AbstractHandleObjectEvent
Constructs a new instance of AbstractHandleObjectEvent.
AbstractHandler - Class in org.eclipse.core.commands
This class is a partial implementation of IHandler.
AbstractHandler() - Constructor for class org.eclipse.core.commands.AbstractHandler
 
AbstractHandlerWithState - Class in org.eclipse.core.commands
An abstract implementation of IObjectWithState.
AbstractHandlerWithState() - Constructor for class org.eclipse.core.commands.AbstractHandlerWithState
 
AbstractIOSpecificCall - Class in org.eclipse.ercp.xml.io
Defines a set of IO apis which are implemented differently depending on the targetted JCL
AbstractIOSpecificCall() - Constructor for class org.eclipse.ercp.xml.io.AbstractIOSpecificCall
 
AbstractListViewer - Class in org.eclipse.jface.viewers
Abstract base class for viewers that contain lists of items (such as a combo or list).
AbstractListViewer() - Constructor for class org.eclipse.jface.viewers.AbstractListViewer
 
AbstractNamedHandleEvent - Class in org.eclipse.core.commands.common
An event fired from a NamedHandleObject.
AbstractNamedHandleEvent(boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.common.AbstractNamedHandleEvent
Constructs a new instance of AbstractHandleObjectEvent.
AbstractOperation - Class in org.eclipse.core.commands.operations
Abstract implementation for an undoable operation.
AbstractOperation(String) - Constructor for class org.eclipse.core.commands.operations.AbstractOperation
Construct an operation that has the specified label.
AbstractParameterValueConverter - Class in org.eclipse.core.commands
Supports conversion between objects and strings for command parameter values.
AbstractParameterValueConverter() - Constructor for class org.eclipse.core.commands.AbstractParameterValueConverter
 
AbstractPreferenceInitializer - Class in org.eclipse.core.runtime.preferences
Abstract class used to aid in default preference value initialization.
AbstractPreferenceInitializer() - Constructor for class org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer
Default constructor for the class.
AbstractSAXParserImpl - Class in org.eclipse.ercp.xml.parser
This class implements the default behavior for a non-validating XML parser using SAX 2.0 APIs Subset for JSR 172 This class is abstract to supports several concrete subclesses: - SAXParserImpl for CLDC (JSR 172) - SAXParserImpl for Core and bigger - XMLStateMachineParser Grammar: - - The assumptions of this parser is: - The XML file is lexicaly and syntaxy correct - There is not twice the same Namespace prefix declared - The prefix 'xml' is never used to declare a namespace (this namespace is always associated to - The XML file prolog doesn't contain any: - AbstractSAXParserImpl() - Constructor for class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
AbstractTreeViewer - Class in org.eclipse.jface.viewers
Abstract base implementation for tree-structure-oriented viewers (trees and table trees).
AbstractTreeViewer() - Constructor for class org.eclipse.jface.viewers.AbstractTreeViewer
Creates an abstract tree viewer.
AbstractUIPlugin - Class in org.eclipse.ui.plugin
Abstract base class for plug-ins that integrate with the Eclipse platform UI.
AbstractUIPlugin(IPluginDescriptor) - Constructor for class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. In Eclipse 3.0 this constructor has been replaced by AbstractUIPlugin.AbstractUIPlugin(). Implementations of MyPlugin(IPluginDescriptor descriptor) should be changed to MyPlugin() and call super() instead of super(descriptor). The MyPlugin(IPluginDescriptor descriptor) constructor is called only for plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in (or, as in this case, subclasses which might).
AbstractUIPlugin() - Constructor for class org.eclipse.ui.plugin.AbstractUIPlugin
Creates an abstract UI plug-in runtime object.
AbstractURLStreamHandlerService - Class in org.osgi.service.url
Abstract implementation of the URLStreamHandlerService interface.
AbstractURLStreamHandlerService() - Constructor for class org.osgi.service.url.AbstractURLStreamHandlerService
 
accept(IPreferenceNodeVisitor) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
Accepts the given visitor.
Accept - Static variable in class org.eclipse.ercp.update.UIMessages
 
accept(String) - Method in class org.eclipse.update.core.FeatureContentProvider.FileFilter
returns true if the name matches the rule
accept(IFeatureReference) - Method in class org.eclipse.update.search.BackLevelFilter
 
accept(IFeature) - Method in class org.eclipse.update.search.BaseFilter
Deprecated. In 3.1 only the accept (IFeatureReference) will be used
accept(IFeatureReference) - Method in class org.eclipse.update.search.BaseFilter
 
accept(IFeatureReference) - Method in class org.eclipse.update.search.EnvironmentFilter
 
accept(IFeature) - Method in interface org.eclipse.update.search.IUpdateSearchFilter
Deprecated. In 3.1 only the accept (IFeatureReference) will be used
accept(IFeatureReference) - Method in interface org.eclipse.update.search.IUpdateSearchFilter
Tests a feature reference according to this filter's criteria.
accept(IFeature) - Method in interface org.eclipse.update.search.IUpdateSearchResultCollector
Called when a matching feature has been found during the search.
accept(IFeatureReference) - Method in class org.eclipse.update.search.VersionedIdentifiersFilter
 
AcceptAllFilter - Class in org.eclipse.jface.viewers
Filter that accepts everything.
AcceptAllFilter() - Constructor for class org.eclipse.jface.viewers.AcceptAllFilter
 
acceptNonPluginData(INonPluginEntry) - Method in interface org.eclipse.update.core.IInstallHandlerWithFilter
 
ACCESS_DISCOURAGED - Static variable in interface org.eclipse.osgi.service.resolver.StateHelper
Indicates that access is discouraged to an ExportPackageDescription.
ACCESS_ENCOURAGED - Static variable in interface org.eclipse.osgi.service.resolver.StateHelper
Indicates that access is encouraged to an ExportPackageDescription.
acquire() - Method in class org.eclipse.core.runtime.internal.adaptor.Semaphore
Attempts to acquire this semaphore.
acquire(long) - Method in class org.eclipse.core.runtime.internal.adaptor.Semaphore
Attempts to acquire this semaphore.
acquire(long) - Method in interface org.eclipse.core.runtime.jobs.ILock
Attempts to acquire this lock.
acquire() - Method in interface org.eclipse.core.runtime.jobs.ILock
Acquires this lock.
acquireXMLParsing(BundleContext) - Static method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
action() - Method in class org.eclipse.ercp.update.views.AbsScreen
 
action() - Method in class org.eclipse.ercp.update.views.AddBookmarkScreen
 
action() - Method in class org.eclipse.ercp.update.views.AddLocalScreen
 
action() - Method in class org.eclipse.ercp.update.views.AddRemoteScreen
 
action() - Method in class org.eclipse.ercp.update.views.BookmarksScreen
 
action() - Method in class org.eclipse.ercp.update.views.EditBookmarkScreen
 
action() - Method in class org.eclipse.ercp.update.views.InstallingScreen
 
action() - Method in class org.eclipse.ercp.update.views.LicenseScreen
 
action() - Method in class org.eclipse.ercp.update.views.ManageScreen
 
action() - Method in class org.eclipse.ercp.update.views.PropertiesScreen
 
action() - Method in class org.eclipse.ercp.update.views.RootScreen
 
action() - Method in class org.eclipse.ercp.update.views.SelectFeaturesScreen
 
action() - Method in class org.eclipse.ercp.update.views.UninstallScreen
 
action() - Method in class org.eclipse.ercp.update.views.UpdatingScreen
 
Action - Class in org.eclipse.jface.action
The standard abstract implementation of an action.
Action() - Constructor for class org.eclipse.jface.action.Action
Creates a new action with no text and no image.
Action(String) - Constructor for class org.eclipse.jface.action.Action
Creates a new action with the given text and no image.
Action(String, ImageDescriptor) - Constructor for class org.eclipse.jface.action.Action
Creates a new action with the given text and image.
Action(String, int) - Constructor for class org.eclipse.jface.action.Action
Creates a new action with the given text and style.
ACTION_ADD_PRESERVED - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates adding the configuration to a preserved state
ACTION_CONFIGURE - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates feature configuration action
ACTION_FEATURE_INSTALL - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates feature installation action
ACTION_FEATURE_REMOVE - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates feature removal (uninstallation) action
ACTION_RECONCILIATION - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates reconcilliation with changes made directly to the site installation directory
ACTION_REVERT - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates reverting to a prior configuration state
ACTION_SITE_INSTALL - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates an addition of a site to a configuration
ACTION_SITE_REMOVE - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates removal of a site from a configuration
ACTION_UNCONFIGURE - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates feature unconfiguration action
activate() - Method in class org.eclipse.jface.viewers.CellEditor
Activates this cell editor.
activate() - Method in class org.eclipse.jface.viewers.CheckboxCellEditor
The CheckboxCellEditor implementation of this CellEditor framework method simulates the toggling of the checkbox control and notifies listeners with ICellEditorListener.applyEditorValue.
Activate - Static variable in class org.eclipse.swt.SWT
The activate event type (value is 26).
activate(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Activates the given part.
activated(BundleStats) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
activateHandler(String, IHandler) - Method in interface org.eclipse.ui.handlers.IHandlerService
Activates the given handler within the context of this service.
activateHandler(String, IHandler, Expression, int) - Method in interface org.eclipse.ui.handlers.IHandlerService
Activates the given handler within the context of this service.
activateOnOpen() - Static method in class org.eclipse.jface.util.OpenStrategy
Return true if editors should be activated when opened.
ACTIVATION_LAZY - Static variable in interface org.osgi.framework.Constants
Bundle activation policy (named "lazy") declaring the bundle must be activated when the first class load is made from the bundle.
activationOrder - Variable in class org.eclipse.core.runtime.internal.stats.BundleStats
 
activator - Variable in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
The current instantiation of the activator.
active - Variable in class org.eclipse.osgi.framework.internal.core.Framework
Has the service space been started
ACTIVE - Static variable in interface org.osgi.framework.Bundle
The bundle is now running.
ACTIVE_DESKTOP - Static variable in class org.eclipse.jface.util.OpenStrategy
Deprecated.  
ACTIVE_HYPERLINK_COLOR - Static variable in class org.eclipse.jface.preference.JFacePreferences
Identifier for the Active Hyperlink Colour
ADAPT - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the adapt expression (value: adapt)
adaptor - Variable in class org.eclipse.osgi.framework.internal.core.Framework
FrameworkAdaptor specific functions.
adaptor - Variable in class org.eclipse.osgi.framework.internal.protocol.MultiplexingFactory
 
adaptorArgs - Variable in class org.eclipse.osgi.framework.launcher.Launcher
array of adaptor arguments to be passed to FrameworkAdaptor.initialize()
adaptorClassName - Variable in class org.eclipse.osgi.framework.launcher.Launcher
string containing the classname of the adaptor to be used in this framework instance
AdaptorHook - Interface in org.eclipse.osgi.baseadaptor.hooks
An AdaptorHook hooks into the BaseAdaptor class.
add(IUndoableOperation) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
add(IUndoableOperation) - Method in interface org.eclipse.core.commands.operations.ICompositeOperation
Add the specified operation as a child of this operation.
add(IUndoableOperation) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Add the specified operation to the history without executing it.
add(IUndoableOperation) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
add(Object) - Method in class org.eclipse.core.runtime.ListenerList
Adds a listener to this list.
add(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Adds the given status to this multi-status.
add(String, Image) - Method in class org.eclipse.ercp.swt.mobile.ListView
Adds the string item and an optional icon to the end of the receiver's list.
add(String, Image, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Adds the string item and an optional icon to the receiver's list at the given zero-relative index.
add(String) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Adds the argument to the receiver's list of items.
Add - Static variable in class org.eclipse.ercp.update.UIMessages
 
add(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
add(IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item to this manager.
add(IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
add(IPreferenceNode) - Method in interface org.eclipse.jface.preference.IPreferenceNode
Adds the given preference node as a subnode of this preference node.
add(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceNode
 
add(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
Adds two points as 2d vectors.
add(Object) - Method in class org.eclipse.jface.util.ListenerList
Adds the given listener to this list.
add(Object[]) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Adds the given elements to this list viewer.
add(Object) - Method in class org.eclipse.jface.viewers.AbstractListViewer
Adds the given element to this list viewer.
add(Object, Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given child elements to this viewer as children of the given parent element.
add(Object, Object) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given child element to this viewer as a child of the given parent element.
add(Object[]) - Method in class org.eclipse.jface.viewers.TableViewer
Adds the given elements to this table viewer.
add(Object) - Method in class org.eclipse.jface.viewers.TableViewer
Adds the given element to this table viewer.
add(BundleFile) - Method in class org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList
Adds a BundleFile which is about to be opened to the MRU list.
add(AbstractBundle) - Method in class org.eclipse.osgi.framework.internal.core.BundleRepository
 
add(Permission) - Method in class org.eclipse.osgi.framework.internal.core.ConditionalPermissions
This method is not implemented since this PermissionCollection should only be used by the ConditionalPolicy which never calls this method.
add(Permission) - Method in class org.eclipse.osgi.framework.internal.core.ConditionalPermissionSet
We don't do anything here since this isn't a real PermissionCollection.
add(KeyedElement) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Adds an element to this set.
add(Rectangle) - Method in class org.eclipse.swt.graphics.Rectangle
Destructively replaces the x, y, width and height values in the receiver with ones which represent the union of the rectangles specified by the receiver and the given rectangle.
add(String, int) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the receiver's list at the given zero-relative index.
add(String) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the end of the receiver's list.
add(String) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the end of the receiver's list.
add(String, int) - Method in class org.eclipse.swt.widgets.List
Adds the argument to the receiver's list at the given zero-relative index.
add(VersionedIdentifier) - Method in class org.eclipse.update.search.VersionedIdentifiersFilter
 
ADD_BOOKMARK_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
ADD_LOCAL_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
ADD_REMOTE_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
addActionSet(String) - Method in interface org.eclipse.ui.IPageLayout
Adds an action set with the given id to this page layout.
addActiveContext(String) - Method in class org.eclipse.core.commands.contexts.ContextManager
Activates a context in this context manager.
addAdaptorHook(AdaptorHook) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a adaptor hook to this hook registry.
addAll(IStatus) - Method in class org.eclipse.core.runtime.MultiStatus
Adds all of the children of the given status to this multi-status.
addAll(KeyedElement[]) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Adds the specified list of elements to this set.
addApplication(ApplicationDescriptor) - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistry
Adds an application.
addArchiveReferenceModel(ArchiveReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds an archive reference model to site.
addAttribute(String, String, String, String) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
addAttribute(NSDeclaration, String, String, String, String, String) - Method in class org.eclipse.ercp.xml.parser.AttributesImpl
If uri and/or localName are null ==> No namespace currently available
addAttribute(String, String) - Method in class org.eclipse.osgi.framework.internal.core.BundleNativeCode
addAttribute is used to add the specification-version string to the package description.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.ext.Attributes2Impl
Add an attribute to the end of the list, setting its "specified" flag to true.
addAttribute(String, String, String) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Add an attribute to an attribute list.
addAttribute(String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Add an attribute to the end of the list.
addAuthorizationInfo(URL, String, String, Map) - Static method in class org.eclipse.core.runtime.Platform
Adds the given authorization information to the key ring.
addBaseClasses(String[]) - Method in class org.eclipse.core.runtime.internal.stats.ClassloaderStats
 
AddBookmark - Static variable in class org.eclipse.ercp.update.UIMessages
 
AddBookmarkScreen - Class in org.eclipse.ercp.update.views
 
AddBookmarkScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.AddBookmarkScreen
 
addBundle(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.State
Adds the given bundle to this state.
addBundleFileFactoryHook(BundleFileFactoryHook) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a bundle file factory to this hook registry.
addBundleFileWrapperFactoryHook(BundleFileWrapperFactoryHook) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a bundle file wrapper factory for this hook registry
addBundleListener(BundleListener) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Add a bundle listener.
addBundleListener(BundleListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified BundleListener object to the context bundle's list of listeners if not already present.
addCategory(ICategory) - Method in interface org.eclipse.update.core.ISiteFeatureReference
Adds a category to the referenced feature.
addCategory(ICategory) - Method in class org.eclipse.update.core.SiteFeatureReference
Adds a category to the referenced feature.
addCategoryListener(ICategoryListener) - Method in class org.eclipse.core.commands.Category
Adds a listener to this category that will be notified when this category's state changes.
addCategoryModel(CategoryModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds a category model to site.
addCategoryName(String) - Method in class org.eclipse.update.core.SiteFeatureReferenceModel
Adds the name of a category this feature belongs to.
addCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
addCheckStateListener(ICheckStateListener) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
addCheckStateListener(ICheckStateListener) - Method in interface org.eclipse.jface.viewers.ICheckable
Adds a listener for changes to the checked state of elements in this viewer.
addChild(IFeature) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Link the content consumer of the feature as a child content consumer
addChild(FeatureWrap) - Method in class org.eclipse.update.util.CategoryWrap
 
addChild(CategoryWrap) - Method in class org.eclipse.update.util.SiteWrap
 
addClassLoadingHook(ClassLoadingHook) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a class loading hook to this hook registry.
addClassLoadingStatsHook(ClassLoadingStatsHook) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a class loading stats hook to this hook registry.
addClassPathEntry(ArrayList, String, ClasspathManager, BaseData, ProtectionDomain) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseClassLoadingHook
 
addClassPathEntry(ArrayList, String, ClasspathManager, BaseData, ProtectionDomain) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingHook
Gets called by a classpath manager when looking for ClasspathEntry objects.
addClassPathEntry(ArrayList, String, ClasspathManager, BaseData, ProtectionDomain) - Static method in class org.eclipse.osgi.baseadaptor.loader.ClasspathManager
Adds a ClasspathEntry for the requested classpath to the result.
addColumnData(ColumnLayoutData) - Method in class org.eclipse.jface.viewers.TableLayout
Adds a new column of data to this table layout.
addCommandListener(ICommandListener) - Method in class org.eclipse.core.commands.Command
Adds a listener to this command that will be notified when this command's state changes.
addCommandManagerListener(ICommandManagerListener) - Method in class org.eclipse.core.commands.CommandManager
Adds a listener to this command manager.
addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - Method in class org.eclipse.osgi.framework.internal.core.ConditionalPermissionAdminImpl
 
addConditionalPermissionInfo(ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Create a new Conditional Permission Info.
addConfiguration(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSite
Adds the specified configuration to this local site.
addConfiguredSite(IConfiguredSite) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Adds the specified site to this configuration.
addConfiguredSiteChangedListener(IConfiguredSiteChangedListener) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Adds a change listener to the configured site.
addContentTypeChangeListener(IContentTypeManager.IContentTypeChangeListener) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager
Register the given listener for notification of content type changes.
addContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
addContext(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Add the specified context to the operation.
addContext(IUndoContext) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
Add the specified context to the operation.
addContextListener(IContextListener) - Method in class org.eclipse.core.commands.contexts.Context
Registers an instance of IContextListener to listen for changes to properties of this instance.
addContextManagerListener(IContextManagerListener) - Method in class org.eclipse.core.commands.contexts.ContextManager
Adds a listener to this context manager.
addContribution(InputStream, IContributor, boolean, String, ResourceBundle, Object) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Adds to this extension registry an extension point(s), extension(s), or a combination of those described by the XML file.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addControlListener(ControlListener) - Method in class org.eclipse.swt.widgets.TableColumn
Adds the listener to the collection of listeners who will be notified when the control is moved or resized, by sending it one of the messages defined in the ControlListener interface.
addDeclaration(String, String) - Method in class org.eclipse.ercp.xml.parser.NSDeclaration
 
addDiscoverySiteEntryModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds an additional update site reference.
addDisposeListener(DisposeListener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notifed when the widget is disposed.
addDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds a listener for double-clicks in this viewer.
addDynamicImportPackage(ManifestElement[]) - Method in class org.eclipse.osgi.framework.internal.core.BundleLoader
Adds a list of DynamicImport-Package manifest elements to the dynamic import tables of this BundleLoader.
ADDED - Static variable in interface org.eclipse.core.runtime.IExtensionDelta
Delta kind constant indicating that an extension has been added to an extension point.
added(IEclipsePreferences.NodeChangeEvent) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences.INodeChangeListener
Notification that a child node was added to the preference hierarchy.
ADDED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that a new feature has become available.
ADDED - Static variable in interface org.eclipse.osgi.service.resolver.BundleDelta
Delta type constant (bit mask) indicating that the bundle has been added to the new state.
addEditorAreaTransfer(Transfer) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Adds the given drag and drop Transfer type to the ones supported for drag and drop on the editor area of this workbench org.eclipse.jface.window.
addEventListener(ScreenListener) - Method in class org.eclipse.ercp.swt.mobile.Screen
Adds the listener to the collection of listeners that will be notified when screen events occur by sending it one of the messages defined in the ScreenListener interface.
addExecutionListener(IExecutionListener) - Method in class org.eclipse.core.commands.Command
Adds a listener to this command that will be notified when this command is about to execute.
addExecutionListener(IExecutionListener) - Method in class org.eclipse.core.commands.CommandManager
Adds an execution listener to this manager.
addExecutionListener(IExecutionListener) - Method in interface org.eclipse.ui.commands.ICommandService
Adds an execution listener to the command service.
addExtension(IExtensionTracker, IExtension) - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionChangeHandler
This method is called whenever an extension conforming to the extension point filter is being added to the registry.
addExtension(IExtensionTracker, IExtension) - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistry
 
addFastView(String) - Method in interface org.eclipse.ui.IPageLayout
Adds the view with the given id to the page layout as a fast view.
addFastView(String, float) - Method in interface org.eclipse.ui.IPageLayout
Adds the view with the given id to the page layout as a fast view with the given width ratio.
addFeatureReferenceModel(SiteFeatureReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds a feature reference model to site.
addFileExtension(String) - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the given file extension added.
addFileExtension(String) - Method in class org.eclipse.core.runtime.Path
 
addFileSpec(String, int) - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Adds a user-defined file specification to the corresponding content type.
addFilter(ViewerFilter) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds the given filter to this viewer, and triggers refiltering and resorting of the elements.
addFilter(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs anywhere in this display.
addFilter(IUpdateSearchFilter) - Method in class org.eclipse.update.search.UpdateSearchRequest
Adds a filter to this request.
addFilters(String, String) - Static method in class org.eclipse.core.runtime.internal.stats.ClassloaderStats
 
addFocusListener(FocusListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the control gains or loses focus, by sending it one of the messages defined in the FocusListener interface.
addFrameworkListener(FrameworkListener) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Add a general framework listener.
addFrameworkListener(FrameworkListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified FrameworkListener object to the context bundle's list of listeners if not already present.
addHandlerListener(IHandlerListener) - Method in class org.eclipse.core.commands.AbstractHandler
 
addHandlerListener(IHandlerListener) - Method in interface org.eclipse.core.commands.IHandler
Registers an instance of IHandlerListener to listen for changes to properties of this instance.
addHandlerSubmission(HandlerSubmission) - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated. Adds a single handler submissions for consideration by the workbench.
addHandlerSubmissions(Collection) - Method in interface org.eclipse.ui.commands.IWorkbenchCommandSupport
Deprecated. Adds a collection of handler submissions for consideration by the workbench.
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook
 
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseClassLoadingHook
 
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseErrorHandler
 
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLogHook
 
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook
 
addHooks(HookRegistry) - Method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
addHooks(HookRegistry) - Method in interface org.eclipse.osgi.baseadaptor.HookConfigurator
Adds hooks to the specified hook registry.
addHost(BundleLoaderProxy) - Method in class org.eclipse.osgi.framework.internal.core.BundleFragment
Adds a host bundle for this fragment.
addImportModel(ImportModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a plug-in dependency entry.
addIncludedFeatureReferenceModel(IncludedFeatureReferenceModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a feature identifier.
addInfoListener(ILocalSystemInfoListener) - Static method in class org.eclipse.update.configuration.LocalSystemInfo
Add local system change listener.
addingService(ServiceReference) - Method in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerProxy
 
addingService(ServiceReference) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
addingService(ServiceReference) - Method in class org.osgi.util.tracker.ServiceTracker
Default implementation of the ServiceTrackerCustomizer.addingService method.
addingService(ServiceReference) - Method in interface org.osgi.util.tracker.ServiceTrackerCustomizer
A service is being added to the ServiceTracker object.
addInstallConfigurationChangedListener(IInstallConfigurationChangedListener) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Adds a configuration change listener.
addJobChangeListener(IJobChangeListener) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Registers a job listener with the job manager.
addJobChangeListener(IJobChangeListener) - Method in class org.eclipse.core.runtime.jobs.Job
Registers a job listener with this job Has no effect if an identical listener is already registered.
addKeyListener(KeyListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when keys are pressed and released on the system keyboard, by sending it one of the messages defined in the KeyListener interface.
addListener(IParameterTypeListener) - Method in class org.eclipse.core.commands.ParameterType
Adds a listener to this parameter type that will be notified when its state changes.
addListener(IStateListener) - Method in class org.eclipse.core.commands.State
Adds a listener to changes for this state.
addListener(PerformanceStats.PerformanceListener) - Static method in class org.eclipse.core.runtime.PerformanceStats
Adds a listener that is notified when performance events occur.
addListener(int, Listener) - Method in class org.eclipse.ercp.swt.mobile.Command
 
addListener(IPropertyChangeListener) - Method in class org.eclipse.jface.resource.ResourceRegistry
Adds a property change listener to this registry.
addListener(ICellEditorListener) - Method in class org.eclipse.jface.viewers.CellEditor
Adds a listener to this cell editor.
addListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
The DecoratingLabelProvider implementation of this IBaseLabelProvider method adds the listener to both the nested label provider and the label decorator.
addListener(ILabelProviderListener) - Method in interface org.eclipse.jface.viewers.IBaseLabelProvider
Adds a listener to this label provider.
addListener(ILabelProviderListener) - Method in class org.eclipse.jface.viewers.LabelProvider
 
addListener(Object, Object) - Method in class org.eclipse.osgi.framework.eventmgr.EventListeners
Add a listener to the list.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
addListener(int, Listener) - Method in class org.eclipse.swt.widgets.Widget
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
addListenerObject(Object) - Method in class org.eclipse.core.commands.common.EventManager
Adds a listener to this manager that will be notified when this manager's state changes.
AddLocalScreen - Class in org.eclipse.ercp.update.views
 
AddLocalScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.AddLocalScreen
 
addLocalSiteChangedListener(ILocalSiteChangedListener) - Method in interface org.eclipse.update.configuration.ILocalSite
Adds a site change listener
addLocationListener(LocationListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to receive events.
addLogListener(ILogListener) - Method in interface org.eclipse.core.runtime.ILog
Adds the given log listener to this log.
addLogListener(ILogListener) - Static method in class org.eclipse.core.runtime.Platform
Adds the given log listener to the notification list of the platform.
addMatch(IUndoContext) - Method in class org.eclipse.core.commands.operations.ObjectUndoContext
Add the specified context as a match of this context.
addMenuListener(MenuListener) - Method in class org.eclipse.swt.widgets.Menu
Adds the listener to the collection of listeners who will be notified when menus are hidden or shown, by sending it one of the messages defined in the MenuListener interface.
addMirrorModel(URLEntryModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds a mirror site.
addMisBehavingExpressionType(Class) - Method in class org.eclipse.core.expressions.ExpressionInfo
Adds the given class to the list of misbehaving classes.
addMobileDeviceListener(MobileDeviceListener) - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Adds the listener to the collection of listeners who will be notified when a device configuration change occurs, by calling one of the methods defined in the MobileDeviceListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Adds the listener to the collection of listeners that will be notified when the receiver's content is modified.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addModifyListener(ModifyListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the receiver's text is modified, by sending it one of the messages defined in the ModifyListener interface.
addMouseListener(MouseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when mouse buttons are pressed and released, by sending it one of the messages defined in the MouseListener interface.
addMouseMoveListener(MouseMoveListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the mouse moves, by sending it one of the messages defined in the MouseMoveListener interface.
addNewWizardShortcut(String) - Method in interface org.eclipse.ui.IPageLayout
Adds a new wizard shortcut to the page layout.
addNodeChangeListener(IEclipsePreferences.INodeChangeListener) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
Register the given listener for changes to this node.
addNonPluginEntryModel(NonPluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a non-plug-in data reference.
addOpenListener(IOpenEventListener) - Method in class org.eclipse.jface.util.OpenStrategy
Adds an IOpenEventListener to the collection of openEventListeners
addOpenListener(IOpenListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds a listener for selection-open in this viewer.
addOperationApprover(IOperationApprover) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
Add the specified approver to the list of operation approvers consulted by the operation history before an undo or redo is allowed to proceed.
addOperationApprover(IOperationApprover) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Add the specified approver to the list of operation approvers consulted by the operation history before an undo or redo is attempted.
addOperationHistoryListener(IOperationHistoryListener) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
Add the specified listener to the list of operation history listeners that are notified about changes in the history or operations that are executed, undone, or redone.
addOperationHistoryListener(IOperationHistoryListener) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Add the specified listener to the list of operation history listeners that are notified about changes in the history or operations that are executed, undone, or redone.
addOverlay(ImageDescriptor) - Method in interface org.eclipse.jface.viewers.IDecoration
Adds an overlay to the element's image.
addOverlay(ImageDescriptor, int) - Method in interface org.eclipse.jface.viewers.IDecoration
Adds an overlay to the element's image.
addPageListener(IPageListener) - Method in interface org.eclipse.ui.IPageService
Adds the given listener for page lifecycle events.
addPaintListener(PaintListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when the receiver needs to be painted, by sending it one of the messages defined in the PaintListener interface.
addPart(IPresentablePart, Object) - Method in class org.eclipse.ui.presentations.StackPresentation
Adds the given part to the stack.
addPartListener(IPartListener) - Method in interface org.eclipse.ui.IPartService
Adds the given listener for part lifecycle events.
addPartListener(IPartListener2) - Method in interface org.eclipse.ui.IPartService
Adds the given listener for part lifecycle events.
addPath(String) - Method in class org.eclipse.osgi.framework.internal.core.BundleNativeCode
addPath is used to add a new element to the list of native files.
addPendingOperation(IOperation) - Static method in class org.eclipse.update.operations.OperationsManager
Register a pending operation.
addPerspectiveListener(IPerspectiveListener) - Method in interface org.eclipse.ui.IPageService
Adds the given listener for a page's perspective lifecycle events.
addPerspectiveShortcut(String) - Method in interface org.eclipse.ui.IPageLayout
Adds a perspective shortcut to the page layout.
addPlaceholder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Adds a placeholder for a view with the given id to this page layout.
addPlaceholder(String) - Method in interface org.eclipse.ui.IPlaceholderFolderLayout
Adds an invisible placeholder for a view with the given id to this folder.
addPluginEntry(IPluginEntry) - Method in interface org.eclipse.update.core.ISite
Adds a new plug-in entry to this site.
addPluginEntry(IPluginEntry) - Method in class org.eclipse.update.core.Site
Adds a new plug-in entry to this site.
addPluginEntryModel(PluginEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Adds a plug-in reference.
addPostSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.IPostSelectionProvider
Adds a listener for post selection changes in this selection provider.
addPostSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
addPostSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Adds an SelectionListener to the collection of selectionEventListeners
addPostSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds the given post selection listener.It is equivalent to selection changed if the selection was triggered by the mouse but it has a delay if the selection is triggered by the keyboard arrows.
addPostSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds a part-specific selection listener which is notified when selection changes in the part with the given id.
addPreferenceChangeListener(IEclipsePreferences.IPreferenceChangeListener) - Method in interface org.eclipse.core.runtime.preferences.IEclipsePreferences
Register the given listener for notification of preference changes to this node.
addPrefix(String) - Method in interface org.eclipse.jface.viewers.IDecoration
Adds a prefix to the element's label.
addProgressListener(ProgressListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to receive events.
addProperties(Properties) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook
 
addProperties(Properties) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseErrorHandler
 
addProperties(Properties) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
addProperties(Properties) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLogHook
 
addProperties(Properties) - Method in interface org.eclipse.osgi.baseadaptor.hooks.AdaptorHook
Gets called by the adaptor during FrameworkAdaptor.getProperties().
addPropertyChangeListener(Preferences.IPropertyChangeListener) - Method in class org.eclipse.core.runtime.Preferences
Adds a property change listener to this preference object.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.action.Action
 
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.action.IAction
Adds a property change listener to this action.
addPropertyChangeListener(IPropertyChangeListener) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Adds a property change listener to this preference store.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.preference.PreferenceStore
 
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.jface.viewers.CellEditor
Adds a property change listener to this cell editor.
addPropertyChangeListener(IPropertyChangeListener) - Method in 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.
addPropertyChangeListener(IPropertyChangeListener) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
addPropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPart
Adds a listener for changes to properties of this workbench part.
addPropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.IWorkbenchPartReference
 
addPropertyListener(IPropertyListener) - Method in class org.eclipse.ui.part.WorkbenchPart
 
addPropertyListener(IPropertyListener) - Method in interface org.eclipse.ui.presentations.IPresentablePart
Adds a listener for changes to properties of this workbench part.
addProtectionSpace(URL, String) - Static method in class org.eclipse.core.runtime.Platform
Adds the specified resource to the protection space specified by the given realm.
addRegistryChangeListener(IRegistryChangeListener, String) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Adds the given listener for registry change events related to extension points in the given namespace.
addRegistryChangeListener(IRegistryChangeListener) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Adds the given listener for registry change events.
AddRemoteScreen - Class in org.eclipse.ercp.update.views
 
AddRemoteScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.AddRemoteScreen
 
addResolverError(BundleDescription, int, String, VersionConstraint) - Method in interface org.eclipse.osgi.service.resolver.State
Adds a new ResolverError for the specified bundle.
addRun(long, String) - Method in class org.eclipse.core.runtime.PerformanceStats
Adds an occurrence of this event to the cumulative counters.
addSearchSite(String, URL, String[]) - Method in class org.eclipse.update.search.UpdateSearchScope
Adds the site to scan to the search scope.
addSelectionChangedListener(ISelectionChangedListener) - Method in interface org.eclipse.jface.viewers.ISelectionProvider
Adds a listener for selection changes in this selection provider.
addSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.jface.viewers.Viewer
Adds a listener for help requests in this viewer.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.Command
Adds the listener to the collection of listeners who will be notified when the command is activated, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Adds the listener to the collection of listeners that will be notified when the control is selected.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.ListView
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Adds the listener to the collection of listeners who will be notified when the page changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.jface.util.OpenStrategy
Adds an SelectionListener to the collection of selectionEventListeners
addSelectionListener(Control, SelectionListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Deprecated.  
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Button
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.List
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.MenuItem
Adds the listener to the collection of listeners who will be notified when the menu item is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.ScrollBar
Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Slider
Adds the listener to the collection of listeners who will be notified when the receiver's value changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Table
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TableColumn
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the control is selected, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.TrayItem
Adds the listener to the collection of listeners who will be notified when the receiver is selected by the user, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Tree
Adds the listener to the collection of listeners who will be notified when the receiver's selection changes, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds the given selection listener.
addSelectionListener(String, ISelectionListener) - Method in interface org.eclipse.ui.ISelectionService
Adds a part-specific selection listener which is notified when selection changes in the part with the given id.
addServiceListener(ServiceListener, String) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Add a service listener with a filter.
addServiceListener(ServiceListener) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Add a service listener.
addServiceListener(ServiceListener, String) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object with the specified filter to the context bundle's list of listeners.
addServiceListener(ServiceListener) - Method in interface org.osgi.framework.BundleContext
Adds the specified ServiceListener object to the context bundle's list of listeners.
addShellListener(ShellListener) - Method in class org.eclipse.swt.widgets.Shell
Adds the listener to the collection of listeners who will be notified when operations are performed on the receiver, by sending the listener one of the messages defined in the ShellListener interface.
addShowInPart(String) - Method in interface org.eclipse.ui.IPageLayout
Adds an item to the Show In prompter.
addShowViewShortcut(String) - Method in interface org.eclipse.ui.IPageLayout
Adds a show view shortcut to the page layout.
AddSiteCommand - Class in org.eclipse.update.standalone
Command to add a new product extension site.
AddSiteCommand(String) - Constructor for class org.eclipse.update.standalone.AddSiteCommand
 
addStandaloneView(String, boolean, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Adds a standalone view with the given id to this page layout.
addState(String, State) - Method in class org.eclipse.core.commands.AbstractHandlerWithState
Adds a state to this handler.
addState(String, State) - Method in class org.eclipse.core.commands.Command
Adds a state to this command.
addState(String, State) - Method in interface org.eclipse.core.commands.IObjectWithState
Adds state to this object.
addStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to receive events.
addStorageHook(StorageHook) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a storage hook to this hook registry.
addSuffix(String) - Method in interface org.eclipse.jface.viewers.IDecoration
Adds a suffix to the element's label.
addTimeLoadingOthers(long) - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
addTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to receive events.
addTo(String, IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Adds the given preference node as a subnode of the node at the given path.
addToPreservedConfigurations(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSite
Save the specified configuration.
addToRoot(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceManager
Adds the given preference node as a subnode of the root.
addTrailingSeparator() - Method in interface org.eclipse.core.runtime.IPath
Returns a path with the same segments as this path but with a trailing separator added.
addTrailingSeparator() - Method in class org.eclipse.core.runtime.Path
 
addTraverseListener(TraverseListener) - Method in class org.eclipse.swt.widgets.Control
Adds the listener to the collection of listeners who will be notified when traversal events occur, by sending it one of the messages defined in the TraverseListener interface.
addTreeListener(ITreeViewerListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds a listener for expand and collapse events in this viewer.
addTreeListener(Control, TreeListener) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Adds the given SWT tree listener to the given SWT control.
addTreeListener(Control, TreeListener) - Method in class org.eclipse.jface.viewers.TreeViewer
 
addTreeListener(TreeListener) - Method in class org.eclipse.swt.widgets.Tree
Adds the listener to the collection of listeners who will be notified when an item in the receiver is expanded or collapsed by sending it one of the messages defined in the TreeListener interface.
addTrim - Variable in class org.eclipse.jface.viewers.ColumnPixelData
Whether to allocate extra width to the column to account for trim taken by the column itself.
addUiObject(Object) - Method in class org.eclipse.update.util.FeatureWrap
 
addUpdateModelChangedListener(IUpdateModelChangedListener) - Static method in class org.eclipse.update.operations.OperationsManager
Adds a model changed listener.
addUserObject(KeyedElement) - Method in class org.eclipse.osgi.baseadaptor.loader.ClasspathEntry
Adds a user object
addVariable(String, Object) - Method in class org.eclipse.core.expressions.EvaluationContext
Adds a new named variable to this context.
addVariable(String, Object) - Method in interface org.eclipse.core.expressions.IEvaluationContext
Adds a new named variable to this context.
addVariableNameAccess(String) - Method in class org.eclipse.core.expressions.ExpressionInfo
Marks the given variable as accessed.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Combo
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addVerifyListener(VerifyListener) - Method in class org.eclipse.swt.widgets.Text
Adds the listener to the collection of listeners who will be notified when the receiver's text is verified, by sending it one of the messages defined in the VerifyListener interface.
addView(String) - Method in class org.eclipse.ercp.eworkbench.DefaultPerspective
 
addView(String) - Method in interface org.eclipse.ui.IFolderLayout
Adds a view with the given id to this folder.
addView(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Adds a view with the given id to this page layout.
addWatcher(BundleWatcher) - Method in class org.eclipse.osgi.baseadaptor.HookRegistry
Adds a bundle watcher to this hook registry.
addWindowListener(IWindowListener) - Method in interface org.eclipse.ui.IWorkbench
Adds a org.eclipse.jface.window listener.
AdminPermission - Class in org.osgi.framework
A bundle's authority to perform specific privileged administrative operations on or to get sensitive information about a bundle.
AdminPermission() - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object that matches all bundles and has all actions.
AdminPermission(String, String) - Constructor for class org.osgi.framework.AdminPermission
Create a new AdminPermission.
AdminPermission(Bundle, String) - Constructor for class org.osgi.framework.AdminPermission
Creates a new AdminPermission object to be used by the code that must check a Permission object.
afterExecute(IOperation, Object) - Method in interface org.eclipse.update.operations.IOperationListener
May be called after an operation finishes executing.
afterExecute(IOperation, Object) - Method in class org.eclipse.update.standalone.ScriptedCommand
 
alert(int) - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Alerts the user using device specific mechanisms such as sounds, flashing, or vibration.
ALERT_CRITICAL - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
alert level indicating immediate attention is required (ex. battery level at 1%)
ALERT_HIGH_IMPORTANCE - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
alert level indicating user attention desired (ex. instant message arrival)
ALERT_LOW_IMPORTANCE - Static variable in class org.eclipse.ercp.swt.mobile.MobileDevice
alert level indicating simple notification (ex. e-mail arrival)
AliasMapper - Class in org.eclipse.osgi.framework.internal.core
This class maps aliases.
AliasMapper() - Constructor for class org.eclipse.osgi.framework.internal.core.AliasMapper
Constructor.
aliasMapper - Static variable in class org.eclipse.osgi.framework.internal.core.Framework
The AliasMapper used to alias OS Names.
aliasOSName(String) - Method in class org.eclipse.osgi.framework.internal.core.AliasMapper
Return the master alias for the osname.
aliasProcessor(String) - Method in class org.eclipse.osgi.framework.internal.core.AliasMapper
Return the master alias for the processor.
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
ALL - Static variable in interface org.eclipse.core.runtime.content.IContentDescription
Options constant meaning that all properties should be described.
ALL_LEVELS - Static variable in class org.eclipse.jface.viewers.AbstractTreeViewer
Constant indicating that all levels of the tree should be expanded or collapsed.
allocate(DeviceResourceDescriptor) - Method in class org.eclipse.jface.resource.DeviceResourceManager
 
allocate(DeviceResourceDescriptor) - Method in class org.eclipse.jface.resource.LocalResourceManager
 
allowItem(IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
This method allows subclasses of ContributionManager to prevent certain items in the contributions list.
allowLinearRedoViolation(IUndoableOperation, IUndoContext, IOperationHistory, IAdaptable) - Method in class org.eclipse.core.commands.operations.LinearUndoEnforcer
 
allowLinearRedoViolation(IUndoableOperation, IUndoContext, IOperationHistory, IAdaptable) - Method in class org.eclipse.core.commands.operations.LinearUndoViolationDetector
Return a status indicating whether a linear redo violation is allowable.
allowLinearUndoViolation(IUndoableOperation, IUndoContext, IOperationHistory, IAdaptable) - Method in class org.eclipse.core.commands.operations.LinearUndoEnforcer
 
allowLinearUndoViolation(IUndoableOperation, IUndoContext, IOperationHistory, IAdaptable) - Method in class org.eclipse.core.commands.operations.LinearUndoViolationDetector
Return a status indicating whether a linear undo violation is allowable.
allowTraverseByArrowKey(Event) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.ercp.swt.mobile.HyperLink
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.ercp.swt.mobile.ListBox
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.ercp.swt.mobile.ListView
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Button
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Combo
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Composite
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Control
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.List
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Slider
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Table
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Text
 
allowTraverseByArrowKey(Event) - Method in class org.eclipse.swt.widgets.Tree
 
allPublishedServices - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
All published services.
AllServiceListener - Interface in org.osgi.framework
A ServiceEvent listener that does not filter based upon package wiring.
alpha - Variable in class org.eclipse.swt.graphics.ImageData
The global alpha value to be used for every pixel.
ALPHA - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for alpha input behavior (value is 1<<2).
alphaData - Variable in class org.eclipse.swt.graphics.ImageData
The alpha data of the image.
alreadySeen() - Method in interface org.eclipse.update.core.IVerificationResult
Indicates whether the signer and verifier info have already been accepted by the user during a previous verification of one of the file of the feature.
ALT - Static variable in class org.eclipse.swt.SWT
keyboard and/or mouse event mask indicating that the ALT key was pushed on the keyboard when the event was generated (value is 1<<16).
ALTERNATE_OPEN_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Deprecated. Workbench no longer supports alternate key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods.
and(EvaluationResult) - Method in class org.eclipse.core.expressions.EvaluationResult
Returns an EvaluationResult whose value is this && other).
AND - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the and expression (value: and)
AND - Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
APP - Static variable in class org.eclipse.osgi.framework.internal.core.SystemPolicy
 
append(String) - Method in interface org.eclipse.core.runtime.IPath
Returns the canonicalized path obtained from the concatenation of the given string path to the end of this path.
append(IPath) - Method in interface org.eclipse.core.runtime.IPath
Returns the canonicalized path obtained from the concatenation of the given path's segments to the end of this path.
append(IPath) - Method in class org.eclipse.core.runtime.Path
 
append(String) - Method in class org.eclipse.core.runtime.Path
 
append(String) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Appends a string.
append(String) - Method in class org.eclipse.ercp.swt.mobile.TextExtension
 
append(String) - Method in class org.eclipse.swt.widgets.Text
Appends a string.
appendChild(Node) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class org.eclipse.ercp.xml.dom.NodeImpl
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in class org.eclipse.ercp.xml.dom.TreeNode
Adds the node newChild to the end of the list of children of this node.
appendChild(Node) - Method in interface org.w3c.dom.Node
Adds the node newChild to the end of the list of children of this node.
appendData(String) - Method in class org.eclipse.ercp.xml.dom.CharacterDataImpl
Append the string to the end of the character data of the node.
appendData(String) - Method in interface org.w3c.dom.CharacterData
Append the string to the end of the character data of the node.
appendIana2JavaFile(InputStream) - Static method in class org.eclipse.ercp.xml.io.IanaJavaMap
 
APPENDING_NODE - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
appendToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.ContributionManager
 
appendToGroup(String, IContributionItem) - Method in interface org.eclipse.jface.action.IContributionManager
Adds a contribution item to this manager at the end of the group with the given name.
appendToGroup(String, IContributionItem) - Method in class org.eclipse.jface.action.SubContributionManager
 
APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for application modal behavior (value is 1<<16).
ApplicationDescriptor - Class in org.eclipse.ercp.eworkbench
class used to describe an eRCP application
ApplicationDescriptor(String, String) - Constructor for class org.eclipse.ercp.eworkbench.ApplicationDescriptor
Create a new empty descriptor.
ApplicationDescriptor(String, IConfigurationElement) - Constructor for class org.eclipse.ercp.eworkbench.ApplicationDescriptor
Create a descriptor from a config element.
ApplicationLauncher - Interface in org.eclipse.osgi.service.runnable
An ApplicationLauncher is used to launch ParameterizedRunnable objects using the main thread.
ApplicationRegistry - Class in org.eclipse.ercp.eworkbench
eRCP Application registry.
ApplicationRegistry() - Constructor for class org.eclipse.ercp.eworkbench.ApplicationRegistry
Construct a new registry.
ApplicationRegistryReader - Class in org.eclipse.ercp.eworkbench
A strategy to read application extensions from the registry.
ApplicationRegistryReader(ApplicationRegistry) - Constructor for class org.eclipse.ercp.eworkbench.ApplicationRegistryReader
 
ApplicationRunnable - Interface in org.eclipse.osgi.service.runnable
A parameterized runnable that can be stopped.
applicationRunning() - Method in class org.eclipse.core.runtime.internal.adaptor.DefaultStartupMonitor
 
applicationRunning() - Method in interface org.eclipse.osgi.service.runnable.StartupMonitor
This method is called by the platform from the primary thread once the application is completely initialized and running.
applyAdd(IExtensionChangeHandler, IExtension) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
applyChanges() - Method in interface org.eclipse.ui.preferences.IWorkingCopyManager
Apply the changes for all working copies, to their original org.eclipse.jface.preference nodes.
applyChangesNow() - Static method in class org.eclipse.update.operations.OperationsManager
Applies the changes made to the current configuration.
applyChangesNow() - Method in class org.eclipse.update.standalone.ScriptedCommand
Applies the changes made to the current configuration.
applyData(Object) - Method in class org.eclipse.jface.preference.PreferencePage
Apply the data to the receiver.
applyEditorValue() - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user has requested applying a value.
applyFontsAndColors(TableItem) - Method in class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders
Apply the fonts and colors to the control if required.
applyFontsAndColors(TreeItem) - Method in class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders
 
applyPreferences(IExportedPreferences) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Take the given preference tree and apply it to the Eclipse global preference hierarchy.
applyPreferences(IEclipsePreferences, IPreferenceFilter[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Apply the preference tree rooted at the given node, to the system's preference tree.
applyRemove(IExtensionChangeHandler, IExtension, Object[]) - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
AppPlugin - Class in org.eclipse.ercp.update
The main plugin class to be used in the desktop.
AppPlugin() - Constructor for class org.eclipse.ercp.update.AppPlugin
The constructor.
APPROX - Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
approxString(String) - Static method in class org.eclipse.osgi.framework.internal.core.FilterImpl
Map a string for an APPROX (~=) comparison.
AppsFeatures - Static variable in class org.eclipse.ercp.update.UIMessages
 
ARCH_AMD64 - Static variable in class org.eclipse.core.runtime.Platform
Deprecated. use ARCH_X86_64 instead. Note the values has been changed to be the value of the ARCH_X86_64 constant.
ARCH_AMD64 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Deprecated. use ARCH_X86_64 instead. Note the values has been changed to be the value of the ARCH_X86_64 constant.
ARCH_IA64 - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "ia64") indicating the platform is running on an IA64-based architecture.
ARCH_IA64 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "ia64") indicating the platform is running on an IA64-based architecture.
ARCH_IA64_32 - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "ia64_32") indicating the platform is running on an IA64 32bit-based architecture.
ARCH_IA64_32 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "ia64_32") indicating the platform is running on an IA64 32bit-based architecture.
ARCH_PA_RISC - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "PA_RISC") indicating the platform is running on an PA_RISC-based architecture.
ARCH_PA_RISC - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "PA_RISC") indicating the platform is running on an PA_RISC-based architecture.
ARCH_PPC - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "ppc") indicating the platform is running on an PowerPC-based architecture.
ARCH_PPC - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "ppc") indicating the platform is running on an PowerPC-based architecture.
ARCH_SPARC - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "sparc") indicating the platform is running on an Sparc-based architecture.
ARCH_SPARC - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "sparc") indicating the platform is running on an Sparc-based architecture.
ARCH_X86 - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "x86") indicating the platform is running on an x86-based architecture.
ARCH_X86 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "x86") indicating the platform is running on an x86-based architecture.
ARCH_X86_64 - Static variable in class org.eclipse.core.runtime.Platform
Constant string (value "x86_64") indicating the platform is running on an x86 64bit-based architecture.
ARCH_X86_64 - Static variable in interface org.eclipse.osgi.service.environment.Constants
Constant string (value "x86_64") indicating the platform is running on an x86 64bit-based architecture.
ArchiveReference - Class in org.eclipse.update.core
Convenience implementation of a site archive.
ArchiveReference() - Constructor for class org.eclipse.update.core.ArchiveReference
Constructor for ArchiveReference
ArchiveReferenceModel - Class in org.eclipse.update.core.model
Site archive model object.
ArchiveReferenceModel() - Constructor for class org.eclipse.update.core.model.ArchiveReferenceModel
Creates a uninitialized model object.
ArrayContentProvider - Class in org.eclipse.jface.viewers
This implementation of IStructuredContentProvider handles the case where the viewer input is an unchanging array or collection of elements.
ArrayContentProvider() - Constructor for class org.eclipse.jface.viewers.ArrayContentProvider
 
arrayTypeFor(List) - Method in class org.eclipse.update.core.model.ModelObject
Returns a concrete array type for the elements of the specified list.
arrayTypeFor(Set) - Method in class org.eclipse.update.core.model.ModelObject
Returns a concrete array type for the elements of the specified set.
ARROW_DOWN - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the DOWN ARROW key (value is (1<<24)+2).
ARROW_KEYS_OPEN - Static variable in class org.eclipse.jface.util.OpenStrategy
Open item when using arrow keys
ARROW_LEFT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the LEFT ARROW key (value is (1<<24)+3).
ARROW_RIGHT - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the RIGHT ARROW key (value is (1<<24)+4).
ARROW_UP - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the UP ARROW key (value is (1<<24)+1).
AS_ACTIVE_FOCUS - Static variable in class org.eclipse.ui.presentations.StackPresentation
Activation state indicating that one of the parts in the presentation currently has focus
AS_ACTIVE_NOFOCUS - Static variable in class org.eclipse.ui.presentations.StackPresentation
Activation state indicating that none of the parts in the presentation have focus, but one of the parts is being used as the context for global menus and toolbars
AS_CHECK_BOX - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 2) indicating action is a check box (or a toggle button).
AS_DROP_DOWN_MENU - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 4) indicating action is a drop down menu.
AS_INACTIVE - Static variable in class org.eclipse.ui.presentations.StackPresentation
Inactive state.
AS_PUSH_BUTTON - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 1) indicating action is a simple push button.
AS_RADIO_BUTTON - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 8) indicating action is a radio button.
AS_UNSPECIFIED - Static variable in interface org.eclipse.jface.action.IAction
Action style constant (value 0) indicating action style is not specified yet.
asArray(String) - Static method in class org.eclipse.jface.resource.StringConverter
Breaks out space-separated words into an array of words.
asArray(String, String[]) - Static method in class org.eclipse.jface.resource.StringConverter
/** Breaks out space-separated words into an array of words.
asBoolean(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a boolean.
asBoolean(String, boolean) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a boolean.
asDisplayableString(FontData) - Static method in class org.eclipse.jface.resource.StringConverter
Deprecated. use asString(FontData)
asDouble(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a double.
asDouble(String, double) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a double.
asFile() - Method in class org.eclipse.update.core.ContentReference
Returns the content reference as a file.
asFloat(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a float.
asFloat(String, float) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a float.
asFontData(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT font data object.
asFontData(String, FontData) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT font data object.
asFontDataArray(String) - Static method in class org.eclipse.jface.resource.StringConverter
Convert the given value into an array of SWT font data objects.
asInt(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an int.
asInt(String, int) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an int.
asJarFile() - Method in class org.eclipse.update.core.JarContentReference
Returns the content reference as a jar file.
asLocalFile(ContentReference, InstallMonitor) - Method in class org.eclipse.update.core.FeatureContentProvider
Returns the specified reference as a local file.
asLocalReference(ContentReference, InstallMonitor) - Method in class org.eclipse.update.core.FeatureContentProvider
Returns the specified reference as a local file system reference.
asLocalURL(URL) - Static method in class org.eclipse.core.runtime.Platform
Deprecated. use FileLocator.toFileURL(URL) instead
asLong(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a long.
asLong(String, long) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into a long.
asPoint(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT point.
asPoint(String, Point) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT point.
asRectangle(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT rectangle.
asRectangle(String, Rectangle) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT rectangle.
asRGB(String) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT RGB color value.
asRGB(String, RGB) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given value into an SWT RGB color value.
Assert - Class in org.eclipse.core.runtime
Assert is useful for for embedding runtime sanity checks in code.
Assert - Class in org.eclipse.jface.util
Assert is useful for for embedding runtime sanity checks in code.
assertContentProviderType(IContentProvider) - Method in class org.eclipse.jface.viewers.StructuredViewer
Assert that the content provider is of one of the supported types.
assertContentProviderType(IContentProvider) - Method in class org.eclipse.jface.viewers.TableViewer
 
assertElementsNotNull(Object[]) - Method in class org.eclipse.jface.viewers.StructuredViewer
Asserts that the given array of elements is itself non- null and contains no null elements.
assertInstance(Object, Class) - Static method in class org.eclipse.jface.util.Util
Verifies that the given object is an instance of the given class.
AssertionFailedException - Exception in org.eclipse.core.runtime
AssertionFailedException is a runtime exception thrown by some of the methods in Assert.
AssertionFailedException(String) - Constructor for exception org.eclipse.core.runtime.AssertionFailedException
Constructs a new exception with the given message.
assertIsWriteable() - Method in class org.eclipse.update.core.model.ModelObject
Checks that this model object is writeable.
associate(Object, Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
associate(Object, Item) - Method in class org.eclipse.jface.viewers.StructuredViewer
Associates the given element with the given widget.
asString(double) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given double value to a string.
asString(float) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given float value to a string.
asString(int) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given int value to a string.
asString(long) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given long value to a string.
asString(Boolean) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given boolean object to a string.
asString(Double) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given double object to a string.
asString(Float) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given float object to a string.
asString(Integer) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given integer object to a string.
asString(Long) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given long object to a string.
asString(FontData[]) - Static method in class org.eclipse.jface.resource.StringConverter
Converts a font data array to a string.
asString(FontData) - Static method in class org.eclipse.jface.resource.StringConverter
Converts a font data object to a string.
asString(Point) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given SWT point object to a string.
asString(Rectangle) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given SWT rectangle object to a string.
asString(RGB) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given SWT RGB color value object to a string.
asString(boolean) - Static method in class org.eclipse.jface.resource.StringConverter
Converts the given boolean value to a string.
asURL() - Method in class org.eclipse.update.core.ContentReference
Returns the content reference as a URL.
asURL() - Method in class org.eclipse.update.core.JarEntryContentReference
Returns the content reference as a URL.
ASYNC_FINISH - Static variable in class org.eclipse.core.runtime.jobs.Job
Job status return value that is used to indicate asynchronous job completion.
asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Display
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
asyncExec(Runnable) - Method in class org.eclipse.swt.widgets.Synchronizer
Causes the run() method of the runnable to be invoked by the user-interface thread at the next reasonable opportunity.
ATT_LARGE - Static variable in class org.eclipse.ercp.eworkbench.ApplicationRegistryReader
 
ATT_NORMAL - Static variable in class org.eclipse.ercp.eworkbench.ApplicationRegistryReader
 
ATT_STATUS - Static variable in class org.eclipse.ercp.eworkbench.ApplicationRegistryReader
 
ATT_VALUE - Static variable in class org.eclipse.core.expressions.Expression
Name of the value attribute of an expression (value is value).
attachFragment(BundleData, ProtectionDomain, String[]) - Method in class org.eclipse.osgi.baseadaptor.loader.ClasspathManager
Attaches the specified sourcedata, sourcedomain and sourceclasspath to this classpath manager
attachFragment(BundleData, ProtectionDomain, String[]) - Method in interface org.eclipse.osgi.framework.adaptor.BundleClassLoader
Attaches the BundleData for a fragment to this BundleClassLoader.
attachFragment(BundleFragment) - Method in class org.eclipse.osgi.framework.internal.core.BundleHost
Attaches a fragment to this BundleHost.
attachFragments() - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Returns true if this bundle allows fragments to attach
ATTEQUAL_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
ATTLIST_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
ATTNAME_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
attr - Variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
filter attribute or null if operation AND, OR or NOT
Attr - Interface in org.w3c.dom
The Attr interface represents an attribute in an Element object.
ATTRIBUTE_HANDLED - Static variable in interface org.eclipse.core.commands.IHandlerAttributes
The name of the attribute indicating whether the handler is handled.
ATTRIBUTE_NODE - Static variable in interface org.w3c.dom.Node
The node is an Attr.
attributeDecl(String, String, String, String, String) - Method in interface org.xml.sax.ext.DeclHandler
Report an attribute type declaration.
attributeDecl(String, String, String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
AttributeList - Interface in org.xml.sax
Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
AttributeListImpl - Class in org.xml.sax.helpers
Deprecated. This class implements a deprecated interface, AttributeList; that interface has been replaced by Attributes, which is implemented in the AttributesImpl helper class.
AttributeListImpl() - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Create an empty attribute list.
AttributeListImpl(AttributeList) - Constructor for class org.xml.sax.helpers.AttributeListImpl
Deprecated. Construct a persistent copy of an existing attribute list.
AttributeMap - Class in org.eclipse.ercp.xml.dom
NamedNodeMap implementation
AttributeMap(ElementImpl) - Constructor for class org.eclipse.ercp.xml.dom.AttributeMap
Constructor for AttributeMap.
Attributes - Interface in org.xml.sax
Interface for a list of XML attributes.
Attributes2 - Interface in org.xml.sax.ext
SAX2 extension to augment the per-attribute information provided though Attributes.
Attributes2Impl - Class in org.xml.sax.ext
SAX2 extension helper for additional Attributes information, implementing the Attributes2 interface.
Attributes2Impl() - Constructor for class org.xml.sax.ext.Attributes2Impl
Construct a new, empty Attributes2Impl object.
Attributes2Impl(Attributes) - Constructor for class org.xml.sax.ext.Attributes2Impl
Copy an existing Attributes or Attributes2 object.
AttributesImpl - Class in org.eclipse.ercp.xml.parser
Default implementation for Attributes
AttributesImpl() - Constructor for class org.eclipse.ercp.xml.parser.AttributesImpl
Constructor for AttributesImpl
AttributesImpl - Class in org.xml.sax.helpers
Default implementation of the Attributes interface.
AttributesImpl() - Constructor for class org.xml.sax.helpers.AttributesImpl
Construct a new, empty AttributesImpl object.
AttributesImpl(Attributes) - Constructor for class org.xml.sax.helpers.AttributesImpl
Copy an existing Attributes object.
AttrImpl - Class in org.eclipse.ercp.xml.dom
 
AttrImpl(DocumentImpl, String) - Constructor for class org.eclipse.ercp.xml.dom.AttrImpl
Constructor for AttrImpl
AttrImpl(DocumentImpl, String, String) - Constructor for class org.eclipse.ercp.xml.dom.AttrImpl
 
ATTVALUE_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
AUTOGENERATED_CATEGORY_ID - Static variable in class org.eclipse.core.commands.CommandManager
The identifier of the category in which all auto-generated commands will appear.
available() - Method in class org.eclipse.ercp.xml.io.SimpleBufferedInputStream
Answers a int representing then number of bytes that are available before this InputStream will block.
availableFeatures - Variable in class org.eclipse.ercp.update.views.NormalView
 
awake(IJobChangeEvent) - Method in interface org.eclipse.core.runtime.jobs.IJobChangeListener
Notification that a job was previously sleeping and has now been rescheduled to run.
awake(IJobChangeEvent) - Method in class org.eclipse.core.runtime.jobs.JobChangeAdapter
 

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 _