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

S

SAVE - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for save file dialog behavior (value is 1<<13).
SCROLL_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the scroll lock key (value is (1<<24)+84).
SEARCH_LOCATION_BOTH - Static variable in interface org.eclipse.update.core.IFeature
Indicates the one-click update will search both the location of the nesting root feature and the location defined by the feature.
SEARCH_LOCATION_DEFAULT - Static variable in interface org.eclipse.update.core.IFeature
Indicates the one-click update will search the location of the nesting root feature.
SEARCH_LOCATION_FEATURE - Static variable in interface org.eclipse.update.core.IFeature
Indicates the one-click update will search the location defined by the feature.
SEARCH_ROOT - Static variable in interface org.eclipse.update.core.IUpdateConstants
The search location for updates is defined by the root feature.
SEARCH_SELF - Static variable in interface org.eclipse.update.core.IUpdateConstants
The search location for updates is defined by this feature.
SECONDARY - Static variable in class org.eclipse.ercp.swt.mobile.Screen
multiple secondary screens may be simultaneously active
SELECT - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that represents the context-sensitive action.
SELECT_ALL - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the select all action
SELECT_ON_HOVER - Static variable in class org.eclipse.jface.util.OpenStrategy
Hover will select the item.
SEPARATOR - Static variable in class org.eclipse.swt.SWT
Style constant for line separator behavior (value is 1<<1).
SHADOW_IN - Static variable in class org.eclipse.swt.SWT
Style constant for shadow in behavior (value is 1<<2).
SHADOW_NONE - Static variable in class org.eclipse.swt.SWT
Style constant for no shadow behavior (value is 1<<5).
SHADOW_OUT - Static variable in class org.eclipse.swt.SWT
Style constant for shadow out behavior (value is 1<<3).
SHELL_TRIM - Static variable in class org.eclipse.swt.SWT
Trim style convenience constant for the most common top level shell appearance (value is CLOSE|TITLE|MIN|MAX|RESIZE).
SHIFT - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the SHIFT key was pushed on the keyboard when the event was generated (value is 1<<17).
SHIFT_OPEN_NEW_PERSPECTIVE - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Deprecated. Workbench no longer supports shift key modifier to open a new perspective. Callers should use IWorkbench.showPerspective methods.
SHOW_INTRO - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference indicating whether the workbench should show the introduction component (if available) on startup.
SHOW_SYSTEM_JOBS - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Stores whether or not system jobs are being shown.
SHOW_TEXT_ON_PERSPECTIVE_BAR - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for whether the workbench should show text on the perspective bar.
SHOW_TRADITIONAL_STYLE_TABS - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A named org.eclipse.jface.preference for whether the workbench should show traditional style tabs in editors and views.
SINGLE - Static variable in class org.eclipse.swt.SWT
Style constant for single selection behavior in lists and single line support on text fields (value is 1<<2).
SINGLE_CLICK - Static variable in class org.eclipse.jface.util.OpenStrategy
Single click will open the item.
SITE_ACCESS_EXCEPTION - Static variable in interface org.eclipse.update.core.ISite
If we are unable to access a site, the returned CoreException will contain this return code.
SITE_FILE - Static variable in class org.eclipse.update.core.Site
Default site manifest file name
SITE_XML - Static variable in class org.eclipse.update.core.Site
Default site manifest extension
SIZE_UNKNOWN - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the amount of available free space is not known
SMALL_STATUS_PANE - Static variable in class org.eclipse.ercp.swt.mobile.MobileShell
Hint to show small status pane with shell
SMOOTH - Static variable in class org.eclipse.swt.SWT
Style constant for smooth appearance.
SOFTKEYS - Static variable in class org.eclipse.ercp.swt.mobile.Input
input feature has one or more hardware keys whose meaning can be configured
STANDARD - Static variable in class org.eclipse.ercp.swt.mobile.QueryDialog
Alphanumeric data entry type
STATE_MAXIMIZED - Static variable in interface org.eclipse.ui.presentations.IStackPresentationSite
 
STATE_MINIMIZED - Static variable in interface org.eclipse.ui.presentations.IStackPresentationSite
 
STATE_RESTORED - Static variable in interface org.eclipse.ui.presentations.IStackPresentationSite
 
STATUS - Static variable in class org.eclipse.ercp.swt.mobile.Screen
sub type of secondary screen that shows minimal content for notification purposes
STATUS_AMBIGUOUS - Static variable in interface org.eclipse.update.core.IFeature
Indicates a 'happy' feature A feature is considered to be 'ambiguous' in the context of a local site if all the plug-ins referenced by the feature are installed on the site and other version of any of the plug-ins are installed on any other site of the local site.
STATUS_DISABLED - Static variable in interface org.eclipse.update.core.IFeature
Indicates a disable feature
STATUS_HAPPY - Static variable in interface org.eclipse.update.core.IFeature
Indicates a 'happy' feature A feature is considered to be 'happy' in the context of a local site if all the plug-ins referenced by the feature are installed on the site and no other version of any of the plug-ins are installed on any other site of the local site.
STATUS_NOK - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates the action did not complete successfully
STATUS_OK - Static variable in interface org.eclipse.update.configuration.IActivity
Indicates the action completed cussessfully
STATUS_UNHAPPY - Static variable in interface org.eclipse.update.core.IFeature
Indicates an 'unhappy' feature A feature is considered to be 'unhappy' in the context of this site, if some of the plug-ins referenced by the feature are not installed on this site.
STOP - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that stops some currently running process, operation, etc.
STRING_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for String preferences ("").
SWT - class org.eclipse.swt.SWT.
This class provides access to a small number of SWT system-wide methods, and in addition defines the public constants provided by SWT.
SWT() - Constructor for class org.eclipse.swt.SWT
 
SWTError - error org.eclipse.swt.SWTError.
This error is thrown whenever an unrecoverable error occurs internally in SWT.
SWTError() - Constructor for class org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace filled in.
SWTError(String) - Constructor for class org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and message filled in.
SWTError(int) - Constructor for class org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and error code filled in.
SWTError(int, String) - Constructor for class org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace, error code and message filled in.
SWTException - exception org.eclipse.swt.SWTException.
This runtime exception is thrown whenever a recoverable error occurs internally in SWT.
SWTException() - Constructor for class org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace filled in.
SWTException(String) - Constructor for class org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and message filled in.
SWTException(int) - Constructor for class org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and error code filled in.
SWTException(int, String) - Constructor for class org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace, error code and message filled in.
SYSTEM_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for system modal behavior (value is 1<<17).
SafeRunnable - class org.eclipse.jface.util.SafeRunnable.
Implements a default implementation of ISafeRunnable.
SafeRunnable() - Constructor for class org.eclipse.jface.util.SafeRunnable
Creates a new instance of SafeRunnable with a default error message.
SafeRunnable(String) - Constructor for class org.eclipse.jface.util.SafeRunnable
Creates a new instance of SafeRunnable with the given error message.
ScopedPreferenceStore - class org.eclipse.ui.preferences.ScopedPreferenceStore.
The ScopedPreferenceStore is an IPreferenceStore that uses the scopes provided in org.eclipse.core.runtime.preferences.
ScopedPreferenceStore(IScopeContext, String, String) - Constructor for class org.eclipse.ui.preferences.ScopedPreferenceStore
Create a new instance of the receiver.
ScopedPreferenceStore(IScopeContext, String) - Constructor for class org.eclipse.ui.preferences.ScopedPreferenceStore
Create a new instance of the receiver.
Screen - class org.eclipse.ercp.swt.mobile.Screen.
Instances of this class represent display screens available for application use.
ScreenEvent - class org.eclipse.ercp.swt.mobile.ScreenEvent.
Instances of this class are sent as a result of screen configuration changes.
ScreenEvent(Screen) - Constructor for class org.eclipse.ercp.swt.mobile.ScreenEvent
Constructs a new instance of this class and associates it with the given screen.
ScreenListener - interface org.eclipse.ercp.swt.mobile.ScreenListener.
Classes implementing this interface provide methods that are called when the screen configuration is updated.
ScriptedCommand - class org.eclipse.update.standalone.ScriptedCommand.
Parent class for all the update manager standalone commands.
ScriptedCommand() - Constructor for class org.eclipse.update.standalone.ScriptedCommand
Constructor
ScriptedCommand(String) - Constructor for class org.eclipse.update.standalone.ScriptedCommand
Constructor.
ScrollBar - class org.eclipse.swt.widgets.ScrollBar.
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Scrollable - class org.eclipse.swt.widgets.Scrollable.
This class is the abstract superclass of all classes which represent controls that have standard scroll bars.
Scrollable(Composite, int) - Constructor for class org.eclipse.swt.widgets.Scrollable
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SearchCommand - class org.eclipse.update.standalone.SearchCommand.
Command to search an update site and list its features.
SearchCommand(String) - Constructor for class org.eclipse.update.standalone.SearchCommand
 
