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

A

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
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
ADDED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that a new feature has become available.
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)
ALL_LEVELS - Static variable in class org.eclipse.jface.viewers.AbstractTreeViewer
Constant indicating that all levels of the tree should be expanded or collapsed.
ALPHA - Static variable in class org.eclipse.swt.SWT
Input Method Editor style constant for alpha input behavior (value is 1<<2).
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.
APPLICATION_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for application modal behavior (value is 1<<16).
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.
AbstractListViewer - class org.eclipse.jface.viewers.AbstractListViewer.
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
 
AbstractTreeViewer - class org.eclipse.jface.viewers.AbstractTreeViewer.
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 org.eclipse.ui.plugin.AbstractUIPlugin.
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.
AcceptAllFilter - class org.eclipse.jface.viewers.AcceptAllFilter.
Filter that accepts everything.
AcceptAllFilter() - Constructor for class org.eclipse.jface.viewers.AcceptAllFilter
 
Action - class org.eclipse.jface.action.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.
Activate - Static variable in class org.eclipse.swt.SWT
The activate event type (value is 26).
AddSiteCommand - class org.eclipse.update.standalone.AddSiteCommand.
Command to add a new product extension site.
AddSiteCommand(String) - Constructor for class org.eclipse.update.standalone.AddSiteCommand
 
ArchiveReference - class org.eclipse.update.core.ArchiveReference.
Convenience implementation of a site archive.
ArchiveReference() - Constructor for class org.eclipse.update.core.ArchiveReference
Constructor for ArchiveReference
ArchiveReferenceModel - class org.eclipse.update.core.model.ArchiveReferenceModel.
Site archive model object.
ArchiveReferenceModel() - Constructor for class org.eclipse.update.core.model.ArchiveReferenceModel
Creates a uninitialized model object.
ArrayContentProvider - class org.eclipse.jface.viewers.ArrayContentProvider.
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
 
Assert - class org.eclipse.jface.util.Assert.
Assert is useful for for embedding runtime sanity checks in code.
abort() - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Closes this content consumer, indicating the store operations should be aborted.
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
 
acceptNonPluginData(INonPluginEntry) - Method in interface org.eclipse.update.core.IInstallHandlerWithFilter
 
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(IWorkbenchPart) - Method in interface org.eclipse.ui.IWorkbenchPage
Activates the given part.
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.
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(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(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) - Method in class org.eclipse.swt.widgets.Combo
Adds the argument to the end of the receiver's list.
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.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
 
addActionSet(String) - Method in interface org.eclipse.ui.IPageLayout
Adds an action set with the given id to this page layout.
addArchiveReferenceModel(ArchiveReferenceModel) - Method in class org.eclipse.update.core.model.SiteModel
Adds an archive reference model to site.
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.
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
addColumnData(ColumnLayoutData) - Method in class org.eclipse.jface.viewers.TableLayout
Adds a new column of data to this table layout.
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.
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.
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 notified when the widget is disposed.
addDoubleClickListener(IDoubleClickListener) - Method in class org.eclipse.jface.viewers.StructuredViewer
Adds a listener for double-clicks in this viewer.
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 interface org.eclipse.ui.commands.ICommandService
Adds an execution listener to the command service.
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.
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 notified when an event of the given type occurs anywhere in a widget.
addFilter(IUpdateSearchFilter) - Method in class org.eclipse.update.search.UpdateSearchRequest
Adds a filter to this request.
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.
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.
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.
addInstallConfigurationChangedListener(IInstallConfigurationChangedListener) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Adds a configuration change listener.
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(int, Listener) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Adds the listener to the collection of listeners who will be notifed when an event of the given type occurs.
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(int, Listener) - Method in class org.eclipse.swt.widgets.Display
Adds the listener to the collection of listeners who will be notified 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 notified when an event of the given type occurs.
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 the collection of listeners who will be notified when the current location has changed or is about to change.
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.
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.
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.
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.
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.
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 the collection of listeners who will be notified when a progress is made during the loading of the current URL or when the loading of the current URL has been completed.
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.
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 the user, 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 user changes the receiver's selection, by sending it one of the messages defined in the SelectionListener interface.
addSelectionListener(SelectionListener) - Method in class org.eclipse.swt.widgets.Link
Adds the listener to the collection of listeners who will be notified when the control 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.List
Adds the listener to the collection of listeners who will be notified when the user changes the receiver's selection, 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 the user, 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 user changes the receiver's value, 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 user changes the receiver's value, 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 user changes the receiver's selection, 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 the user, 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 the user, 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 user changes the receiver's selection, 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.
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.
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.
addStatusTextListener(StatusTextListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the status text is changed.
addSuffix(String) - Method in interface org.eclipse.jface.viewers.IDecoration
Adds a suffix to the element's label.
addTitleListener(TitleListener) - Method in class org.eclipse.swt.browser.Browser
Adds the listener to the collection of listeners who will be notified when the title of the current document is available or has changed.
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.
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.
addUpdateModelChangedListener(IUpdateModelChangedListener) - Static method in class org.eclipse.update.operations.OperationsManager
Adds a model changed listener.
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 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.
addWindowListener(IWindowListener) - Method in interface org.eclipse.ui.IWorkbench
Adds a org.eclipse.jface.window listener.
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.
alignment - Variable in class org.eclipse.swt.layout.FormAttachment
alignment specifies the alignment of the control side that is attached to a control.
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.
alpha - Variable in class org.eclipse.swt.graphics.ImageData
The global alpha value to be used for every pixel.
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.
append(String) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Appends a string.
append(String) - Method in class org.eclipse.swt.widgets.Text
Appends a string.
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
 
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
 
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.
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.
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.
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.
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.
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.
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.
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.
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.

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