Selection - Static variable in class org.eclipse.swt.SWT
The selection event type (value is 13).
SelectionChangedEvent - class org.eclipse.jface.viewers.SelectionChangedEvent.
Event object describing a selection change.
SelectionChangedEvent(ISelectionProvider, ISelection) - Constructor for class org.eclipse.jface.viewers.SelectionChangedEvent
Creates a new event for the given source and selection.
SelectionEvent - class org.eclipse.swt.events.SelectionEvent.
Instances of this class are sent as a result of widgets being selected.
SelectionEvent(Event) - Constructor for class org.eclipse.swt.events.SelectionEvent
Constructs a new instance of this class based on the information in the given untyped event.
SelectionListener - interface org.eclipse.swt.events.SelectionListener.
Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
SetData - Static variable in class org.eclipse.swt.SWT
The set data event type (value is 36).
Settings - Static variable in class org.eclipse.swt.SWT
The settings changed event type (value is 39).
Shell - class org.eclipse.swt.widgets.Shell.
Instances of this class represent the "windows" which the desktop or "window manager" is managing.
Shell() - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class.
Shell(int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only the style value describing its behavior and appearance.
Shell(Display) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only the display to create it on.
Shell(Display, int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given the display to create it on and a style value describing its behavior and appearance.
Shell(Shell) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given only its parent.
Shell(Shell, int) - Constructor for class org.eclipse.swt.widgets.Shell
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ShellEvent - class org.eclipse.swt.events.ShellEvent.
Instances of this class are sent as a result of operations being performed on shells.
ShellEvent(Event) - Constructor for class org.eclipse.swt.events.ShellEvent
Constructs a new instance of this class based on the information in the given untyped event.
ShellListener - interface org.eclipse.swt.events.ShellListener.
Classes which implement this interface provide methods that deal with changes in state of Shells.
Show - Static variable in class org.eclipse.swt.SWT
The show event type (value is 22).
Site - class org.eclipse.update.core.Site.
Convenience implementation of a site.
Site() - Constructor for class org.eclipse.update.core.Site
Constructor for Site
SiteContentProvider - class org.eclipse.update.core.SiteContentProvider.
Base site content provider Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
SiteContentProvider(URL) - Constructor for class org.eclipse.update.core.SiteContentProvider
Constructor for SiteContentProvider
SiteFeatureReference - class org.eclipse.update.core.SiteFeatureReference.
Convenience implementation of a feature reference.
SiteFeatureReference() - Constructor for class org.eclipse.update.core.SiteFeatureReference
Feature reference default constructor
SiteFeatureReference(ISiteFeatureReference) - Constructor for class org.eclipse.update.core.SiteFeatureReference
Constructor FeatureReference.
SiteFeatureReferenceModel - class org.eclipse.update.core.SiteFeatureReferenceModel.
Site Feature reference model object.
SiteFeatureReferenceModel() - Constructor for class org.eclipse.update.core.SiteFeatureReferenceModel
Creates an uninitialized feature reference model object.
SiteFeatureReferenceModel(ISiteFeatureReference) - Constructor for class org.eclipse.update.core.SiteFeatureReferenceModel
Constructor FeatureReferenceModel.
SiteManager - class org.eclipse.update.core.SiteManager.
Site Manager.
SiteModel - class org.eclipse.update.core.model.SiteModel.
Site model object.
SiteModel() - Constructor for class org.eclipse.update.core.model.SiteModel
Creates an uninitialized site model object.
SiteModelFactory - class org.eclipse.update.core.model.SiteModelFactory.
Default site model factory.
SiteModelFactory() - Constructor for class org.eclipse.update.core.model.SiteModelFactory
Creates a default site factory.
Slider - class org.eclipse.swt.widgets.Slider.
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
Slider(Composite, int) - Constructor for class org.eclipse.swt.widgets.Slider
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
SortedList - class org.eclipse.ercp.swt.mobile.SortedList.
Instances of this class represent a selectable user interface object that displays a sorted list of text items.
SortedList(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.SortedList
Construct a new instance of this class given its parent and a style value describing its behavior and appearance.
SortedList(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.SortedList
Construct a new instance of this class given its parent, a style value describing its behavior and appearance, and a mode style describing additional behavior modes.
StackPresentation - class org.eclipse.ui.presentations.StackPresentation.
This represents an object that can supply trim around a IPresentablePart.
StackPresentation(IStackPresentationSite) - Constructor for class org.eclipse.ui.presentations.StackPresentation
Constructs a new stack presentation with the given site.
StandaloneUpdateApplication - class org.eclipse.update.standalone.StandaloneUpdateApplication.
The application class used to launch standalone update commands.
StandaloneUpdateApplication() - Constructor for class org.eclipse.update.standalone.StandaloneUpdateApplication
 
StatusLineLayoutData - class org.eclipse.jface.action.StatusLineLayoutData.
Represents the layout data object for Control within the status line.
StatusLineLayoutData() - Constructor for class org.eclipse.jface.action.StatusLineLayoutData
Creates an initial status line layout data object.
StatusLineManager - class org.eclipse.jface.action.StatusLineManager.
A status line manager is a contribution manager which realizes itself and its items in a status line control.
StatusLineManager() - Constructor for class org.eclipse.jface.action.StatusLineManager
Creates a new status line manager.
StatusTextEvent - class org.eclipse.swt.browser.StatusTextEvent.
A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
StatusTextListener - interface org.eclipse.swt.browser.StatusTextListener.
This listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser is changed.
StringConverter - class org.eclipse.jface.resource.StringConverter.
Helper class for converting various data types to and from strings.
StructuredSelection - class org.eclipse.jface.viewers.StructuredSelection.
A concrete implementation of the IStructuredSelection interface, suitable for instantiating.
StructuredSelection() - Constructor for class org.eclipse.jface.viewers.StructuredSelection
Creates a new empty selection.
StructuredSelection(Object[]) - Constructor for class org.eclipse.jface.viewers.StructuredSelection
Creates a structured selection from the given elements.
StructuredSelection(Object) - Constructor for class org.eclipse.jface.viewers.StructuredSelection
Creates a structured selection containing a single object.
StructuredSelection(List) - Constructor for class org.eclipse.jface.viewers.StructuredSelection
Creates a structured selection from the given List.
StructuredViewer - class org.eclipse.jface.viewers.StructuredViewer.
Abstract base implementation for structure-oriented viewers (trees, lists, tables).
StructuredViewer() - Constructor for class org.eclipse.jface.viewers.StructuredViewer
Creates a structured element viewer.
StructuredViewer.ColorAndFontCollectorWithProviders - class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders.
The ColorAndFontCollector is a helper class for viewers that have color and font support ad optionally decorators.
StructuredViewer.ColorAndFontCollectorWithProviders(IBaseLabelProvider) - Constructor for class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders
Create a new instance of the receiver using the supplied label provider.
SubContributionItem - class org.eclipse.jface.action.SubContributionItem.
A SubContributionItem is a wrapper for an IContributionItem.
SubContributionItem(IContributionItem) - Constructor for class org.eclipse.jface.action.SubContributionItem
Creates a new SubContributionItem.
SubContributionManager - class org.eclipse.jface.action.SubContributionManager.
A SubContributionManager is used to define a set of contribution items within a parent manager.
SubContributionManager(IContributionManager) - Constructor for class org.eclipse.jface.action.SubContributionManager
Constructs a new SubContributionManager
SubStatusLineManager - class org.eclipse.jface.action.SubStatusLineManager.
A SubStatusLineManager is used to define a set of contribution items within a parent manager.
SubStatusLineManager(IStatusLineManager) - Constructor for class org.eclipse.jface.action.SubStatusLineManager
Constructs a new manager.
Synchronizer - class org.eclipse.swt.widgets.Synchronizer.
Instances of this class provide synchronization support for displays.
Synchronizer(Display) - Constructor for class org.eclipse.swt.widgets.Synchronizer
Constructs a new instance of this class.
save() - Method in interface org.eclipse.jface.preference.IPersistentPreferenceStore
Saves the non-default-valued preferences known to this preference store to the file from which they were originally loaded.
save() - Method in class org.eclipse.jface.preference.PreferenceStore
Saves the non-default-valued preferences known to this preference store to the file from which they were originally loaded.
save(OutputStream, String) - Method in class org.eclipse.jface.preference.PreferenceStore
Saves this preference store to the given output stream.
save(OutputStream, int) - Method in class org.eclipse.swt.graphics.ImageLoader
Saves the image data in this ImageLoader to the specified stream.
save(String, int) - Method in class org.eclipse.swt.graphics.ImageLoader
Saves the image data in this ImageLoader to a file with the specified name.
save(Writer) - Method in class org.eclipse.ui.XMLMemento
Saves this memento's document current values to the specified writer.
save() - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
save() - Method in interface org.eclipse.update.configuration.ILocalSite
Saves the local site state
saveAllEditors(boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Saves the contents of all dirty editors belonging to this workbench page.
savePerspective() - Method in interface org.eclipse.ui.IWorkbenchPage
Saves the visible views, their layout, and the visible action sets for this page to the current perspective descriptor.
savePerspectiveAs(IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IWorkbenchPage
Saves the visible views, their layout, and the visible action sets for this page to the given perspective descriptor.
savePreferenceStore() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. As of Eclipse 2.0, preferences exist for all plug-ins. The equivalent of this method is Plugin.savePluginPreferences. This method now calls savePluginPreferences, and exists only for backwards compatibility.
saveState(IMemento) - Method in interface org.eclipse.ui.IPersistable
Saves the state of the object in the given memento.
saveState(IMemento) - Method in interface org.eclipse.ui.IViewPart
Saves the object state within a memento.
saveState(IMemento) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Saves arbitrary application specific state information.
saveState(IMemento) - Method in class org.eclipse.ui.part.ViewPart
 
saveState() - Method in class org.eclipse.update.core.InstallMonitor
Save the current monitor state.
saveWidgetState() - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method does nothing.
saveWidgetState() - Method in interface org.eclipse.jface.action.IContributionItem
Saves any state information of the control(s) owned by this contribution item.
saveWidgetState() - Method in class org.eclipse.jface.action.SubContributionItem
 
scaledTo(int, int) - Method in class org.eclipse.swt.graphics.ImageData
Returns a copy of the receiver which has been stretched or shrunk to the specified size.
scanlinePad - Variable in class org.eclipse.swt.graphics.ImageData
The scanline padding.
screenActivated(ScreenEvent) - Method in interface org.eclipse.ercp.swt.mobile.ScreenListener
Sent when the screen is activated.
screenChanged(MobileDeviceEvent) - Method in interface org.eclipse.ercp.swt.mobile.MobileDeviceListener
Called when a screen configuration has been changed.
screenDeactivated(ScreenEvent) - Method in interface org.eclipse.ercp.swt.mobile.ScreenListener
Sent when the screen is deactivated.
screenOrientationChanged(ScreenEvent) - Method in interface org.eclipse.ercp.swt.mobile.ScreenListener
Sent when the screen's orientation is changed.
scroll(int, int, int, int, int, int, boolean) - Method in class org.eclipse.swt.widgets.Canvas
Scrolls a rectangular area of the receiver by first copying the source area to the destination and then causing the area of the source which is not covered by the destination to be repainted.
scrollDown(int, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
scrollDown(int, int) - Method in class org.eclipse.jface.viewers.Viewer
Scrolls the viewer's control down by one item from the given display-relative coordinates.
scrollUp(int, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
scrollUp(int, int) - Method in class org.eclipse.jface.viewers.Viewer
Scrolls the viewer's control up by one item from the given display-relative coordinates.
select(int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects the item at the given zero-relative index in the receiver's list.
select(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects the items in the range specified by the given zero-relative indices in the receiver.
select(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects the items at the given zero-relative indices in the receiver.
select(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects the item at the given zero-relative index in the receiver's list.
select(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects the items in the range specified by the given zero-relative indices in the receiver.
select(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects the items at the given zero-relative indices in the receiver.
select(String) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Selects the first item that has text matching the given string.
select(Object) - Method in class org.eclipse.jface.viewers.AcceptAllFilter
 
select(Object) - Method in interface org.eclipse.jface.viewers.IFilter
Determines if the given object passes this filter.
select(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.ViewerFilter
Returns whether the given element makes it through this filter.
select(int) - Method in class org.eclipse.swt.widgets.Combo
Selects the item at the given zero-relative index in the receiver's list.
select(int[]) - Method in class org.eclipse.swt.widgets.List
Selects the items at the given zero-relative indices in the receiver.
select(int) - Method in class org.eclipse.swt.widgets.List
Selects the item at the given zero-relative index in the receiver's list.
select(int, int) - Method in class org.eclipse.swt.widgets.List
Selects the items in the range specified by the given zero-relative indices in the receiver.
select(int[]) - Method in class org.eclipse.swt.widgets.Table
Selects the items at the given zero-relative indices in the receiver.
select(int) - Method in class org.eclipse.swt.widgets.Table
Selects the item at the given zero-relative index in the receiver.
select(int, int) - Method in class org.eclipse.swt.widgets.Table
Selects the items in the range specified by the given zero-relative indices in the receiver.
selectAll() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Selects all the text in the receiver.
selectAll() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects all of the items in the receiver.
selectAll() - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects all of the items in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.List
Selects all of the items in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.Table
Selects all of the items in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.Text
Selects all the text in the receiver.
selectAll() - Method in class org.eclipse.swt.widgets.Tree
Selects all of the items in the receiver.
selectPart(IPresentablePart) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Makes the given part active
selectPart(IPresentablePart) - Method in class org.eclipse.ui.presentations.StackPresentation
Brings the specified part to the foreground.
selection - Variable in class org.eclipse.jface.viewers.DoubleClickEvent
The selection.
selection - Variable in class org.eclipse.jface.viewers.OpenEvent
The selection.
selection - Variable in class org.eclipse.jface.viewers.SelectionChangedEvent
The selection.
selectionChanged(SelectionChangedEvent) - Method in interface org.eclipse.jface.viewers.ISelectionChangedListener
Notifies that the selection has changed.
selectionChanged(IWorkbenchPart, ISelection) - Method in interface org.eclipse.ui.ISelectionListener
Notifies this listener that the selection has changed.
set(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
Sets result equal to toCopy
set(Rectangle, Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Sets result equal to toCopy
setAccelerator(int) - Method in class org.eclipse.ercp.swt.mobile.Command
Sets the command accelerator.
setAccelerator(int) - Method in class org.eclipse.jface.action.Action
 
setAccelerator(int) - Method in interface org.eclipse.jface.action.IAction
Sets the accelerator keycode that this action maps to.
setAccelerator(int) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the widget accelerator.
setActionDefinitionId(String) - Method in class org.eclipse.jface.action.Action
 
setActionDefinitionId(String) - Method in interface org.eclipse.jface.action.IAction
Sets the action definition id of this action.
setActive() - Method in class org.eclipse.swt.widgets.Shell
If the receiver is visible, moves it to the top of the drawing order for the display on which it was created (so that all other shells on that display, which are not the receiver's children will be drawn behind it) and asks the window manager to make the shell active
setActive(int) - Method in class org.eclipse.ui.presentations.StackPresentation
This is invoked to notify the presentation that its activation state has changed.
setActivePage(IWorkbenchPage) - Method in interface org.eclipse.ui.IWorkbenchWindow
Sets or clears the currently active page for this workbench org.eclipse.jface.window.
setAffinityFeature(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the identifier of the Feature this feature should be installed with.
setAlignment(int) - Method in class org.eclipse.swt.widgets.Button
Controls how text and images will be displayed in the receiver.
setAlignment(int) - Method in class org.eclipse.swt.widgets.Label
Controls how text and images will be displayed in the receiver.
setAlignment(int) - Method in class org.eclipse.swt.widgets.TableColumn
Controls how text and images will be displayed in the receiver.
setAllChecked(boolean) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Sets to the given value the checked state for all elements in this viewer.
setAllGrayed(boolean) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Sets to the given value the grayed state for all elements in this viewer.
setAlpha(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's alpha value which must be between 0 (transparent) and 255 (opaque).
setAlpha(int, int, int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the alpha value at offset x in scanline y in the receiver's alpha data.
setAlpha(int) - Method in class org.eclipse.swt.widgets.Shell
Sets the receiver's alpha value which must be between 0 (transparent) and 255 (opaque).
setAlphas(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the alpha values starting at offset x in scanline y in the receiver's alpha data to the values from the array alphas starting at startIndex.
setAnnotation(String) - Method in class org.eclipse.update.core.model.URLEntryModel
Sets the annotation.
setAppName(String) - Static method in class org.eclipse.swt.widgets.Display
On platforms which support it, sets the application name to be the argument.
setApplication(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature application identifier.
setArch(String) - Method in class org.eclipse.update.core.model.ContentEntryModel
Sets the system architecture specification.
setArch(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the system architecture specification.
setArch(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the system architecture specification.
setArchiveReferenceModels(ArchiveReferenceModel[]) - Method in class org.eclipse.update.core.model.SiteModel
Sets the archive references for this site.
setAutoExpandLevel(int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Sets the auto-expand level.
setBackground(Color) - Method in class org.eclipse.jface.viewers.ViewerLabel
Set the background Color.
setBackground(Color) - Method in class org.eclipse.swt.graphics.GC
Sets the background color.
setBackground(Color) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's background color to the color specified by the argument, or to the default system color for the control if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's background color to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackground(int, Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the background color at the given column index in the receiver to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackground(Color) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the receiver's background color to the color specified by the argument, or to the default system color for the item if the argument is null.
setBackgroundColor(Color) - Method in interface org.eclipse.jface.viewers.IDecoration
Set the background color for this decoration.
setBackgroundImage(Image) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's background image to the image specified by the argument, or to the default system color for the control if the argument is null.
setBackgroundMode(int) - Method in class org.eclipse.swt.widgets.Composite
Sets the background drawing mode to the argument which should be one of the following constants defined in class SWT: INHERIT_NONE, INHERIT_DEFAULT, INHERIT_FORCE.
setBounds(int, int, int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size and location to the rectangular area specified by the arguments.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size and location to the rectangular area specified by the argument.
setBounds(Rectangle) - Method in class org.eclipse.swt.widgets.Event
Sets the bounds.
setBounds(Rectangle) - Method in interface org.eclipse.ui.presentations.IPresentablePart
Sets the bounds of this part.
setBounds(Rectangle) - Method in class org.eclipse.ui.presentations.StackPresentation
Sets the bounding rectangle for this presentation.
setCancelEnabled(boolean) - Method in interface org.eclipse.jface.action.IStatusLineManager
Sets whether the cancel button on the status line's progress monitor is enabled.
setCancelEnabled(boolean) - Method in class org.eclipse.jface.action.StatusLineManager
 
setCancelEnabled(boolean) - Method in class org.eclipse.jface.action.SubStatusLineManager
 
setCanceled(boolean) - Method in class org.eclipse.update.core.InstallMonitor
Set the cancellation state.
setCapture(boolean) - Method in class org.eclipse.swt.widgets.Control
If the argument is true, causes the receiver to have all mouse events delivered to it until the method is called with false as the argument.
setCategoryModels(CategoryModel[]) - Method in class org.eclipse.update.core.model.SiteModel
Sets the site categories.
setCategoryNames(String[]) - Method in class org.eclipse.update.core.SiteFeatureReferenceModel
Sets the names of categories this feature belongs to.
setCellEditors(CellEditor[]) - Method in class org.eclipse.jface.viewers.TableViewer
Sets the cell editors of this table viewer.
setCellEditors(CellEditor[]) - Method in class org.eclipse.jface.viewers.TreeViewer
Sets the cell editors of this tree viewer.
setCellModifier(ICellModifier) - Method in class org.eclipse.jface.viewers.TableViewer
Sets the cell modifier of this table viewer.
setCellModifier(ICellModifier) - Method in class org.eclipse.jface.viewers.TreeViewer
Sets the cell modifier of this tree viewer.
setChecked(boolean) - Method in class org.eclipse.jface.action.Action
 
setChecked(boolean) - Method in interface org.eclipse.jface.action.IAction
Sets the checked status of this action.
setChecked(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
 
setChecked(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
 
setChecked(Object, boolean) - Method in interface org.eclipse.jface.viewers.ICheckable
Sets the checked state for the given element in this viewer.
setChecked(boolean) - Method in class org.eclipse.swt.widgets.TableItem
Sets the checked state of the checkbox for this item.
setChecked(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the checked state of the receiver.
setCheckedElements(Object[]) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Sets which nodes are checked in this viewer.
setCheckedElements(Object[]) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Sets which elements are checked in this viewer's tree.
setClipping(int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the arguments.
setClipping(Rectangle) - Method in class org.eclipse.swt.graphics.GC
Sets the area of the receiver which can be changed by drawing operations to the rectangular area specified by the argument.
setCloseable(boolean) - Method in interface org.eclipse.ui.IViewLayout
Sets whether the view is closeable.
setColors(Control, Color, Color) - Static method in class org.eclipse.jface.resource.JFaceColors
Set the foreground and background colors of the control to the specified values.
setColumnProperties(String[]) - Method in class org.eclipse.jface.viewers.TableViewer
Sets the column properties of this table viewer.
setColumnProperties(String[]) - Method in class org.eclipse.jface.viewers.TreeViewer
Sets the column properties of this tree viewer.
setComparer(IElementComparer) - Method in class org.eclipse.jface.viewers.StructuredViewer
Sets the comparator to use for comparing elements, or null to use the default equals and hashCode methods on the elements themselves.
setConfiguredSiteModel(ConfiguredSiteModel) - Method in class org.eclipse.update.core.model.SiteModel
 
setContainer(IPreferencePageContainer) - Method in interface org.eclipse.jface.preference.IPreferencePage
Sets or clears the container of this page.
setContainer(IPreferencePageContainer) - Method in class org.eclipse.jface.preference.PreferencePage
(non-Javadoc) Method declared on IPreferencePage.
setContentDescription(String) - Method in class org.eclipse.ui.part.ViewPart
 
setContentDescription(String) - Method in class org.eclipse.ui.part.WorkbenchPart
Sets the content description for this part.
setContentProvider(IContentProvider) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
The AbstractTreeViewer implementation of this method checks to ensure that the content provider is an ITreeContentProvider.
setContentProvider(IContentProvider) - Method in class org.eclipse.jface.viewers.ContentViewer
Sets the content provider used by this viewer.
setContentProvider(IContentProvider) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
setContents(Object[], Transfer[]) - Method in class org.eclipse.swt.dnd.Clipboard
Place data of the specified type on the system clipboard.
setCoordinate(Rectangle, boolean, int) - Static method in class org.eclipse.jface.util.Geometry
Sets one coordinate of the given rectangle.
setCoordinate(Point, boolean, int) - Static method in class org.eclipse.jface.util.Geometry
Sets one coordinate of the given point.
setCopyCount(long) - Method in class org.eclipse.update.core.InstallMonitor
Sets the number of bytes already copied.
setCopyrightModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature copyright information.
setData(String, Object) - Method in class org.eclipse.jface.viewers.Viewer
Sets the value of the property with the given name to the given value, or to null if the property is to be removed.
setData(String, Object) - Method in class org.eclipse.swt.widgets.Display
Sets the application defined property of the receiver with the specified name to the given argument.
setData(Object) - Method in class org.eclipse.swt.widgets.Display
Sets the application defined, display specific data associated with the receiver, to the argument.
setData(Object) - Method in class org.eclipse.swt.widgets.Widget
Sets the application defined widget data associated with the receiver to be the argument.
setData(String, Object) - Method in class org.eclipse.swt.widgets.Widget
Sets the application defined property of the receiver with the specified name to the given value.
setData(String, Object) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Sets the data associated with the workbench at the given key.
setData(String, Object) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the data associated with this workbench org.eclipse.jface.window at the given key.
setDataModel(ListBoxItem[]) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Establishes the data model for this ListBox.
setDate(Date) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Sets the date for the editor when DATE, TIME or DATE_TIME styles are used.
setDebugMode(boolean) - Static method in class org.eclipse.jface.operation.ModalContext
Sets whether ModalContext is running in debug mode.
setDefault(String, double) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the default value for the double-valued preference with the given name.
setDefault(String, float) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the default value for the float-valued preference with the given name.
setDefault(String, int) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the default value for the integer-valued preference with the given name.
setDefault(String, long) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the default value for the long-valued preference with the given name.
setDefault(String, String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the default value for the string-valued preference with the given name.
setDefault(String, boolean) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the default value for the boolean-valued preference with the given name.
setDefault(IPreferenceStore, String, FontData) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the default value of the preference with the given name in the given preference store.
setDefault(IPreferenceStore, String, FontData[]) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the default value of the preference with the given name in the given preference store.
setDefault(IPreferenceStore, String, Point) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the default value of the preference with the given name in the given preference store.
setDefault(IPreferenceStore, String, Rectangle) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the default value of the preference with the given name in the given preference store.
setDefault(IPreferenceStore, String, RGB) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the default value of the preference with the given name in the given preference store.
setDefault(String, double) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setDefault(String, float) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setDefault(String, int) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setDefault(String, long) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setDefault(String, String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setDefault(String, boolean) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setDefault(String, double) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setDefault(String, float) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setDefault(String, int) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setDefault(String, long) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setDefault(String, String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setDefault(String, boolean) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setDefaultButton(Button) - Method in class org.eclipse.swt.widgets.Decorations
If the argument is not null, sets the receiver's default button to the argument, and if the argument is null, sets the receiver's default button to the first button which was set as the receiver's default button (called the saved default button).
setDefaultCommand() - Method in class org.eclipse.ercp.swt.mobile.Command
Sets the default command.
setDefaultItem(MenuItem) - Method in class org.eclipse.swt.widgets.Menu
Sets the default menu item to the argument or removes the default emphasis when the argument is null.
setDefaultPerspective(String) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Sets the default perspective for the workbench to the given perspective id.
setDescription(String) - Method in class org.eclipse.jface.action.Action
 
setDescription(String) - Method in interface org.eclipse.jface.action.IAction
Sets this action's description.
setDescription(String) - Method in class org.eclipse.jface.preference.PreferencePage
 
setDescriptionModel(URLEntryModel) - Method in class org.eclipse.update.core.model.CategoryModel
Sets the category description.
setDescriptionModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature description information.
setDescriptionModel(URLEntryModel) - Method in class org.eclipse.update.core.model.SiteModel
Sets the site description.
setDetailIcons(Image[]) - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Sets the detail icons of the item.
setDetailText(String) - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Sets the detail text of the item.
setDimension(Rectangle, boolean, int) - Static method in class org.eclipse.jface.util.Geometry
Sets one dimension of the given rectangle.
setDirty(boolean) - Method in class org.eclipse.jface.action.ContributionManager
Sets whether this manager is dirty.
setDisabledImageDescriptor(ImageDescriptor) - Method in class org.eclipse.jface.action.Action
 
setDisabledImageDescriptor(ImageDescriptor) - Method in interface org.eclipse.jface.action.IAction
Sets the disabled image for this action, as an image descriptor.
setDiscoverySiteEntryModels(URLEntryModel[]) - Method in class org.eclipse.update.core.model.FeatureModel
Sets additional update site references.
setDoubleClickEnabled(boolean) - Method in class org.eclipse.swt.widgets.Text
Sets the double click enabled flag.
setDownloadSize(long) - Method in class org.eclipse.update.core.model.ContentEntryModel
Sets the download size of the entry.
setEchoChar(char) - Method in class org.eclipse.swt.widgets.Text
Sets the echo character.
setEditable(boolean) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Sets the editable state.
setEditable(boolean) - Method in class org.eclipse.swt.widgets.Text
Sets the editable state.
setEditorAreaVisible(boolean) - Method in interface org.eclipse.ui.IPageLayout
Show or hide the editor area for the page's layout.
setEditorAreaVisible(boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Show or hide the editor area for the page's active perspective.
setEditorReuseThreshold(int) - Method in interface org.eclipse.ui.IPageLayout
Deprecated. this method has no effect, as of Eclipse 2.1
setEnabled(boolean) - Method in class org.eclipse.ercp.swt.mobile.Command
Enables the command if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.jface.action.Action
 
setEnabled(boolean) - Method in interface org.eclipse.jface.action.IAction
Sets the enabled state of this action.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Control
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.Menu
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in class org.eclipse.swt.widgets.ScrollBar
Enables the receiver if the argument is true, and disables it otherwise.
setEnabled(boolean) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Sets if the site is enabled
setErrorMessage(String) - Method in interface org.eclipse.jface.action.IStatusLineManager
Sets the error message text to be displayed on the status line.
setErrorMessage(Image, String) - Method in interface org.eclipse.jface.action.IStatusLineManager
Sets the image and error message to be displayed on the status line.
setErrorMessage(String) - Method in class org.eclipse.jface.action.StatusLineManager
 
setErrorMessage(Image, String) - Method in class org.eclipse.jface.action.StatusLineManager
 
setErrorMessage(String) - Method in class org.eclipse.jface.action.SubStatusLineManager
 
setErrorMessage(Image, String) - Method in class org.eclipse.jface.action.SubStatusLineManager
 
setErrorMessage(String) - Method in class org.eclipse.jface.viewers.CellEditor
Sets or clears the current error message for this cell editor.
setExclusive(boolean) - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether this feature can act as a primary feature.
setExitOnLastWindowClose(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Sets whether the workbench should exit when the last window is closed, or whether the window should just be closed, leaving the workbench (and its event loop) running.
setExpanded(Item, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Sets the expand state of the given item.
setExpanded(Item, boolean) - Method in class org.eclipse.jface.viewers.TreeViewer
 
setExpanded(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the expanded state of the receiver.
setExpandedElements(Object[]) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Sets which nodes are expanded in this viewer's tree.
setExpandedState(Object, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Sets whether the node corresponding to the given element is expanded or collapsed.
setFeature(IFeature) - Method in class org.eclipse.update.core.FeatureContentProvider
Sets the feature associated with this content provider.
setFeature(IFeature) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Sets the feature for this content consumer.
setFeature(IFeature) - Method in interface org.eclipse.update.core.IFeatureContentProvider
Sets the feature associated with this content provider.
setFeatureContentProvider(IFeatureContentProvider) - Method in class org.eclipse.update.core.Feature
Sets the content provider for this feature.
setFeatureContentProvider(IFeatureContentProvider) - Method in interface org.eclipse.update.core.IFeature
Sets the content provider for this feature.
setFeatureIdentifier(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature identifier.
setFeatureIdentifier(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the feature identifier.
setFeatureImport(boolean) - Method in class org.eclipse.update.core.model.ImportModel
Sets the featureImport.
setFeatureProvidedSitesEnabled(boolean) - Method in class org.eclipse.update.search.UpdateSearchScope
Enable or disable searching of feature provided update sites.
setFeatureReferenceModels(FeatureReferenceModel[]) - Method in class org.eclipse.update.core.model.SiteModel
Sets the feature references for this site.
setFeatureVersion(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature version.
setFeatureVersion(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the feature version.
setFileName(String) - Method in class org.eclipse.swt.widgets.FileDialog
Set the initial filename which the dialog will select by default when opened to the argument, which may be null.
setFilename(String) - Method in class org.eclipse.jface.preference.PreferenceStore
Sets the name of the file used when loading and storing this preference store.
setFilterExtensions(String[]) - Method in class org.eclipse.swt.widgets.FileDialog
Set the file extensions which the dialog will use to filter the files it shows to the argument, which may be null.
setFilterNames(String[]) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the names that describe the filter extensions which the dialog will use to filter the files it shows to the argument, which may be null.
setFilterPath(String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
Sets the path that the dialog will use to filter the directories it shows to the argument, which may be null.
setFilterPath(String) - Method in class org.eclipse.swt.widgets.FileDialog
Sets the directory path that the dialog will use to the argument, which may be null.
setFixed(boolean) - Method in interface org.eclipse.ui.IPageLayout
Sets whether this layout is fixed.
setFocus() - Method in class org.eclipse.jface.viewers.CellEditor
Sets the focus to the cell editor's control.
setFocus() - Method in class org.eclipse.swt.widgets.Control
Causes the receiver to have the keyboard focus, such that all keyboard events will be delivered to it.
setFocus() - Method in interface org.eclipse.ui.IWorkbenchPart
Asks this part to take focus within the workbench.
setFocus() - Method in class org.eclipse.ui.part.WorkbenchPart
 
setFocus() - Method in interface org.eclipse.ui.presentations.IPresentablePart
Forces this part to have focus.
setFont(Font) - Method in interface org.eclipse.jface.viewers.IDecoration
Set the font for this decoration.
setFont(Font) - Method in class org.eclipse.jface.viewers.ViewerLabel
Set the font.
setFont(Font) - Method in class org.eclipse.swt.graphics.GC
Sets the font which will be used by the receiver to draw and measure text to the argument.
setFont(Font) - Method in class org.eclipse.swt.widgets.Control
Sets the font that the receiver will use to paint textual information to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.widgets.TableItem
Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(int, Font) - Method in class org.eclipse.swt.widgets.TableItem
Sets the font that the receiver will use to paint textual information for the specified cell in this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFont(Font) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the font that the receiver will use to paint textual information for this item to the font specified by the argument, or to the default font for that kind of control if the argument is null.
setFontList(FontData[]) - Method in class org.eclipse.swt.widgets.FontDialog
Sets the set of FontData objects describing the font to be selected by default in the dialog, or null to let the platform choose one.
setFontRegistry(FontRegistry) - Static method in class org.eclipse.jface.resource.JFaceResources
Sets JFace's font registry to the given value.
setFontsAndColors(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer.ColorAndFontCollectorWithProviders
 
setForeground(Color) - Method in class org.eclipse.jface.viewers.ViewerLabel
Set the foreground Color.
setForeground(Color) - Method in class org.eclipse.swt.graphics.GC
Sets the foreground color.
setForeground(Color) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the control if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the item if the argument is null.
setForeground(int, Color) - Method in class org.eclipse.swt.widgets.TableItem
Sets the foreground color at the given column index in the receiver to the color specified by the argument, or to the default system color for the item if the argument is null.
setForeground(Color) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the receiver's foreground color to the color specified by the argument, or to the default system color for the item if the argument is null.
setForegroundColor(Color) - Method in interface org.eclipse.jface.viewers.IDecoration
Set the foreground color for this decoration.
setFullScreenMode(boolean) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Sets the screen mode This method controls whether the shell is in normal or full-screen mode.
setFullScreenMode(boolean, boolean) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Sets the screen mode This method controls whether the shell is in normal or full-screen mode.
setGrayChecked(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Check and gray the selection rather than calling both setGrayed and setChecked as an optimization.
setGrayed(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Sets the grayed state for the given element in this viewer.
setGrayed(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Sets the grayed state for the given element in this viewer.
setGrayed(boolean) - Method in class org.eclipse.swt.widgets.TableItem
Sets the grayed state of the checkbox for this item.
setGrayed(boolean) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the grayed state of the checkbox for this item.
setGrayedElements(Object[]) - Method in class org.eclipse.jface.viewers.CheckboxTableViewer
Sets which nodes are grayed in this viewer.
setGrayedElements(Object[]) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Sets which elements are grayed in this viewer's tree.
setHandlerName(String) - Method in class org.eclipse.update.core.model.InstallHandlerEntryModel
Sets the name of the custom install handler.
setHeaderVisible(boolean) - Method in class org.eclipse.swt.widgets.Table
Marks the receiver's header as visible if the argument is true, and marks it invisible otherwise.
setHeadingFont(Font) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Sets the font for the heading text of an item.
setHeadingIcons(Image[]) - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Sets the heading icons for this item.
setHeadingText(String) - Method in class org.eclipse.ercp.swt.mobile.ListBoxItem
Sets the heading text of the item.
setHeight(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the height of the receiver.
setHoverImageDescriptor(ImageDescriptor) - Method in class org.eclipse.jface.action.Action
 
setHoverImageDescriptor(ImageDescriptor) - Method in interface org.eclipse.jface.action.IAction
Sets the hover image for this action, as an image descriptor.
setHttpProxyInfo(boolean, String, String) - Static method in class org.eclipse.update.core.SiteManager
Sets the HTTP Proxy information Sets the HTTP proxy server for the HTTP proxy server Sets the HTTP proxy port for the HTTP proxy server If the proxy name is null or the proxy port is null the connection will not use HTTP proxy server.
setId(String) - Method in class org.eclipse.jface.action.Action
 
setId(String) - Method in interface org.eclipse.jface.action.IAction
Sets the unique identifier for this action.
setId(String) - Method in interface org.eclipse.update.search.IUpdateSearchCategory
Accepts the identifier assigned to this category during the registry reading.
setIdentifier(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the dependent identifier.
setIdentifier(String) - Method in class org.eclipse.update.core.model.NonPluginEntryModel
Sets the entry identifier.
setIgnoreErrors(boolean) - Static method in class org.eclipse.jface.util.SafeRunnable
Flag to avoid interactive error dialogs during automated testing.
setImage(Image) - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Sets the image as an icon to the CaptionedControl.
setImage(int, Image) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Sets the icon image of the page at the given zero-relative index.
setImage(Image) - Method in class org.eclipse.ercp.swt.mobile.TimedMessageBox
Sets the receiver's icon to the argument.
setImage(Image) - Method in class org.eclipse.jface.viewers.ViewerLabel
Set the image for the receiver.
setImage(Image) - Method in class org.eclipse.swt.widgets.Button
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's image to the argument, which may be null.
setImage(Image) - Method in class org.eclipse.swt.widgets.Item
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.Label
Sets the receiver's image to the argument, which may be null indicating that no image should be displayed.
setImage(Image) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the image the receiver will display to the argument.
setImage(Image) - Method in class org.eclipse.swt.widgets.TableColumn
 
setImage(Image[]) - Method in class org.eclipse.swt.widgets.TableItem
Sets the image for multiple columns in the table.
setImage(int, Image) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's image at a column.
setImage(Image) - Method in class org.eclipse.swt.widgets.TableItem
 
setImage(Image) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's image.
setImage(Image) - Method in class org.eclipse.swt.widgets.TreeItem
 
setImageDescriptor(ImageDescriptor) - Method in class org.eclipse.jface.action.Action
 
setImageDescriptor(ImageDescriptor) - Method in interface org.eclipse.jface.action.IAction
Sets the image for this action, as an image descriptor.
setImageDescriptor(ImageDescriptor) - Method in interface org.eclipse.jface.preference.IPreferencePage
Sets this page's image.
setImageDescriptor(ImageDescriptor) - Method in class org.eclipse.jface.preference.PreferencePage
 
setImageURLString(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the unresolved URL for the feature image.
setImeInputMode(int) - Method in class org.eclipse.swt.widgets.Shell
Sets the input method editor mode to the argument which should be the result of bitwise OR'ing together one or more of the following constants defined in class SWT: NONE, ROMAN, DBCS, PHONETIC, NATIVE, ALPHA.
setImportModels(ImportModel[]) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature plug-in dependency information.
setInProgress(boolean) - Static method in class org.eclipse.update.operations.OperationsManager
Sets whether any operations is in progress.
setIncrement(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setIncrement(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the amount that the receiver's value will be modified by when the up/down (or right/left) arrows are pressed to the argument, which must be at least one.
setInitialInputMode(int, String) - Method in class org.eclipse.ercp.swt.mobile.TextExtension
Hints to the implementation as to the input mode that should be used when the user initiates editing of this control.
setInitialSize(Point) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the size to use for the org.eclipse.jface.window's shell when it is created.
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.ui.part.ViewPart
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.ui.part.WorkbenchPart
{@inheritDoc} The WorkbenchPart implementation of this IExecutableExtension records the configuration element in and internal state variable (accessible via getConfigElement).
setInput(Object) - Method in class org.eclipse.jface.viewers.ContentViewer
The ContentViewer implementation of this Viewer method invokes inputChanged on the content provider and then the inputChanged hook method.
setInput(Object) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
setInput(Object) - Method in class org.eclipse.jface.viewers.Viewer
Sets or clears the input for this viewer.
setInstallHandlerModel(InstallHandlerEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the custom install handler for the feature.
setInstallSize(long) - Method in class org.eclipse.update.core.model.ContentEntryModel
Sets the install size of the entry.
setItem(int, String, Image) - Method in class org.eclipse.ercp.swt.mobile.ListView
Sets the text and icon of the item in the receiver's list at the given zero-relative index to the string argument.
setItem(int, String) - Method in class org.eclipse.swt.widgets.Combo
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument.
setItem(int, String) - Method in class org.eclipse.swt.widgets.List
Sets the text of the item in the receiver's list at the given zero-relative index to the string argument.
setItemCount(int) - Method in class org.eclipse.swt.widgets.Table
Sets the number of items contained in the receiver.
setItemCount(int) - Method in class org.eclipse.swt.widgets.Tree
Sets the number of root-level items contained in the receiver.
setItemCount(int) - Method in class org.eclipse.swt.widgets.TreeItem
Sets the number of child items contained in the receiver.
setItems(String[], Image[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Sets the receiver's items to be the given array of items and icons.
setItems(String[]) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Sets the receiver's items to be the given array of items.
setItems(String[]) - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
Sets the list of choices for the combo box
setItems(String[]) - Method in class org.eclipse.swt.widgets.Combo
Sets the receiver's list to be the given array of items.
setItems(String[]) - Method in class org.eclipse.swt.widgets.List
Sets the receiver's items to be the given array of items.
setLabel(String) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Sets the configuration label.
setLabel(String) - Method in class org.eclipse.update.core.model.CategoryModel
Sets the category displayable label.
setLabel(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature displayable label.
setLabel(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the label.
setLabelDecorator(ILabelDecorator) - Method in class org.eclipse.jface.viewers.DecoratingLabelProvider
Sets the label decorator.
setLabelProvider(IBaseLabelProvider) - Method in class org.eclipse.jface.viewers.AbstractListViewer
The list viewer implementation of this Viewer framework method ensures that the given label provider is an instance of ILabelProvider.
setLabelProvider(IBaseLabelProvider) - Method in class org.eclipse.jface.viewers.ContentViewer
Sets the label provider for this viewer.
setLabelProvider(IBaseLabelProvider) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
setLabelProvider(IBaseLabelProvider) - Method in class org.eclipse.jface.viewers.TableViewer
The table viewer implementation of this Viewer framework method ensures that the given label provider is an instance of either ITableLabelProvider or ILabelProvider.
setLabelProvider(IBaseLabelProvider) - Method in class org.eclipse.jface.viewers.TreeViewer
The tree viewer implementation of this Viewer framework method ensures that the given label provider is an instance of ILabelProvider.
setLastModified(long) - Method in class org.eclipse.update.core.ContentReference
Sets the timestamp the content was last modified.
setLayout(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Changes the widget layout orientation, which affects which way the widget scrolls.
setLayout(Layout) - Method in class org.eclipse.swt.widgets.Composite
Sets the layout which is associated with the receiver to be the argument which may be null.
setLayoutData(Object) - Method in class org.eclipse.swt.widgets.Control
Sets the layout data associated with the receiver to the argument.
setLayoutDensity(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Changes the item density level.
setLibrary(String) - Method in class org.eclipse.update.core.model.InstallHandlerEntryModel
Sets the custom install handler library name.
setLicenseModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature license information.
setLineStyle(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's line style to the argument, which must be one of the constants SWT.LINE_SOLID, SWT.LINE_DASH, SWT.LINE_DOT, SWT.LINE_DASHDOT or SWT.LINE_DASHDOTDOT.
setLineWidth(int) - Method in class org.eclipse.swt.graphics.GC
Sets the width that will be used when drawing lines for all of the figure drawing operations (that is, drawLine, drawRectangle, drawPolyline, and so forth.
setLinesVisible(boolean) - Method in class org.eclipse.swt.widgets.Table
Marks the receiver's lines as visible if the argument is true, and marks it invisible otherwise.
setLocale(String) - Method in class org.eclipse.swt.graphics.FontData
Sets the locale of the receiver.
setLocation(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
Sets the x,y position of the given rectangle.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
setLocation(Point) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's location to the point specified by the arguments which are relative to the receiver's parent (or its display if its parent is null), unless the receiver is a shell.
setLocation(int, int) - Method in class org.eclipse.swt.widgets.Menu
Sets the location of the receiver, which must be a popup, to the point specified by the arguments which are relative to the display.
setLocation(Point) - Method in class org.eclipse.swt.widgets.Menu
Sets the location of the receiver, which must be a popup, to the point specified by the argument which is relative to the display.
setLocationURLString(String) - Method in class org.eclipse.update.core.model.SiteModel
Sets the unresolved URL for the site.
setLog(ILogger) - Static method in class org.eclipse.jface.util.Policy
Sets the logger used by JFace to log errors.
setLongLabel(String) - Method in class org.eclipse.ercp.swt.mobile.Command
Sets the command's long label text.
setMatchingIdRuleName(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the dependent id matching rule name.
setMatchingRule(int) - Method in class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Deprecated. since 3.0 included feature version is exactly specified
setMatchingRuleName(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the dependent version matching rule name.
setMaximized(boolean) - Method in class org.eclipse.swt.widgets.Decorations
Sets the maximized state of the receiver.
setMaximum(int) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog
Defines the maximum number of characters that can be entered.
setMaximum(int) - Method in class org.eclipse.ercp.swt.mobile.TaskTip
Sets the maximum value that the TaskTip will allow.
setMaximum(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the maximum value that the receiver will allow.
setMaximum(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the maximum.
setMaximum(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the maximum.
setMaximumHistoryCount(int) - Method in interface org.eclipse.update.configuration.ILocalSite
Sets the number of past configurations to keep in history
setMenu(Menu) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's pop up menu to the argument.
setMenu(Menu) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's pull down menu to the argument.
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's menu bar to the argument, which may be null.
setMessage(String) - Method in class org.eclipse.ercp.swt.mobile.TimedMessageBox
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMessage(String) - Method in interface org.eclipse.jface.action.IStatusLineManager
Sets the message text to be displayed on the status line.
setMessage(Image, String) - Method in interface org.eclipse.jface.action.IStatusLineManager
Sets the image and message to be displayed on the status line.
setMessage(String) - Method in class org.eclipse.jface.action.StatusLineManager
 
setMessage(Image, String) - Method in class org.eclipse.jface.action.StatusLineManager
 
setMessage(String) - Method in class org.eclipse.jface.action.SubStatusLineManager
 
setMessage(Image, String) - Method in class org.eclipse.jface.action.SubStatusLineManager
 
setMessage(String) - Method in class org.eclipse.swt.widgets.DirectoryDialog
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMessage(String) - Method in class org.eclipse.swt.widgets.MessageBox
Sets the dialog's message, which is a description of the purpose for which it was opened.
setMinimized(boolean) - Method in class org.eclipse.swt.widgets.Decorations
Sets the minimized stated of the receiver.
setMinimum(int) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog
Defines the minimum number of characters that must be entered before the dialog can be completed (not cancelled).
setMinimum(int) - Method in class org.eclipse.ercp.swt.mobile.TaskTip
Sets the minimum value that the TaskTip will allow.
setMinimum(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the minimum value that the receiver will allow.
setMinimum(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the minimum value.
setMinimum(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the minimum value.
setMirrorSiteEntryModels(URLEntryModel[]) - Method in class org.eclipse.update.core.model.SiteModel
Sets additional mirror sites Throws a runtime exception if this object is marked read-only.
setMirrorsURLString(String) - Method in class org.eclipse.update.core.model.SiteModel
Sets the mirrors url.
setMoveable(boolean) - Method in interface org.eclipse.ui.IViewLayout
Sets whether the view is moveable.
setNL(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the nl.
setNL(String) - Method in class org.eclipse.update.core.model.ContentEntryModel
Sets the locale specification.
setNL(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the locale specification.
setNL(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the locale specification.
setNL(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the nl.
setName(String) - Method in class org.eclipse.swt.graphics.FontData
Sets the name of the receiver.
setName(String) - Method in class org.eclipse.update.core.model.CategoryModel
Sets the category name.
setNonPluginEntryModels(NonPluginEntryModel[]) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature non-plug-in data references.
setOS(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the os.
setOS(String) - Method in class org.eclipse.update.core.model.ContentEntryModel
Sets the operating system specification.
setOS(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the operating system specification.
setOS(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the operating system specification.
setOS(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the os.
setOSArch(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the arch.
setOSArch(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the osArch.
setOpenMethod(int) - Static method in class org.eclipse.jface.util.OpenStrategy
Set the current used single/double-click method.
setOrientation(int) - Method in class org.eclipse.ercp.swt.mobile.Screen
Sets the screen orientation if supported on this device.
setOrientation(int) - Method in class org.eclipse.swt.widgets.Combo
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOrientation(int) - Method in class org.eclipse.swt.widgets.Text
Sets the orientation of the receiver, which must be one of the constants SWT.LEFT_TO_RIGHT or SWT.RIGHT_TO_LEFT.
setOverrides(IContributionManagerOverrides) - Method in class org.eclipse.jface.action.ContributionManager
Sets the overrides for this contribution manager
setPage(IPreferencePage) - Method in class org.eclipse.jface.preference.PreferenceNode
Set the current page to be newPage.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setPageIncrement(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the amount that the receiver's value will be modified by when the page increment/decrement areas are selected to the argument, which must be at least one.
setParent(IContributionManager) - Method in class org.eclipse.jface.action.ContributionItem
 
setParent(IContributionManager) - Method in interface org.eclipse.jface.action.IContributionItem
Sets the parent manager of this item
setParent(IContributionManager) - Method in class org.eclipse.jface.action.SubContributionItem
 
setParent(Composite) - Method in class org.eclipse.swt.widgets.Control
Changes the parent of the widget to be the one provided if the underlying operating system supports this feature.
setParent(IFeatureContentConsumer) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Sets the parent for this content consumer.
setParent(IVerifier) - Method in interface org.eclipse.update.core.IVerifier
Sets the parent verifier.
setParent(IVerifier) - Method in class org.eclipse.update.core.Verifier
 
setParentsGrayed(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Sets the grayed state for the given element and its parents in this viewer.
setPartName(String) - Method in class org.eclipse.ui.part.ViewPart
 
setPartName(String) - Method in class org.eclipse.ui.part.WorkbenchPart
Sets the name of this part.
setPatch(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the patch mode.
setPatch(boolean) - Method in class org.eclipse.update.core.model.ImportModel
Sets the patch mode.
setPath(String) - Method in class org.eclipse.update.core.model.ArchiveReferenceModel
Sets the site archive "symbolic" path.
setPermission(int) - Method in class org.eclipse.update.core.ContentReference
Sets the permission of this content reference.
setPerspective(IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IWorkbenchPage
Changes the visible views, their layout, and the visible action sets within the page to match the given perspective descriptor.
setPixel(int, int, int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel value at offset x in scanline y in the receiver's data.
setPixels(int, int, int, byte[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel values starting at offset x in scanline y in the receiver's data to the values from the array pixels starting at startIndex.
setPixels(int, int, int, int[], int) - Method in class org.eclipse.swt.graphics.ImageData
Sets the pixel values starting at offset x in scanline y in the receiver's data to the values from the array pixels starting at startIndex.
setPluginEntryModels(PluginEntryModel[]) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature plug-in references.
setPluginIdentifier(String) - Method in class org.eclipse.update.core.model.ImportModel
Deprecated. use setIdentifier()
setPluginIdentifier(String) - Method in class org.eclipse.update.core.model.PluginEntryModel
Sets the entry plug-in identifier.
setPluginVersion(String) - Method in class org.eclipse.update.core.model.ImportModel
Deprecated. use setVersion()
setPluginVersion(String) - Method in class org.eclipse.update.core.model.PluginEntryModel
Sets the entry plug-in version.
setPreferenceStore(IPreferenceStore) - Static method in class org.eclipse.jface.preference.JFacePreferences
Set the preference store for the receiver.
setPreferenceStore(IPreferenceStore) - Method in class org.eclipse.jface.preference.PreferenceDialog
Sets the preference store for this preference dialog.
setPreferenceStore(IPreferenceStore) - Method in class org.eclipse.jface.preference.PreferencePage
Sets the preference store for this preference page.
setPrimary(boolean) - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether this feature can act as a primary feature.
setPrimaryPluginID(String) - Method in class org.eclipse.update.core.model.FeatureModel
Method setPrimaryPlugin.
setPromptText(String, String) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog
Sets the prompt text and default input value.
setProvider(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature provider displayable label.
setRGB(RGB) - Method in class org.eclipse.swt.widgets.ColorDialog
Sets the receiver's selected color to be the argument.
setRGB(RGB) - Method in class org.eclipse.swt.widgets.FontDialog
Sets the RGB describing the color to be selected by default in the dialog, or null to let the platform choose one.
setRedraw(boolean) - Method in class org.eclipse.swt.widgets.Control
If the argument is false, causes subsequent drawing operations in the receiver to be ignored.
setResizable(boolean) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the resizable attribute.
setRunner(ISafeRunnableRunner) - Static method in class org.eclipse.jface.util.SafeRunnable
Sets the safe runnable runner.
setSaveAndRestore(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchConfigurer
Sets whether the workbench state should be saved on close and restored on subsequent open.
setScope(UpdateSearchScope) - Method in class org.eclipse.update.search.UpdateSearchRequest
Sets the scope object.
setSearchContexts(IScopeContext[]) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
Set the search contexts to scopes.
setSearchLocation(int) - Method in class org.eclipse.update.core.model.IncludedFeatureReferenceModel
Sets the searchLocation.
setSelectedNode(String) - Method in class org.eclipse.jface.preference.PreferenceDialog
Sets the name of the selected item preference.
setSelection(int) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Sets the selection.
setSelection(int, int) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Sets the selection.
setSelection(int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects the item at the given zero-relative index in the receiver.
setSelection(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects the items in the range specified by the given zero-relative indices in the receiver.
setSelection(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Selects the items at the given zero-relative indices in the receiver.
setSelection(int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects the item at the given zero-relative index in the receiver.
setSelection(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects the items in the range specified by the given zero-relative indices in the receiver.
setSelection(int[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Selects the items at the given zero-relative indices in the receiver.
setSelection(String[]) - Method in class org.eclipse.ercp.swt.mobile.ListView
Sets the receiver's selection to be the given array of items.
setSelection(int) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Selects the active page by the given zero-relative index.
setSelection(String[]) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Sets the receiver's selection to be the given array of items.
setSelection(int) - Method in class org.eclipse.ercp.swt.mobile.TaskTip
Sets the position of the TaskTip's indicator to the provided value.
setSelection(List) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Sets the selection to the given list of items.
setSelection(ISelection) - Method in interface org.eclipse.jface.viewers.ISelectionProvider
Sets the current selection for this selection provider.
setSelection(ISelection, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
 
setSelection(List) - Method in class org.eclipse.jface.viewers.TreeViewer
 
setSelection(ISelection) - Method in class org.eclipse.jface.viewers.Viewer
The viewer implementation of this ISelectionProvider method make the new selection for this viewer without making it visible.
setSelection(ISelection, boolean) - Method in class org.eclipse.jface.viewers.Viewer
Sets a new selection for this viewer and optionally makes it visible.
setSelection(boolean) - Method in class org.eclipse.swt.widgets.Button
Sets the selection state of the receiver, if it is of type CHECK, RADIO, or TOGGLE.
setSelection(Point) - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to the range specified by the argument whose x coordinate is the start of the selection and whose y coordinate is the end of the selection.
setSelection(int[]) - Method in class org.eclipse.swt.widgets.List
Selects the items at the given zero-relative indices in the receiver.
setSelection(String[]) - Method in class org.eclipse.swt.widgets.List
Sets the receiver's selection to be the given array of items.
setSelection(int) - Method in class org.eclipse.swt.widgets.List
Selects the item at the given zero-relative index in the receiver.
setSelection(int, int) - Method in class org.eclipse.swt.widgets.List
Selects the items in the range specified by the given zero-relative indices in the receiver.
setSelection(boolean) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the selection state of the receiver.
setSelection(int) - Method in class org.eclipse.swt.widgets.ProgressBar
Sets the single 'selection' that is the receiver's position to the argument which must be greater than or equal to zero.
setSelection(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the single selection that is the receiver's value to the argument which must be greater than or equal to zero.
setSelection(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the 'selection', which is the receiver's value, to the argument which must be greater than or equal to zero.
setSelection(int[]) - Method in class org.eclipse.swt.widgets.Table
Selects the items at the given zero-relative indices in the receiver.
setSelection(TableItem[]) - Method in class org.eclipse.swt.widgets.Table
Sets the receiver's selection to be the given array of items.
setSelection(int) - Method in class org.eclipse.swt.widgets.Table
Selects the item at the given zero-relative index in the receiver.
setSelection(int, int) - Method in class org.eclipse.swt.widgets.Table
Selects the items in the range specified by the given zero-relative indices in the receiver.
setSelection(int) - Method in class org.eclipse.swt.widgets.Text
Sets the selection.
setSelection(int, int) - Method in class org.eclipse.swt.widgets.Text
Sets the selection to the range specified by the given start and end indices.
setSelection(Point) - Method in class org.eclipse.swt.widgets.Text
Sets the selection to the range specified by the given point, where the x coordinate represents the start index and the y coordinate represents the end index.
setSelection(TreeItem[]) - Method in class org.eclipse.swt.widgets.Tree
Sets the receiver's selection to be the given array of items.
setSelectionProvider(ISelectionProvider) - Method in interface org.eclipse.ui.IWorkbenchSite
Sets the selection provider for this workbench site.
setSelectionToWidget(List, boolean) - Method in class org.eclipse.jface.viewers.AbstractListViewer
 
setSelectionToWidget(List, boolean) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
 
setSelectionToWidget(List, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Parlays the given list of selected elements into selections on this viewer's control.
setSelectionToWidget(ISelection, boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Converts the selection to a List and calls setSelectionToWidget(List, boolean).
setSelectionToWidget(List, boolean) - Method in class org.eclipse.jface.viewers.TableViewer
 
setShellStyle(int) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the style bits to use for the org.eclipse.jface.window's shell when it is created.
setShowFastViewBars(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench org.eclipse.jface.window has fast view bars.
setShowProgressIndicator(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench org.eclipse.jface.window has a progress indicator.
setShowStatusLine(boolean) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets whether the underlying workbench org.eclipse.jface.window has a status line.
setSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.WorkbenchPart
Sets the part site.
setSite(ISite) - Method in class org.eclipse.update.core.Feature
Sets the site for this feature.
setSite(ISite) - Method in class org.eclipse.update.core.FeatureReference
Associates a site with the feature reference.
setSite(ISite) - Method in interface org.eclipse.update.core.IFeature
Sets the site for this feature.
setSite(ISite) - Method in interface org.eclipse.update.core.IFeatureReference
Associates a site with the feature reference.
setSite(ISite) - Method in interface org.eclipse.update.core.ISiteContentProvider
Sets the site for this provider.
setSite(ISite) - Method in class org.eclipse.update.core.SiteContentProvider
Sets the site for this provider
setSiteContentProvider(ISiteContentProvider) - Method in interface org.eclipse.update.core.ISite
Sets the site content provider.
setSiteContentProvider(ISiteContentProvider) - Method in class org.eclipse.update.core.Site
Sets the site content provider.
setSiteModel(SiteModel) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the site for the referenced.
setSize(Point) - Method in interface org.eclipse.jface.preference.IPreferencePage
Sets the size of this page's UI component.
setSize(Point) - Method in class org.eclipse.jface.preference.PreferencePage
 
setSize(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
Sets the size of the given rectangle to the given size
setSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size to the point specified by the arguments.
setSize(Point) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's size to the point specified by the argument.
setSorter(ViewerSorter) - Method in class org.eclipse.jface.viewers.StructuredViewer
Sets this viewer's sorter and triggers refiltering and resorting of this viewer's element.
setState(int) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Sets the state of the container.
setState(int) - Method in class org.eclipse.ui.presentations.StackPresentation
Sets the state of the presentation.
setStatusText(String) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Sets the status text.
setStyle(int) - Method in class org.eclipse.jface.viewers.CellEditor
Sets the style bits for this cell editor.
setStyle(int) - Method in class org.eclipse.swt.graphics.FontData
Sets the style of the receiver to the argument which must be a bitwise OR of one or more of the SWT constants NORMAL, BOLD and ITALIC.
setSubtreeChecked(Object, boolean) - Method in class org.eclipse.jface.viewers.CheckboxTreeViewer
Sets the checked state for the given element and its visible children in this viewer.
setSynchronizer(Synchronizer) - Method in class org.eclipse.swt.widgets.Display
Sets the synchronizer used by the display to be the argument, which can not be null.
setTabList(Control[]) - Method in class org.eclipse.swt.widgets.Composite
Sets the tabbing order for the specified controls to match the order that they occur in the argument list.
setTargetSite(IConfiguredSite) - Method in interface org.eclipse.update.operations.IFeatureOperation
Sets the site in which the feature is being operated on.
setTaskName(String) - Method in class org.eclipse.update.core.InstallMonitor
Set task name.
setTempLocal(boolean) - Method in class org.eclipse.update.core.ContentReference
Sets if a content reference is considered local
setText(String) - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Sets the caption label
setText(String) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Sets the initial contents of the receiver to the given string.
setText(String) - Method in class org.eclipse.ercp.swt.mobile.HyperLink
Sets the receiver's text.
setText(String) - Method in class org.eclipse.ercp.swt.mobile.TaskTip
Sets the label text.
setText(String) - Method in class org.eclipse.jface.action.Action
Sets the text for this action.
setText(String) - Method in interface org.eclipse.jface.action.IAction
Sets the text for this action.
setText(String) - Method in class org.eclipse.jface.viewers.ViewerLabel
Set the text for the receiver.
setText(String) - Method in class org.eclipse.swt.browser.Browser
Renders a string containing HTML.
setText(String) - Method in class org.eclipse.swt.widgets.Button
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Combo
Sets the contents of the receiver's text field to the given string.
setText(String) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
setText(String) - Method in class org.eclipse.swt.widgets.Dialog
Sets the receiver's text, which is the string that the window manager will typically display as the receiver's title, to the argument, which must not be null.
setText(String) - Method in class org.eclipse.swt.widgets.Item
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Label
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Link
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.MenuItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.TableColumn
 
setText(String[]) - Method in class org.eclipse.swt.widgets.TableItem
Sets the text for multiple columns in the table.
setText(int, String) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's text at a column
setText(String) - Method in class org.eclipse.swt.widgets.TableItem
Sets the receiver's text at column 0.
setText(String) - Method in class org.eclipse.swt.widgets.Text
Sets the contents of the receiver to the given string.
setText(String) - Method in class org.eclipse.swt.widgets.TreeItem
 
setTextLimit(int) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Sets the maximum number of characters that the receiver is capable of holding to be the argument.
setTextLimit(int) - Method in class org.eclipse.swt.widgets.Combo
Sets the maximum number of characters that the receiver's text field is capable of holding to be the argument.
setTextLimit(int) - Method in class org.eclipse.swt.widgets.Text
Sets the maximum number of characters that the receiver is capable of holding to be the argument.
setThumb(int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the size of the receiver's thumb relative to the difference between its maximum and minimum values.
setThumb(int) - Method in class org.eclipse.swt.widgets.Slider
Sets the size of the receiver's thumb relative to the difference between its maximum and minimum values.
setTime(int) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Sets the time for the editor when TIME, OFFSET or DURATION styles are used.
setTimeZone(TimeZone) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
Defines the time zone, which is applied on the DateEditor (which is UTC time).
setTitle(int, String) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Sets the title string of the page at the given zero-relative index.
setTitle(String) - Method in interface org.eclipse.jface.preference.IPreferencePage
Set this page's title.
setTitle(String) - Method in class org.eclipse.jface.preference.PreferencePage
The PreferencePage implementation of this IDialogPage method extends the DialogPage implementation to update the preference page container title.
setTitle(String) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Sets the title of the underlying workbench org.eclipse.jface.window.
setTitle(String) - Method in class org.eclipse.ui.part.WorkbenchPart
Deprecated. new code should use setPartName and setContentDescription
setTitleImage(Image) - Method in class org.eclipse.ui.part.WorkbenchPart
Sets or clears the title image of this part.
setTitleToolTip(String) - Method in class org.eclipse.ui.part.WorkbenchPart
Sets or clears the title tool tip text of this part.
setToDefault(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the preference with the given name back to its default value.
setToDefault(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setToDefault(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setToolTipText(String) - Method in class org.eclipse.jface.action.Action
Sets the tool tip text for this action.
setToolTipText(String) - Method in interface org.eclipse.jface.action.IAction
Sets the tool tip text for this action.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.Control
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setToolTipText(String) - Method in class org.eclipse.swt.widgets.TrayItem
Sets the receiver's tool tip text to the argument, which may be null indicating that the default tool tip for the control will be shown.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.List
Sets the zero-relative index of the item which is currently at the top of the receiver.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.Table
Sets the zero-relative index of the item which is currently at the top of the receiver.
setTopIndex(int) - Method in class org.eclipse.swt.widgets.Text
Sets the zero-relative index of the line which is currently at the top of the receiver.
setTopItem(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Sets the item which is currently at the top of the receiver.
setTotalCount(long) - Method in class org.eclipse.update.core.InstallMonitor
Sets the total number of bytes to copy.
setTrailingText(String) - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Sets the trailing label
setType(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the referenced feature type.
setType(String) - Method in class org.eclipse.update.core.model.SiteModel
Sets the site type.
setType(int) - Method in class org.eclipse.update.core.model.URLEntryModel
Method setType.
setURL(URL) - Method in class org.eclipse.update.core.FeatureReference
Sets the feature reference URL.
setURL(URL) - Method in interface org.eclipse.update.core.IFeatureReference
Sets the feature reference URL.
setURLString(String) - Method in class org.eclipse.update.core.model.ArchiveReferenceModel
Sets the unresolved URL string for the archive.
setURLString(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the unresolved URL for the feature reference.
setURLString(String) - Method in class org.eclipse.update.core.model.InstallHandlerEntryModel
Sets URL string used for browser-triggered installation handling.
setURLString(String) - Method in class org.eclipse.update.core.model.URLEntryModel
Sets the url string Throws a runtime exception if this object is marked read-only.
setUnpack(boolean) - Method in class org.eclipse.update.core.model.PluginEntryModel
 
setUpdateMapURL(URL) - Method in class org.eclipse.update.search.UpdateSearchScope
Sets the optional URL of the update map file.
setUpdateSiteEntryModel(URLEntryModel) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature update site reference.
setUrl(String) - Method in class org.eclipse.swt.browser.Browser
Begins loading a URL.
setUseHashlookup(boolean) - Method in class org.eclipse.jface.viewers.StructuredViewer
Configures whether this structured viewer uses an internal hash table to speeds up the mapping between elements and SWT items.
setVKStatus(int) - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Sets the status of the system virtual keyboard (if one is available).
setValid(boolean) - Method in class org.eclipse.jface.preference.PreferencePage
Sets whether this page is valid.
setValidator(ICellEditorValidator) - Method in class org.eclipse.jface.viewers.CellEditor
Sets the input validator for this cell editor.
setValidator(IOperationValidator) - Static method in class org.eclipse.update.operations.OperationsManager
Sets a custom operation validator
setValue(String, double) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the double-valued preference with the given name.
setValue(String, float) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the float-valued preference with the given name.
setValue(String, int) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the integer-valued preference with the given name.
setValue(String, long) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the long-valued preference with the given name.
setValue(String, String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the string-valued preference with the given name.
setValue(String, boolean) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Sets the current value of the boolean-valued preference with the given name.
setValue(IPreferenceStore, String, FontData) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the current value of the preference with the given name in the given preference store.
setValue(IPreferenceStore, String, FontData[]) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the current value of the preference with the given name in the given preference store.
setValue(IPreferenceStore, String, Point) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the current value of the preference with the given name in the given preference store.
setValue(IPreferenceStore, String, Rectangle) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the current value of the preference with the given name in the given preference store.
setValue(IPreferenceStore, String, RGB) - Static method in class org.eclipse.jface.preference.PreferenceConverter
Sets the current value of the preference with the given name in the given preference store.
setValue(String, double) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setValue(String, float) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setValue(String, int) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setValue(String, long) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setValue(String, String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setValue(String, boolean) - Method in class org.eclipse.jface.preference.PreferenceStore
 
setValue(Object) - Method in class org.eclipse.jface.viewers.CellEditor
Sets this cell editor's value.
setValue(String, double) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setValue(String, float) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setValue(String, int) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setValue(String, long) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setValue(String, String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setValue(String, boolean) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
setValueValid(boolean) - Method in class org.eclipse.jface.viewers.CellEditor
Sets the valid state of this cell editor.
setValues(int, int, int, int, int, int) - Method in class org.eclipse.swt.widgets.ScrollBar
Sets the receiver's selection, minimum value, maximum value, thumb, increment and page increment all at once.
setValues(int, int, int, int, int, int) - Method in class org.eclipse.swt.widgets.Slider
Sets the receiver's selection, minimum value, maximum value, thumb, increment and page increment all at once.
setVersion(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the dependent version.
setVersionedIdentifier(VersionedIdentifier) - Method in interface org.eclipse.update.core.IPluginEntry
Sets the identifier of this plugin entry.
setVersionedIdentifier(VersionedIdentifier) - Method in class org.eclipse.update.core.PluginEntry
Sets the identifier of this plugin entry.
setVisible(boolean) - Method in class org.eclipse.ercp.swt.mobile.TaskTip
Makes the TaskTip visible and brings it to the front of the display.
setVisible(boolean) - Method in class org.eclipse.jface.action.ContributionItem
The default implementation of this IContributionItem method stores the value in an internal state variable, which is true by default.
setVisible(boolean) - Method in interface org.eclipse.jface.action.IContributionItem
Sets whether this contribution item is visibile within its manager.
setVisible(boolean) - Method in class org.eclipse.jface.action.SubContributionItem
 
setVisible(boolean) - Method in class org.eclipse.jface.action.SubContributionManager
Sets the visibility of the manager.
setVisible(boolean) - Method in class org.eclipse.jface.action.SubStatusLineManager
 
setVisible(boolean) - Method in class org.eclipse.swt.widgets.Control
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.Menu
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.ScrollBar
Marks the receiver as visible if the argument is true, and marks it invisible otherwise.
setVisible(boolean) - Method in class org.eclipse.swt.widgets.TrayItem
Makes the receiver visible if the argument is true, and makes it invisible otherwise.
setVisible(boolean) - Method in interface org.eclipse.ui.presentations.IPresentablePart
Notifies the part whether or not it is visible in the current perspective.
setVisible(boolean) - Method in class org.eclipse.ui.presentations.StackPresentation
This causes the presentation to become visible or invisible.
setVisibleItemCount(int) - Method in class org.eclipse.swt.widgets.Combo
Sets the number of items that are visible in the drop down portion of the receiver's list.
setWS(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the ws.
setWS(String) - Method in class org.eclipse.update.core.model.ContentEntryModel
Sets the windowing system specification.
setWS(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the windowing system specification.
setWS(String) - Method in class org.eclipse.update.core.model.FeatureReferenceModel
Sets the windowing system specification.
setWS(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the ws.
setWarnings(boolean) - Method in class org.eclipse.swt.graphics.Device
If the underlying window system supports printing warning messages to the console, setting warnings to false prevents these messages from being printed.
setWidth(int) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the width of the receiver.
setXORMode(boolean) - Method in class org.eclipse.swt.graphics.GC
Deprecated. this functionality is not supported on some platforms
shellActivated(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell becomes the active window.
shellClosed(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is closed.
shellDeactivated(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell stops being the active window.
shellDeiconified(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is un-minimized.
shellIconified(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is minimized.
showActionSet(String) - Method in interface org.eclipse.ui.IWorkbenchPage
Shows an action set in this page.
showBusy(boolean) - Method in class org.eclipse.ui.part.WorkbenchPart
Show that this part is busy due to a Job running that it is listening to.
showColumn(TableColumn) - Method in class org.eclipse.swt.widgets.Table
Shows the column.
showCopyDetails(boolean) - Method in class org.eclipse.update.core.InstallMonitor
Indicate whether the monitor subtask message should include copy progress counts.
showDetails - Variable in class org.eclipse.update.core.InstallMonitor
 
showItem(Item) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Shows the given item.
showItem(Item) - Method in class org.eclipse.jface.viewers.TreeViewer
 
showItem(TableItem) - Method in class org.eclipse.swt.widgets.Table
Shows the item.
showItem(TreeItem) - Method in class org.eclipse.swt.widgets.Tree
Shows the item.
showPaneMenu() - Method in class org.eclipse.ui.presentations.StackPresentation
Instructs the presentation to display the pane menu
showPartList() - Method in class org.eclipse.ui.presentations.StackPresentation
Instructs the presentation to display a list of all parts in the stack, and allow the user to change the selection using the keyboard.
showPerspective(String, IWorkbenchWindow) - Method in interface org.eclipse.ui.IWorkbench
Shows the specified perspective to the user.
showPerspective(String, IWorkbenchWindow, IAdaptable) - Method in interface org.eclipse.ui.IWorkbench
Shows the specified perspective to the user.
showSelection() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Shows the selection.
showSelection() - Method in class org.eclipse.ercp.swt.mobile.ListBox
Shows the selection.
showSelection() - Method in class org.eclipse.ercp.swt.mobile.ListView
Shows the selection.
showSelection() - Method in class org.eclipse.ercp.swt.mobile.SortedList
Scrolls the list as necessary to show the selected items.
showSelection() - Method in class org.eclipse.swt.widgets.List
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Table
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Text
Shows the selection.
showSelection() - Method in class org.eclipse.swt.widgets.Tree
Shows the selection.
showSystemMenu() - Method in class org.eclipse.ui.presentations.StackPresentation
Instructs the presentation to display the system menu
showView(String) - Method in interface org.eclipse.ui.IWorkbenchPage
Shows the view identified by the given view id in this page and gives it focus.
showView(String, String, int) - Method in interface org.eclipse.ui.IWorkbenchPage
Shows a view in this page with the given id and secondary id.
shutdown() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. In Eclipse 3.0, shutdown has been replaced by Plugin#stop(BundleContext context). Implementations of shutdown should be changed to extend stop(BundleContext context) and call super.stop(context) instead of super.shutdown(). Unlike super.shutdown(), super.stop(context) must be called as the very last thing rather than as the very first thing. The shutdown method is called only for plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in; in contrast, the stop method is always called.
shutdown() - Static method in class org.eclipse.update.core.JarContentReference
Perform shutdown processing for jar archive handling.
shutdown() - Static method in class org.eclipse.update.core.Utilities
Perform shutdown processing for temporary file handling.
silentRunning - Variable in class org.eclipse.ui.preferences.ScopedPreferenceStore
A boolean to indicate the property changes should not be propagated.
size() - Method in class org.eclipse.jface.util.ListenerList
Returns the number of registered listeners.
size() - Method in interface org.eclipse.jface.viewers.IStructuredSelection
Returns the number of elements selected in this selection.
size() - Method in class org.eclipse.jface.viewers.StructuredSelection
 
sleep() - Method in class org.eclipse.swt.widgets.Display
Causes the user-interface thread to sleep (that is, to be put in a state where it does not consume CPU cycles) until an event is received or it is otherwise awakened.
sort(Viewer, Object[]) - Method in class org.eclipse.jface.viewers.ViewerSorter
Sorts the given elements in-place, modifying the given array.
spacing - Variable in class org.eclipse.swt.layout.FillLayout
spacing specifies the number of pixels between the edge of one cell and the edge of its neighbouring cell.
spacing - Variable in class org.eclipse.swt.layout.FormLayout
spacing specifies the number of pixels between the edge of one control and the edge of its neighbouring control.
spacing - Variable in class org.eclipse.swt.layout.RowLayout
spacing specifies the number of pixels between the edge of one cell and the edge of its neighbouring cell.
start - Variable in class org.eclipse.swt.events.VerifyEvent
the range of text being modified.
start - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the range of text being modified.
start(BundleContext) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
The AbstractUIPlugin implementation of this Plugin method refreshes the plug-in actions.
startElement(String, String, String, Attributes) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle start of element tags
startElement(String, String, String, Attributes) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle start of element tags
startsWith(Object[], Object[], boolean) - Static method in class org.eclipse.jface.util.Util
Checks whether the second array is a subsequence of the first array, and that they share common starting elements.
startup() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Deprecated. In Eclipse 3.0, startup has been replaced by Plugin#start(BundleContext context). Implementations of startup should be changed to extend start(BundleContext context) and call super.start(context) instead of super.startup(). Like super.startup(), super.stop(context) must be called as the very first thing. The startup method is called only for plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in; in contrast, the start method is always called.
stateMask - Variable in class org.eclipse.swt.events.KeyEvent
the state of the keyboard modifier keys at the time the event was generated, as defined by the key code constants in class SWT.
stateMask - Variable in class org.eclipse.swt.events.MouseEvent
the state of the keyboard modifier keys and mouse masks at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.events.SelectionEvent
The state of the keyboard modifier keys at the time the event was generated.
stateMask - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the state of the keyboard modifier keys and mouse masks at the time the event was generated.
stop() - Method in class org.eclipse.swt.browser.Browser
Stop any loading and rendering activity.
stop(BundleContext) - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
The AbstractUIPlugin implementation of this Plugin method saves this plug-in's org.eclipse.jface.preference and dialog stores and shuts down its image registry (if they are in use).
store(ContentReference, IProgressMonitor) - Method in interface org.eclipse.update.core.IContentConsumer
Stores a file.
store(ContentReference, IProgressMonitor) - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Store a feature file.
stringExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
subTask(String) - Method in class org.eclipse.update.core.InstallMonitor
Set subtask name.
subTaskString - Variable in class org.eclipse.update.core.InstallMonitor
 
subtract(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
Performs vector subtraction on two points.
supportsState(int) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Returns true iff the site supports the given state
syncExec(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.
syncExec(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.
systemInfoChanged(IVolume, int) - Method in interface org.eclipse.update.configuration.ILocalSystemInfoListener
Volume change notification.

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