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

SafeRunnable - Class in org.eclipse.jface.util
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.
SafeRunner - Class in org.eclipse.core.runtime
Runs the given ISafeRunnable in a protected mode: exceptions thrown in the runnable are logged and passed to the runnable's exception handler.
SafeRunner() - Constructor for class org.eclipse.core.runtime.SafeRunner
 
sameFile(URL, URL) - Method in class org.eclipse.osgi.framework.internal.core.BundleResourceHandler
 
sameFile(URL, URL) - Method in class org.eclipse.osgi.framework.internal.protocol.MultiplexingURLStreamHandler
 
sameFile(URL, URL) - Method in class org.eclipse.osgi.framework.internal.protocol.NullURLStreamHandlerService
 
sameFile(URL, URL) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
sameFile(URL, URL) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls super.sameFile.
sameFile(URL, URL) - Method in interface org.osgi.service.url.URLStreamHandlerService
 
save(DataOutputStream) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook
 
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() - Method in class org.eclipse.osgi.baseadaptor.BaseData
 
save(DataOutputStream) - Method in interface org.eclipse.osgi.baseadaptor.hooks.StorageHook
Saves the data from this storage hook into the specified output stream.
save() - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Persistently stores all the metadata for this BundleData
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 - Static variable in class org.eclipse.swt.SWT
The FileDialog style constant for save file dialog behavior (value is 1<<13).
save() - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
save(Writer) - Method in class org.eclipse.ui.XMLMemento
Saves this memento's document current values to the specified writer.
save() - Method in interface org.eclipse.update.configuration.ILocalSite
Saves the local site state
save() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Called to save the configuration information
save(URL) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Called to save the configuration information in the specified location
saveActiveStartLevel(int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
This method is used within the package to save the actual active startlevel value for the framework.
saveAllEditors(boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Saves the contents of all dirty editors belonging to this workbench page.
saveConditionalPermissionInfos(String[]) - Method in interface org.eclipse.osgi.framework.adaptor.PermissionStorage
Persists the array of encoded ConditionalPermissionInfo strings
saveConditionalPermissionInfos(String[]) - Method in class org.eclipse.osgi.framework.internal.core.SecurePermissionStorage
 
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.
savePluginPreferences() - Method in class org.eclipse.core.runtime.Plugin
Saves preferences settings for this plug-in.
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 class org.eclipse.ui.application.WorkbenchWindowAdvisor
Saves arbitrary application specific state information.
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.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
 
SAXException - Exception in org.xml.sax
Encapsulate a general SAX error or warning.
SAXException() - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(String) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException.
SAXException(Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException wrapping an existing exception.
SAXException(String, Exception) - Constructor for exception org.xml.sax.SAXException
Create a new SAXException from an existing exception.
SAXFACTORYNAME - Static variable in class org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook
The SAX factory name
SAXNotRecognizedException - Exception in org.xml.sax
Exception class for an unrecognized identifier.
SAXNotRecognizedException() - Constructor for exception org.xml.sax.SAXNotRecognizedException
Default constructor.
SAXNotRecognizedException(String) - Constructor for exception org.xml.sax.SAXNotRecognizedException
Construct a new exception with the given message.
SAXNotSupportedException - Exception in org.xml.sax
Exception class for an unsupported operation.
SAXNotSupportedException() - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with no message.
SAXNotSupportedException(String) - Constructor for exception org.xml.sax.SAXNotSupportedException
Construct a new exception with the given message.
SAXParseException - Exception in org.xml.sax
Encapsulate an XML parse error or warning.
SAXParseException(String, Locator) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException from a message and a Locator.
SAXParseException(String, Locator, Exception) - Constructor for exception org.xml.sax.SAXParseException
Wrap an existing exception in a SAXParseException.
SAXParseException(String, String, String, int, int) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException.
SAXParseException(String, String, String, int, int, Exception) - Constructor for exception org.xml.sax.SAXParseException
Create a new SAXParseException with an embedded exception.
SAXParser - Class in javax.xml.parsers
Defines the API that represents a simple SAX parser.
SAXParser() - Constructor for class javax.xml.parsers.SAXParser
Constructor for SAXParser.
SAXParserFactory - Class in javax.xml.parsers
Defines a factory API that enables applications to configure and obtain a SAX based parser to parse XML documents.
SAXParserFactory() - Constructor for class javax.xml.parsers.SAXParserFactory
 
SAXParserFactoryImpl - Class in org.eclipse.ercp.jaxp.implForCore
SAXParserFactory implementation for J2ME and eXML-j2me
SAXParserFactoryImpl() - Constructor for class org.eclipse.ercp.jaxp.implForCore.SAXParserFactoryImpl
Constructor for SAXParserFactoryImpl.
SAXParserImpl - Class in org.eclipse.ercp.jaxp.implForCore
SAXParser implementation for jclCore and bigger
SAXParserImpl() - Constructor for class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
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.
schedule() - Method in class org.eclipse.core.runtime.jobs.Job
Schedules this job to be run.
schedule(long) - Method in class org.eclipse.core.runtime.jobs.Job
Schedules this job to be run after a specified delay.
scheduleChangeEvent(Object[], Map, Object) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Override this method to customize scheduling of an extension registry event.
scheduled(IJobChangeEvent) - Method in interface org.eclipse.core.runtime.jobs.IJobChangeListener
Notification that a job is being added to the queue of scheduled jobs.
scheduled(IJobChangeEvent) - Method in class org.eclipse.core.runtime.jobs.JobChangeAdapter
 
SCOPE - Static variable in class org.eclipse.core.runtime.preferences.ConfigurationScope
String constant (value of "configuration") used for the scope name for the configuration preference scope.
SCOPE - Static variable in class org.eclipse.core.runtime.preferences.DefaultScope
String constant (value of "default") used for the scope name for the default preference scope.
SCOPE - Static variable in class org.eclipse.core.runtime.preferences.InstanceScope
String constant (value of "instance") used for the scope name for the instance preference scope.
ScopedPreferenceStore - Class in org.eclipse.ui.preferences
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.
scopeEvents - Static variable in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
 
Screen - Class in org.eclipse.ercp.swt.mobile
Instances of this class represent display screens available for application use.
Screen_GetColorDepth() - Static method in class org.eclipse.ercp.swt.mobile.OS
 
Screen_GetOrientation() - Static method in class org.eclipse.ercp.swt.mobile.OS
 
Screen_GetRes() - Static method in class org.eclipse.ercp.swt.mobile.OS
 
Screen_SetOrientation(int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
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.
ScreenEvent - Class in org.eclipse.ercp.swt.mobile
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 in org.eclipse.ercp.swt.mobile
Classes implementing this interface provide methods that are called when the screen configuration is updated.
screenOrientationChanged(ScreenEvent) - Method in interface org.eclipse.ercp.swt.mobile.ScreenListener
Sent when the screen's orientation is changed.
ScriptedCommand - Class in org.eclipse.update.standalone
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.
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.
SCROLL_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the scroll lock key (value is (1<<24)+84).
Scrollable - Class in org.eclipse.swt.widgets
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.
ScrollBar - Class in org.eclipse.swt.widgets
Instances of this class are selectable user interface objects that represent a range of positive, numeric values.
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.
ScrolledText - Class in org.eclipse.ercp.update.views
 
ScrolledText(Composite, int, int) - Constructor for class org.eclipse.ercp.update.views.ScrolledText
 
ScrolledText(Composite, int, int, int) - Constructor for class org.eclipse.ercp.update.views.ScrolledText
 
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.
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.
SearchCommand - Class in org.eclipse.update.standalone
Command to search an update site and list its features.
SearchCommand(String) - Constructor for class org.eclipse.update.standalone.SearchCommand
 
SearchingSites - Static variable in class org.eclipse.ercp.update.UIMessages
 
SearchingUpdates - Static variable in class org.eclipse.ercp.update.UIMessages
 
SECONDARY - Static variable in class org.eclipse.ercp.swt.mobile.Screen
multiple secondary screens may be simultaneously active
SecurePermissionStorage - Class in org.eclipse.osgi.framework.internal.core
PermissionStorage privileged action class.
SecurePermissionStorage(PermissionStorage) - Constructor for class org.eclipse.osgi.framework.internal.core.SecurePermissionStorage
 
SECURITY_AUTHORIZED - Static variable in class org.eclipse.osgi.framework.internal.core.BundleResourceHandler
 
segment(int) - Method in interface org.eclipse.core.runtime.IPath
Returns the specified segment of this path, or null if the path does not have such a segment.
segment(int) - Method in class org.eclipse.core.runtime.Path
 
segmentCount() - Method in interface org.eclipse.core.runtime.IPath
Returns the number of segments in this path.
segmentCount() - Method in class org.eclipse.core.runtime.Path
 
segments() - Method in interface org.eclipse.core.runtime.IPath
Returns the segments in this path in order.
segments() - Method in class org.eclipse.core.runtime.Path
 
select(IContentType[], boolean, boolean) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager.ISelectionPolicy
Returns a subset of the given content types sorted by using a custom criterion.
SELECT - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that represents the context-sensitive action.
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 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.List
Selects the items at 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.
SELECT_ALL - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the select all action
SELECT_FEATURES_SCREEN - Variable in class org.eclipse.ercp.update.views.NormalView
 
SELECT_ON_HOVER - Static variable in class org.eclipse.jface.util.OpenStrategy
Hover will select the item.
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.
SelectFeaturesScreen - Class in org.eclipse.ercp.update.views
 
SelectFeaturesScreen(NormalView) - Constructor for class org.eclipse.ercp.update.views.SelectFeaturesScreen
 
SelectFeaturesToInstall - Static variable in class org.eclipse.ercp.update.UIMessages
 
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.
Selection - Static variable in class org.eclipse.swt.SWT
The selection event type (value is 13).
SELECTION_FILTER_ATTRIBUTE - Static variable in interface org.osgi.framework.Constants
Manifest header attribute (named "selection-filter") is used for selection by filtering based upon system properties.
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.
SelectionChangedEvent - Class in org.eclipse.jface.viewers
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 in org.eclipse.swt.events
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 in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated when selection occurs in a control.
SelectOption - Static variable in class org.eclipse.ercp.update.UIMessages
 
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.
SelectSite - Static variable in class org.eclipse.ercp.update.UIMessages
 
SelectSites - Static variable in class org.eclipse.ercp.update.UIMessages
 
Semaphore - Class in org.eclipse.core.runtime.internal.adaptor
Internal class.
Semaphore(int) - Constructor for class org.eclipse.core.runtime.internal.adaptor.Semaphore
 
sendEvent(int, Event) - Method in class org.eclipse.swt.widgets.Widget
 
SendMessageW(int, int, int, String) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
SendMessageW(int, int, int, short[]) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
SEPARATOR - Static variable in class org.eclipse.core.commands.util.Tracing
The separator to place between the component and the message.
SEPARATOR - Static variable in interface org.eclipse.core.runtime.IPath
Path separator character constant "/" used in paths.
separator() - Method in class org.eclipse.ercp.update.views.AbsScreen
 
SEPARATOR - Static variable in class org.eclipse.swt.SWT
Style constant for line separator behavior (value is 1<<1).
SerializationException - Exception in org.eclipse.core.commands
Signals that an exception occured while serializing a ParameterizedCommand to a string or deserializing a String to a ParameterizedCommand.
SerializationException(String) - Constructor for exception org.eclipse.core.commands.SerializationException
Creates a new instance of this class with the specified detail message.
SerializationException(String, Throwable) - Constructor for exception org.eclipse.core.commands.SerializationException
Creates a new instance of this class with the specified detail message and cause.
serialize() - Method in class org.eclipse.core.commands.ParameterizedCommand
Returns a String containing the command id, parameter ids and parameter values for this ParameterizedCommand.
service - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
service object for this registration.
service - Variable in class org.eclipse.osgi.framework.internal.core.ServiceUse
Service object either registered or that returned by ServiceFactory.getService()
SERVICE_DESCRIPTION - Static variable in interface org.osgi.framework.Constants
Service property (named "service.description") identifying a service's description.
SERVICE_ID - Static variable in interface org.osgi.framework.Constants
Service property (named "service.id") identifying a service's registration number (of type java.lang.Long).
SERVICE_PID - Static variable in interface org.osgi.framework.Constants
Service property (named "service.pid") identifying a service's persistent identifier.
SERVICE_RANKING - Static variable in interface org.osgi.framework.Constants
Service property (named "service.ranking") identifying a service's ranking number (of type java.lang.Integer).
SERVICE_VENDOR - Static variable in interface org.osgi.framework.Constants
Service property (named "service.vendor") identifying a service's vendor.
serviceChanged(ServiceEvent) - Method in class org.eclipse.osgi.framework.internal.core.FilteredServiceListener
Receive notification that a service has had a change occur in it's lifecycle.
serviceChanged(ServiceEvent) - Method in interface org.osgi.framework.ServiceListener
Receives notification that a service has had a lifecycle change.
serviceEvent - Variable in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Listener list for bundle's ServiceListeners
serviceEvent - Variable in class org.eclipse.osgi.framework.internal.core.Framework
List of BundleContexts for bundle's ServiceListeners.
SERVICEEVENT - Static variable in class org.eclipse.osgi.framework.internal.core.Framework
 
ServiceEvent - Class in org.osgi.framework
An event from the Framework describing a service lifecycle change.
ServiceEvent(int, ServiceReference) - Constructor for class org.osgi.framework.ServiceEvent
Creates a new service event object.
ServiceFactory - Interface in org.osgi.framework
Allows services to provide customized service objects in the OSGi environment.
serviceid - Variable in class org.eclipse.osgi.framework.internal.core.Framework
next free service id.
serviceid - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
service id.
ServiceListener - Interface in org.osgi.framework
A ServiceEvent listener.
ServicePermission - Class in org.osgi.framework
A bundle's authority to register or get a service.
ServicePermission(String, String) - Constructor for class org.osgi.framework.ServicePermission
Create a new ServicePermission.
serviceranking - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
service ranking.
ServiceReference - Interface in org.osgi.framework
A reference to a service.
ServiceReferenceImpl - Class in org.eclipse.osgi.framework.internal.core
A reference to a service.
ServiceReferenceImpl(ServiceRegistrationImpl) - Constructor for class org.eclipse.osgi.framework.internal.core.ServiceReferenceImpl
Construct a reference.
ServiceRegistration - Interface in org.osgi.framework
A registered service.
ServiceRegistrationImpl - Class in org.eclipse.osgi.framework.internal.core
A registered service.
ServiceRegistrationImpl(BundleContextImpl, String[], Object, Dictionary) - Constructor for class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
Construct a ServiceRegistration and register the service in the framework's service registry.
ServiceRegistry - Interface in org.eclipse.osgi.framework.adaptor
The ServiceRegistry interface is used by the framework to store and lookup currently registered services.
serviceRegistry - Variable in class org.eclipse.osgi.framework.internal.core.Framework
The ServiceRegistry
ServiceRegistryImpl - Class in org.eclipse.osgi.framework.internal.core
A default implementation of the ServiceRegistry.
ServiceRegistryImpl() - Constructor for class org.eclipse.osgi.framework.internal.core.ServiceRegistryImpl
 
servicesInUse - Variable in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Services that bundle has used.
ServiceTracker - Class in org.osgi.util.tracker
The ServiceTracker class simplifies using services from the Framework's service registry.
ServiceTracker(BundleContext, ServiceReference, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker object on the specified ServiceReference object.
ServiceTracker(BundleContext, String, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker object on the specified class name.
ServiceTracker(BundleContext, Filter, ServiceTrackerCustomizer) - Constructor for class org.osgi.util.tracker.ServiceTracker
Create a ServiceTracker object on the specified Filter object.
ServiceTrackerCustomizer - Interface in org.osgi.util.tracker
The ServiceTrackerCustomizer interface allows a ServiceTracker object to customize the service objects that are tracked.
ServiceUse - Class in org.eclipse.osgi.framework.internal.core
This class represents the use of a service by a bundle.
ServiceUse(BundleContextImpl, ServiceRegistrationImpl) - Constructor for class org.eclipse.osgi.framework.internal.core.ServiceUse
Constructs a service use encapsulating the service object.
SESSION - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The session tag
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
set(Object, Object, boolean) - Method in class org.eclipse.osgi.framework.util.Headers
Set a header value or optionally replace it if it already exists.
set(Object, Object) - Method in class org.eclipse.osgi.framework.util.Headers
Set a header value.
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.
setActivatedBy(BundleStats) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
setActivationOrder(int) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
setActivator(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the activator of this BaseData
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.
setActiveContextIds(Set) - Method in class org.eclipse.core.commands.contexts.ContextManager
Changes the set of active contexts for this context manager.
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.
setAllArgs(String[]) - Static method in class org.eclipse.core.runtime.internal.adaptor.EclipseEnvironmentInfo
 
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.
setAllowPluginActivation(boolean) - Method in class org.eclipse.core.expressions.EvaluationContext
Specifies whether this evaluation context allows activation of plug-ins for testers used in the expression tree.
setAllowPluginActivation(boolean) - Method in interface org.eclipse.core.expressions.IEvaluationContext
Specifies whether this evaluation context allows activation of plug-ins for testers used in the expression tree.
setAlpha(int) - Method in class org.eclipse.swt.graphics.GC
Sets the receiver's alpha value.
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.
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.
setAppArgs(String[]) - Static method in class org.eclipse.core.runtime.internal.adaptor.EclipseEnvironmentInfo
 
setApplication(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature application identifier.
setAppName(String) - Static method in class org.eclipse.swt.widgets.Display
On platforms which support it, sets the application name to be the argument.
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.
setAttribute(String, Object) - Method in class javax.xml.parsers.DocumentBuilderFactory
Allows the user to set specific attributes on the underlying implementation.
setAttribute(String, Object) - Method in class org.eclipse.ercp.jaxp.implForCore.DocumentBuilderFactoryImpl
 
setAttribute(String, String) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Adds a new attribute.
setAttribute(String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttribute(int, String, String, String, String, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set an attribute in the list.
setAttributeList(AttributeList) - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Set the attribute list, discarding previous contents.
setAttributeNode(Attr) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Adds a new attribute node.
setAttributeNode(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute node.
setAttributeNodeNS(Attr) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Adds a new attribute.
setAttributeNodeNS(Attr) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributeNS(String, String, String) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Adds a new attribute.
setAttributeNS(String, String, String) - Method in interface org.w3c.dom.Element
Adds a new attribute.
setAttributes(Attributes) - Method in class org.xml.sax.ext.Attributes2Impl
Copy an entire Attributes object.
setAttributes(Attributes) - Method in class org.xml.sax.helpers.AttributesImpl
Copy an entire Attributes object.
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.
setBlocked(IStatus) - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
Indicates that this operation is blocked by some background activity.
setBlocked(IStatus) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitorWithBlocking method forwards to the wrapped progress monitor.
setBlocked(IStatus) - Method in class org.eclipse.core.runtime.SubMonitor
 
setBootstrapPluginLocation(String, URL) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Deprecated. Do not use this method. Use the osig.bundles system property contains the urls of the automatically started bundles.
setBounds(int, int, int, int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
 
setBounds(int, int, int, int) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setBounds(Rectangle) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setBounds(int, int, int, int) - Method in class org.eclipse.swt.widgets.Composite
 
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(int, int, int, int) - Method in class org.eclipse.swt.widgets.Decorations
 
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.
setBundle(Bundle) - Method in class org.eclipse.osgi.baseadaptor.BaseData
 
setBundle(Bundle) - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Sets the Bundle object for this BundleData.
setBundleSL(StartLevelEvent) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
Set the bundle's startlevel to the new value This may cause the bundle to start or stop based on the active framework startlevel
setBundleStartLevel(Bundle, int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelImpl
Assign a start level value to the specified Bundle.
setBundleStartLevel(Bundle, int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
Assign a start level value to the specified Bundle.
setBundleStartLevel(Bundle, int) - Method in interface org.osgi.service.startlevel.StartLevel
Assign a start level value to the specified Bundle.
setButtons(int, int, int) - Method in class org.eclipse.ercp.update.views.AbsScreen
 
setByteStream(InputStream) - Method in class org.xml.sax.InputSource
Set the byte stream for this input source.
setCanceled(boolean) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Sets the cancel state to the given value.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation sets the value of an internal state variable.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
setCanceled(boolean) - Method in class org.eclipse.core.runtime.SubMonitor
 
setCanceled(boolean) - Method in class org.eclipse.ercp.update.views.UpdateMonitor
 
setCanceled(boolean) - Method in class org.eclipse.update.core.InstallMonitor
Set the cancellation state.
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
 
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.
setCharacterStream(Reader) - Method in class org.xml.sax.InputSource
Set the character stream for this input source.
setCharDecoder(CharDecoder) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Sets the XML character decoder.
setCharValue(String, String) - Method in class org.eclipse.ercp.xml.parser.CharDecoder
Set the key-value decoding association
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.
setClassPathString(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
 
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.
setCoalescing(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will convert CDATA nodes to Text nodes and append it to the adjacent (if any) text node.
setCode(int) - Method in class org.eclipse.core.runtime.Status
Sets the status code.
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.
setColumnNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the column number for this locator (1-based).
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.
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - Method in class org.eclipse.osgi.framework.internal.core.ConditionalPermissionAdminImpl
 
setConditionalPermissionInfo(String, ConditionInfo[], PermissionInfo[]) - Method in interface org.osgi.service.condpermadmin.ConditionalPermissionAdmin
Set or create a Conditional Permission Info with a specified name.
setConfiguredSiteModel(ConfiguredSiteModel) - Method in class org.eclipse.update.core.model.SiteModel
 
setConsoleLog(boolean) - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
 
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.
setContentHandler(ContentHandler) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the content handler.
setContentHandler(ContentHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the content event handler.
setContentHandler(ContentHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a content event handler.
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.
setContext(BundleContext) - Static method in class org.eclipse.osgi.framework.internal.core.BundleResourceHandler
 
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) - Method in class org.eclipse.ercp.xml.dom.CharacterDataImpl
 
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 - Static variable in class org.eclipse.swt.SWT
The set data event type (value is 36).
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.
setData(String) - Method in interface org.w3c.dom.CharacterData
 
setData(String) - Method in interface org.w3c.dom.ProcessingInstruction
 
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.
setDebug(boolean) - Method in class org.eclipse.ercp.update.views.UpdateMonitor
 
setDebugging(boolean) - Method in class org.eclipse.core.runtime.Plugin
Sets whether this plug-in is in debug mode.
setDebugMode(boolean) - Static method in class org.eclipse.jface.operation.ModalContext
Sets whether ModalContext is running in debug mode.
setDebugOptions() - Static method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
setDeclared(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "declared" flag of a specific attribute.
setDefault(String, boolean) - Method in class org.eclipse.core.runtime.Preferences
Sets the default value for the boolean-valued property with the given name.
setDefault(String, double) - Method in class org.eclipse.core.runtime.Preferences
Sets the default value for the double-valued property with the given name.
setDefault(String, float) - Method in class org.eclipse.core.runtime.Preferences
Sets the default value for the float-valued property with the given name.
setDefault(String, int) - Method in class org.eclipse.core.runtime.Preferences
Sets the default value for the integer-valued property with the given name.
setDefault(String, long) - Method in class org.eclipse.core.runtime.Preferences
Sets the default value for the long-valued property with the given name.
setDefault(String, String) - Method in class org.eclipse.core.runtime.Preferences
Sets the default value for the string-valued property with the given name.
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).
setDefaultCharset(String) - Method in interface org.eclipse.core.runtime.content.IContentTypeSettings
Sets the default charset for the corresponding content type.
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.
setDefaultLookupOrder(String, String, String[]) - Method in interface org.eclipse.core.runtime.preferences.IPreferencesService
Set the default scope lookup order for the preference keyed by the given qualifier and simple name.
setDefaultPermissions(PermissionInfo[]) - Method in class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
Sets the default permissions.
setDefaultPermissions(PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Sets the default permissions.
setDefaultPerspective(String) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Sets the default perspective for the workbench to the given perspective id.
setDefaultRegistryProvider(IRegistryProvider) - Static method in class org.eclipse.core.runtime.RegistryFactory
Use this method to specify the default registry provider.
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
 
setDescription(String) - Method in class org.eclipse.update.util.BookmarkSite
 
setDescription(String) - Method in class org.eclipse.update.util.CategoryWrap
 
setDescription(String) - Method in class org.eclipse.update.util.SiteWrap
 
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.
setDevice(String) - Method in interface org.eclipse.core.runtime.IPath
Returns a new path which is the same as this path but with the given device id.
setDevice(String) - Method in class org.eclipse.core.runtime.Path
 
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.
setDirty(boolean) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the dirty flag for this BaseData
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.
setDocumentHandler(DocumentHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the SAX1 document event handler.
setDocumentHandler(DocumentHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a document event handler.
setDocumentLocator(Locator) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
setDocumentLocator(Locator) - Method in interface org.xml.sax.ContentHandler
Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive an object for locating the origin of SAX document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.DefaultHandler
Receive a Locator object for document events.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a new document locator event.
setDocumentLocator(Locator) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set a document locator.
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.
setDTDHandler(DTDHandler) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the DTD handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the DTD event handler.
setDTDHandler(DTDHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a DTD event handler.
setDTDHandler(DTDHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register a DTD event handler.
setDuringStartup(boolean) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
setDynamicImports(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the dynamic imports of this BaseData
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.ercp.update.views.ScrolledText
 
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
setEncoding(String) - Method in class org.eclipse.ercp.xml.io.XmlInputStreamReader
 
setEncoding(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the encoding property.
setEncoding(String) - Method in class org.xml.sax.InputSource
Set the character encoding, if known.
setEntityResolver(EntityResolver) - Method in class javax.xml.parsers.DocumentBuilder
Specify the EntityResolver to be used to resolve entities present in the XML document to be parsed.
setEntityResolver(EntityResolver) - Method in class org.eclipse.ercp.jaxp.implForCore.DocumentBuilderImpl
 
setEntityResolver(EntityResolver) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.ParserAdapter
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register a custom entity resolver.
setEntityResolver(EntityResolver) - Method in interface org.xml.sax.XMLReader
Allow an application to register an entity resolver.
setErrorHandler(ErrorHandler) - Method in class javax.xml.parsers.DocumentBuilder
Specify the ErrorHandler to be used to report errors present in the XML document to be parsed.
setErrorHandler(ErrorHandler) - Method in class org.eclipse.ercp.jaxp.implForCore.DocumentBuilderImpl
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
setErrorHandler(ErrorHandler) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.ParserAdapter
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the error event handler.
setErrorHandler(ErrorHandler) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Register the error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to register an error event handler.
setErrorHandler(ErrorHandler) - Method in interface org.xml.sax.XMLReader
Allow an application to register an error event handler.
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.
setException(Throwable) - Method in class org.eclipse.core.runtime.Status
Sets the exception.
setExclusive(boolean) - Method in class org.eclipse.update.core.model.FeatureModel
Indicates whether this feature can act as a primary feature.
setExecutionEnvironment(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the execution environment of this BaseData
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.
setExpandEntityReferences(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will expand entity reference nodes.
setFeature(String, boolean) - Method in class javax.xml.parsers.SAXParserFactory
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserFactoryImpl
Sets the particular feature in the underlying implementation of org.xml.sax.XMLReader.
setFeature(String, boolean) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
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.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.ParserAdapter
Set a feature flag for the parser.
setFeature(String, boolean) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a feature.
setFeature(String, boolean) - Method in interface org.xml.sax.XMLReader
Set the value of a feature flag.
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.
setFile(File, boolean) - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
 
setFilename(String) - Method in class org.eclipse.jface.preference.PreferenceStore
Sets the name of the file used when loading and storing this preference store.
setFileName(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
This is only used to support PDE source lookup.
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.
setFilter(int, String, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
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 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.ercp.eworkbench.DefaultView
 
setFocus() - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setFocus() - Method in class org.eclipse.ercp.update.views.NormalView
Passing the focus request to the viewer's control.
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.Composite
 
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 class org.eclipse.swt.widgets.Label
 
setFocus() - Method in class org.eclipse.swt.widgets.ProgressBar
 
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 class org.eclipse.ercp.swt.mobile.HyperLink
 
setFont(Font) - Method in class org.eclipse.ercp.swt.mobile.ListBox
Sets the font for the details text of an item.
setFont(Font) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setFont(Font) - Method in class org.eclipse.ercp.update.views.WrappedLabel
 
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 a 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.
setFrameworkArgs(String[]) - Static method in class org.eclipse.core.runtime.internal.adaptor.EclipseEnvironmentInfo
 
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 receiver.
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.
setHandler(IHandler) - Method in class org.eclipse.core.commands.Command
Changes the handler for this command.
setHandlerName(String) - Method in class org.eclipse.update.core.model.InstallHandlerEntryModel
Sets the name of the custom install handler.
setHandlersByCommandId(Map) - Method in class org.eclipse.core.commands.CommandManager
Block updates all of the handlers for all of the commands.
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.
setHelpContextId(IHandler, String) - Method in class org.eclipse.core.commands.CommandManager
Sets the help context identifier to associate with a particular handler.
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.
setIcon(Image) - Method in class org.eclipse.ercp.swt.mobile.ListView.ListViewItem
 
setId(String) - Method in class org.eclipse.core.commands.State
Sets the identifier for this object.
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.
setIgnoringComments(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will ignore comments.
setIgnoringElementContentWhitespace(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parsers created by this factory must eliminate whitespace in element content (sometimes known loosely as 'ignorable whitespace') when parsing XML documents (see XML Rec 2.10).
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.Shell
Sets the receiver's image to the argument, which may be null.
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.
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.
setInitialBundleStartLevel(int) - Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
 
setInitialBundleStartLevel(int) - Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Sets the initial bundle start level
setInitialBundleStartLevel(int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelImpl
Set the initial start level value that is assigned to a Bundle when it is first installed.
setInitialBundleStartLevel(int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
Set the initial start level value that is assigned to a Bundle when it is first installed.
setInitialBundleStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Set the initial start level value that is assigned to a Bundle when it is first installed.
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.
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.core.runtime.content.BinarySignatureDescriber
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.core.runtime.content.XMLRootElementContentDescriber
 
setInitializationData(IConfigurationElement, String, Object) - Method in interface org.eclipse.core.runtime.IExecutableExtension
This method is called by the implementation of the method IConfigurationElement.createExecutableExtension on a newly constructed extension, passing it its relevant configuration information.
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.ercp.eworkbench.eWorkbench
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.ui.part.ViewPart
 
setInitializationData(IConfigurationElement, String, Object) - Method in class org.eclipse.ui.part.WorkbenchPart
This method is called by the implementation of the method IConfigurationElement.createExecutableExtension on a newly constructed extension, passing it its relevant configuration information. The WorkbenchPart implementation of this IExecutableExtension records the configuration element in and internal state variable (accessible via getConfigElement).
setInitialProperties(Map) - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Sets the initial properties for the platform.
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.
setInProgress(boolean) - Static method in class org.eclipse.update.operations.OperationsManager
Sets whether any operations is in progress.
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.
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 class org.eclipse.core.commands.operations.AbstractOperation
Set the label of the operation to the specified name.
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.
setLabel(String) - Method in class org.eclipse.update.util.CategoryWrap
 
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.osgi.baseadaptor.BaseData
Sets the last modified time stamp of this bundledata
setLastModified(long) - Method in class org.eclipse.update.core.ContentReference
Sets the timestamp the content was last modified.
setLayout(Layout) - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
 
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.Combo
 
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.
setLexicalHandler(Object) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
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.
setLimit(IUndoContext, int) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
setLimit(IUndoContext, int) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Set the limit on the undo and redo history for a particular context.
setLineNumber(int) - Method in class org.xml.sax.helpers.LocatorImpl
Set the line number for this locator (1-based).
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.
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.
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.
setList(String[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISitePolicy
Set new policy list.
setLoadedBy(ClassStats) - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
setLoadOrder(int) - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
setLocal(boolean) - Method in class org.eclipse.update.util.BookmarkSite
 
setLocale(String) - Method in class org.eclipse.swt.graphics.FontData
Sets the locale of the receiver.
setLocale(Locale) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Set the locale for error reporting.
setLocale(Locale) - Method in interface org.xml.sax.Parser
Deprecated. Allow an application to request a locale for errors and warnings.
setLocalName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the local name of a specific attribute.
setLocation(int, int) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setLocation(Point) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setLocation(Rectangle, Point) - Static method in class org.eclipse.jface.util.Geometry
Sets the x,y position of the given rectangle.
setLocation(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the location of this bundledata
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.Decorations
 
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.
setLockListener(LockListener) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Provides a hook that is notified whenever a thread is about to wait on a lock, or when a thread is about to release a lock.
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.
setMaximized(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
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.QueryDialog.TextModifyListener
 
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.ercp.swt.mobile.MobileShell
 
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Decorations
Sets the receiver's menu bar to the argument, which may be null.
setMenuBar(Menu) - Method in class org.eclipse.swt.widgets.Shell
 
setMessage(String) - Method in class org.eclipse.core.runtime.Status
Sets the message.
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.
setMinimized(boolean) - Method in class org.eclipse.swt.widgets.Shell
 
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.QueryDialog.TextModifyListener
 
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.
setName(String) - Method in class org.eclipse.core.runtime.jobs.Job
Changes the name of this job.
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.
setName(String) - Method in class org.eclipse.update.util.BookmarkSite
 
setNamedItem(Node) - Method in class org.eclipse.ercp.xml.dom.AttributeMap
Adds a node using its nodeName attribute.
setNamedItem(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its nodeName attribute.
setNamedItemNS(Node) - Method in class org.eclipse.ercp.xml.dom.AttributeMap
Adds a node using its namespaceURI and localName.
setNamedItemNS(Node) - Method in interface org.w3c.dom.NamedNodeMap
Adds a node using its namespaceURI and localName.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceAware(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceAware(boolean) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Specifies that the parser produced by this code will provide support for XML namespaces.
setNamespaceDeclUris(boolean) - Method in class org.xml.sax.helpers.NamespaceSupport
Controls whether namespace declaration attributes are placed into the NSDECL namespace by processName().
setNamespacePrefixes(boolean) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
setNamespaces(boolean) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
setNextShell(MultiPageDialog.MultiPageShell) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog.MultiPageShell
 
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.
setNL(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the nl.
setNodeValue(String) - Method in class org.eclipse.ercp.xml.dom.AttrImpl
 
setNodeValue(String) - Method in class org.eclipse.ercp.xml.dom.CharacterDataImpl
 
setNodeValue(String) - Method in class org.eclipse.ercp.xml.dom.NodeImpl
 
setNodeValue(String) - Method in interface org.w3c.dom.Node
 
setNonPluginEntryModels(NonPluginEntryModel[]) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature non-plug-in data references.
setOpenMethod(int) - Static method in class org.eclipse.jface.util.OpenStrategy
Set the current used single/double-click method.
setOperationHistory(IOperationHistory) - Static method in class org.eclipse.core.commands.operations.OperationHistoryFactory
Set the operation history to be used for managing undoable operations.
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.
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.
setOS(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the os.
setOSArch(String) - Method in class org.eclipse.update.core.model.ImportModel
Sets the osArch.
setOSArch(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the arch.
setOverrides(IContributionManagerOverrides) - Method in class org.eclipse.jface.action.ContributionManager
Sets the overrides for this contribution manager
setOverrides(Object) - Method in interface org.eclipse.osgi.service.resolver.State
Sets the version overrides which are to be applied during the resolutoin of this state.
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
 
setParent(XMLReader) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the parent reader.
setParent(XMLReader) - Method in interface org.xml.sax.XMLFilter
Set the parent reader.
setParentFactory(Object) - Method in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerFactory
 
setParentFactory(Object) - Method in class org.eclipse.osgi.framework.internal.protocol.MultiplexingFactory
 
setParentFactory(Object) - Method in class org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory
 
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.
setPermissionData(String, String[]) - Method in interface org.eclipse.osgi.framework.adaptor.PermissionStorage
Assigns the specified permission data to the specified location.
setPermissionData(String, String[]) - Method in class org.eclipse.osgi.framework.internal.core.SecurePermissionStorage
 
setPermissions(File) - Static method in class org.eclipse.osgi.baseadaptor.bundlefile.BundleFile
Attempts to set the permissions of the file in a system dependant way.
setPermissions(String, PermissionInfo[]) - Method in class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
Assigns the specified permissions to the bundle with the specified location.
setPermissions(String, PermissionInfo[]) - Method in interface org.osgi.service.permissionadmin.PermissionAdmin
Assigns the specified permissions to the bundle with the specified location.
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.
setPlatformProperties(Dictionary) - Method in interface org.eclipse.osgi.service.resolver.State
Sets the platform properties of the state.
setPlatformProperties(Dictionary[]) - Method in interface org.eclipse.osgi.service.resolver.State
Sets the platform properties of the state to a list of platform properties.
setPlugin(String) - Method in class org.eclipse.core.runtime.Status
Sets the plug-in id.
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.
setPrefix(String) - Method in class org.eclipse.ercp.xml.dom.NodeImpl
 
setPrefix(String) - Method in class org.eclipse.ercp.xml.dom.NSNodeImpl
 
setPrefix(String) - Method in interface org.w3c.dom.Node
 
setPreviousSelected(boolean) - Method in class org.eclipse.update.util.CategoryWrap
 
setPreviousSelected(boolean) - Method in class org.eclipse.update.util.FeatureWrap
 
setPreviousSelected(boolean) - Method in interface org.eclipse.update.util.INode
 
setPreviousSelected(boolean) - Method in class org.eclipse.update.util.SiteWrap
 
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.
setPriority(int) - Method in class org.eclipse.core.runtime.jobs.Job
Sets the priority of the job.
setProgressGroup(IProgressMonitor, int) - Method in class org.eclipse.core.runtime.jobs.Job
Associates this job with a progress group.
setProgressProvider(ProgressProvider) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Registers a progress provider with the job manager.
setPromptText(String, String) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog
Sets the prompt text and default input value.
setProperties(Dictionary) - Method in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
Update the properties associated with this service.
setProperties(Dictionary) - Method in interface org.osgi.framework.ServiceRegistration
Updates the properties associated with a service.
setProperty(String, Object) - Method in class javax.xml.parsers.SAXParser
Sets the particular property in the underlying implementation of XMLReader.
setProperty(QualifiedName, Object) - Method in interface org.eclipse.core.runtime.content.IContentDescription
Sets the given property to the given value.
setProperty(QualifiedName, Object) - Method in class org.eclipse.core.runtime.jobs.Job
Sets the value of the property of this job identified by the given key.
setProperty(String, Object) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
setProperty(String, String) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Set a system property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.ParserAdapter
Set a parser property.
setProperty(String, Object) - Method in class org.xml.sax.helpers.XMLFilterImpl
Set the value of a property.
setProperty(String, Object) - Method in interface org.xml.sax.XMLReader
Set the value of a property.
setProvider(String) - Method in class org.eclipse.update.core.model.FeatureModel
Sets the feature provider displayable label.
setPublicId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the public identifier for this locator.
setPublicId(String) - Method in class org.xml.sax.InputSource
Set the public identifier for this input source.
setQName(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the qualified name of a specific attribute.
setQueryType(int) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog.TextModifyListener
 
setQuietCompute(boolean) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation2
Set a boolean that instructs whether the computation of the receiver's execution, undo, or redo status should quietly compute status without consulting or prompting the user.
setReadOnly() - Method in class org.eclipse.osgi.framework.util.Headers
 
setRecognizedXmlOrgProperty(String, Object) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
setRecognizedXmlOrgProperty(String, Object) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
By default, we don't support the default properties...
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.
setResolvedBundles(SystemBundle) - Method in class org.eclipse.osgi.framework.internal.core.PackageAdminImpl
 
setResolvedStatus(int) - Method in class org.eclipse.update.util.FeatureWrap
 
setResolver(Resolver) - Method in interface org.eclipse.osgi.service.resolver.State
Sets the resolver associated with this state.
setResult(String) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog.TextModifyListener
 
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 receiver's selected color to be the argument.
setRule(ISchedulingRule) - Method in class org.eclipse.core.runtime.jobs.Job
Sets the scheduling rule to be used when scheduling this job.
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.
setSelected(boolean) - Method in class org.eclipse.update.util.BookmarkSite
 
setSelected(boolean) - Method in class org.eclipse.update.util.CategoryWrap
 
setSelected(boolean) - Method in class org.eclipse.update.util.FeatureWrap
 
setSelected(boolean) - Method in interface org.eclipse.update.util.INode
 
setSelected(boolean) - Method in class org.eclipse.update.util.SiteWrap
 
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 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(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(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
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.
setSelectionPolicy(Comparator) - Method in interface org.eclipse.osgi.service.resolver.Resolver
Sets the selection policy for this resolver.
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
 
setSeverity(int) - Method in class org.eclipse.core.runtime.Status
Sets the severity.
setShellBounds(int, int, int, int) - Method in class org.eclipse.ercp.swt.mobile.TaskTip.LocationHandle
 
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.
setSitePolicy(IPlatformConfiguration.ISitePolicy) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.ISiteEntry
Sets the site policy
setSize(int, int) - Method in class org.eclipse.ercp.swt.mobile.ListBox
 
setSize(int, int) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
setSize(Point) - Method in class org.eclipse.ercp.swt.mobile.SortedList
 
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.Composite
 
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.
setSpecified(int, boolean) - Method in class org.xml.sax.ext.Attributes2Impl
Assign a value to the "specified" flag of a specific attribute.
setStartLevel(int) - Method in class org.eclipse.osgi.baseadaptor.BaseData
This method calls each configured storage hook StorageHook.forgetStartLevelChange(int) method.
setStartLevel(int) - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Sets the start level metatdata for this BundleData.
setStartLevel(int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelImpl
Modify the active start level of the Framework.
setStartLevel(int, Bundle) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
Modify the active start level of the Framework.
setStartLevel(int) - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
 
setStartLevel(int) - Method in interface org.osgi.service.startlevel.StartLevel
Modify the active start level of the Framework.
setState(State) - Method in interface org.eclipse.osgi.service.resolver.Resolver
Sets the state associated with this resolver.
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.
setStatus(int) - Method in class org.eclipse.osgi.baseadaptor.BaseData
This method calls each configured storage hook StorageHook.forgetStatusChange(int) method.
setStatus(int) - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Sets the status metadata for this BundleData.
setStatus(int, boolean) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Set the persistent status bit for the bundle.
setStatusText(String) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Sets the status text.
setStorageHooks(StorageHook[]) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the instance storage hooks for this base data.
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.
setSymbolicName(String) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the symbolic name of this BaseData
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.
setSystem(boolean) - Method in class org.eclipse.core.runtime.jobs.Job
Sets whether or not this job is a system job.
setSystemId(String) - Method in class org.xml.sax.helpers.LocatorImpl
Set the system identifier for this locator.
setSystemId(String) - Method in class org.xml.sax.InputSource
Set the system identifier for this input source.
setTabList(Control[]) - Method in class org.eclipse.swt.widgets.Combo
 
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 interface org.eclipse.core.runtime.IProgressMonitor
Sets the task name to the given value.
setTaskName(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
setTaskName(String) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
setTaskName(String) - Method in class org.eclipse.core.runtime.SubMonitor
 
setTaskName(String) - Method in class org.eclipse.ercp.update.views.UpdateMonitor
 
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.Command
 
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.ListView.ListViewItem
 
setText(String) - Method in class org.eclipse.ercp.swt.mobile.TaskTip
Sets the label text.
setText(String) - Method in class org.eclipse.ercp.update.views.ScrolledText
 
setText(String) - Method in class org.eclipse.ercp.update.views.WrappedLabel
 
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 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.MenuItem
Sets the receiver's text.
setText(String) - Method in class org.eclipse.swt.widgets.Shell
 
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
 
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.
setThread(Thread) - Method in class org.eclipse.core.runtime.jobs.Job
Sets the thread that this job is currently running in, or null if this job is not running or the thread is unknown.
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.
setTimestamp(long) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
setTimeStamp(long) - Method in interface org.eclipse.osgi.service.resolver.State
Sets the timestamp for this state
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).
Settings - Static variable in class org.eclipse.swt.SWT
The settings changed event type (value is 39).
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 class org.eclipse.core.runtime.Preferences
Sets the current value of the property with the given name back to its default value.
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 no tool tip text should 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 no tool tip text should 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.
setTraceEnd(long) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
setTraceEnd(long) - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
setTraceStart(long) - Method in class org.eclipse.core.runtime.internal.stats.BundleStats
 
setTraceStart(long) - Method in class org.eclipse.core.runtime.internal.stats.ClassStats
 
setTrailingText(String) - Method in class org.eclipse.ercp.swt.mobile.CaptionedControl
Sets the trailing label
setType(int) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the type of this BaseData
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.
setType(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the type of a specific attribute.
setUiObject(Object) - Method in class org.eclipse.update.util.CategoryWrap
 
setUiObject(Object) - Method in class org.eclipse.update.util.SiteWrap
 
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.
setURI(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the Namespace URI of a specific attribute.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.MultiplexingURLStreamHandler
 
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.NullURLStreamHandlerService
 
setURL(URL, String, String, int, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.NullURLStreamHandlerService
 
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
setURL(URL, String, String, int, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
setURL(URL, String, String, int, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerSetter
Deprecated.  
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerSetter
 
setUrl(String) - Method in class org.eclipse.swt.browser.Browser
Loads a URL.
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.
setURL(URL) - Method in class org.eclipse.update.util.BookmarkSite
 
setURL(String) - Method in class org.eclipse.update.util.BookmarkSite
 
setURL(URL, String, String, int, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.osgi.service.url.AbstractURLStreamHandlerService
This method calls realHandler.setURL(URL,String,String,int,String,String,String,String).
setURL(URL, String, String, int, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
Deprecated. This method is only for compatibility with handlers written for JDK 1.1.
setURL(URL, String, String, int, String, String, String, String, String) - Method in interface org.osgi.service.url.URLStreamHandlerSetter
 
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.
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.
setUser(boolean) - Method in class org.eclipse.core.runtime.jobs.Job
Sets whether or not this job has been directly initiated by a UI end user.
setUserObject(Object) - Method in interface org.eclipse.osgi.service.resolver.BundleDescription
Associates a user-provided object to this bundle description, or removes an existing association, if null is provided.
setValid(boolean) - Method in class org.eclipse.jface.preference.PreferencePage
Sets whether this page is valid.
setValidating(boolean) - Method in class javax.xml.parsers.DocumentBuilderFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
setValidating(boolean) - Method in class javax.xml.parsers.SAXParserFactory
Specifies that the parser produced by this code will validate documents as they are parsed.
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(Object) - Method in class org.eclipse.core.commands.State
Sets the value for this state object.
setValue(String, boolean) - Method in class org.eclipse.core.runtime.Preferences
Sets the current value of the boolean-valued property with the given name.
setValue(String, double) - Method in class org.eclipse.core.runtime.Preferences
Sets the current value of the double-valued property with the given name.
setValue(String, float) - Method in class org.eclipse.core.runtime.Preferences
Sets the current value of the float-valued property with the given name.
setValue(String, int) - Method in class org.eclipse.core.runtime.Preferences
Sets the current value of the integer-valued property with the given name.
setValue(String, long) - Method in class org.eclipse.core.runtime.Preferences
Sets the current value of the long-valued property with the given name.
setValue(String, String) - Method in class org.eclipse.core.runtime.Preferences
Sets the current value of the string-valued property with the given name.
setValue(String) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog.TextModifyListener
 
setValue(String) - Method in class org.eclipse.ercp.xml.dom.AttrImpl
 
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
 
setValue(String) - Method in interface org.w3c.dom.Attr
 
setValue(int, String) - Method in class org.xml.sax.helpers.AttributesImpl
Set the value of a specific attribute.
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.
setValueValid(boolean) - Method in class org.eclipse.jface.viewers.CellEditor
Sets the valid state of this cell editor.
setVersion(Version) - Method in class org.eclipse.osgi.baseadaptor.BaseData
Sets the version of this BaseData
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.
setViewId(String, String) - Method in class org.eclipse.ercp.eworkbench.ApplicationDescriptor
 
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.ercp.update.views.AbsScreen
 
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.
setVKStatus(int) - Method in class org.eclipse.ercp.swt.mobile.MobileDevice
Sets the status of the system virtual keyboard (if one is available).
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.
setWeb(boolean) - Method in class org.eclipse.update.util.BookmarkSite
 
setWidth(int) - Method in class org.eclipse.swt.widgets.TableColumn
Sets the width of the receiver.
setWorkRemaining(int) - Method in class org.eclipse.core.runtime.SubMonitor
Sets the work remaining for this SubMonitor instance.
setWriter(Writer, boolean) - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
 
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.
setWS(String) - Static method in class org.eclipse.update.core.SiteManager
Sets the ws.
setXMLVersion(String) - Method in class org.xml.sax.ext.Locator2Impl
Assigns the current value of the version property.
setXORMode(boolean) - Method in class org.eclipse.swt.graphics.GC
If the argument is true, puts the receiver in a drawing mode where the resulting color in the destination is the exclusive or of the color values in the source and the destination, and if the argument is false, puts the receiver in a drawing mode where the destination color is replaced with the source color value.
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 - Class in org.eclipse.swt.widgets
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.
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).
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.
ShellEvent - Class in org.eclipse.swt.events
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.
shellIconified(ShellEvent) - Method in interface org.eclipse.swt.events.ShellListener
Sent when a shell is minimized.
ShellListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with changes in state of Shells.
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.
SHORT - Static variable in class org.eclipse.core.runtime.jobs.Job
Job priority constant (value 20) for short background jobs.
shouldRun() - Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job should be run.
shouldSchedule() - Method in class org.eclipse.core.runtime.jobs.Job
Returns whether this job should be scheduled.
show(boolean) - Method in class org.eclipse.ercp.update.views.AbsScreen
 
Show - Static variable in class org.eclipse.swt.SWT
The show event type (value is 22).
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.
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.
ShowProperties - Static variable in class org.eclipse.ercp.update.UIMessages
 
showScreen(int, boolean) - Method in class org.eclipse.ercp.update.views.NormalView
Set and show the assigned screen on top
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() - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Shuts down the Platform.
shutdown() - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher
 
shutdown() - Method in class org.eclipse.core.runtime.Plugin
Deprecated. In Eclipse 3.0 this method has been replaced by Plugin.stop(BundleContext context). Implementations of shutdown() should be changed to override stop(BundleContext context) and call super.stop(context) instead of super.shutdown(). The shutdown() method is called only for plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
shutdown() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.MRUBundleFileList
Closes the bundle file closer thread for the MRU list
shutdown() - Static method in class org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile
Shutsdown the bundle file closer thread for zip bundle files
shutdown() - Method in class org.eclipse.osgi.framework.internal.core.Framework
Stop the framework.
shutdown() - Method in class org.eclipse.osgi.framework.internal.core.OSGi
Stop the framework.
shutdown() - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
Internal method to shut down the framework synchronously by setting the startlevel to zero and calling the StartLevelListener worker calls directly This method does not return until all bundles are stopped and the framework is shut down.
shutdown() - Method in interface org.eclipse.osgi.service.runnable.ApplicationLauncher
Forces the current runnable which is running to be stopped.
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.
SimpleBufferedInputStream - Class in org.eclipse.ercp.xml.io
Simplified version of a BufferedInputStream allowing to rewind read bytes by providing them!
SimpleBufferedInputStream(InputStream) - Constructor for class org.eclipse.ercp.xml.io.SimpleBufferedInputStream
Constructor for SimpleBufferedInputStream.
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.
SingleSourcePackage - Class in org.eclipse.osgi.framework.internal.core
 
SingleSourcePackage(String, int, BundleLoaderProxy) - Constructor for class org.eclipse.osgi.framework.internal.core.SingleSourcePackage
 
Singleton - Static variable in class org.eclipse.ercp.xml.dom.DOMImplementationImpl
 
SINGLETON_DIRECTIVE - Static variable in interface org.osgi.framework.Constants
Manifest header directive (named "singleton") identifying whether a bundle is a singleton.
SINGLETON_SELECTION - Static variable in interface org.eclipse.osgi.service.resolver.ResolverError
Error type constant (bit mask) indicating that the bundle could not be resolved because another singleton bundle was selected.
Site - Class in org.eclipse.update.core
Convenience implementation of a site.
Site() - Constructor for class org.eclipse.update.core.Site
Constructor for Site
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
SiteContentProvider - Class in org.eclipse.update.core
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 in org.eclipse.update.core
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 in org.eclipse.update.core
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 in org.eclipse.update.core
Site Manager.
SiteModel - Class in org.eclipse.update.core.model
Site model object.
SiteModel() - Constructor for class org.eclipse.update.core.model.SiteModel
Creates an uninitialized site model object.
SiteModelFactory - Class in org.eclipse.update.core.model
Default site model factory.
SiteModelFactory() - Constructor for class org.eclipse.update.core.model.SiteModelFactory
Creates a default site factory.
SiteWrap - Class in org.eclipse.update.util
 
SiteWrap() - Constructor for class org.eclipse.update.util.SiteWrap
 
SiteWrap(String) - Constructor for class org.eclipse.update.util.SiteWrap
 
SiteXMLfiles - Static variable in class org.eclipse.ercp.update.UIMessages
 
size() - Method in class org.eclipse.core.runtime.internal.adaptor.CachedManifest
 
size() - Method in class org.eclipse.core.runtime.ListenerList
Returns the number of registered listeners.
Size - Static variable in class org.eclipse.ercp.update.UIMessages
 
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
 
size() - Method in class org.eclipse.osgi.framework.util.Headers
Returns the number of entries (distinct keys) in this dictionary.
size() - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Returns the number of elements in this set
size() - Method in class org.osgi.util.tracker.ServiceTracker
Return the number of services being tracked by this ServiceTracker object.
SIZE_UNKNOWN - Static variable in class org.eclipse.update.configuration.LocalSystemInfo
Indicates the amount of available free space is not known
skip(long) - Method in class org.eclipse.ercp.xml.io.SimpleBufferedInputStream
Skips amount number of bytes in this BufferedInputStream.
skippedEntity(String) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
skippedEntity(String) - Method in interface org.xml.sax.ContentHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of a skipped entity.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a skipped entity event.
skippedEntity(String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 skipped entity event.
sleep(Object) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Requests that all jobs in the given job family be suspended.
sleep() - Method in class org.eclipse.core.runtime.jobs.Job
Requests that this job be suspended.
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.
sleeping(IJobChangeEvent) - Method in interface org.eclipse.core.runtime.jobs.IJobChangeListener
Notification that a job was waiting to run and has now been put in the sleeping state.
SLEEPING - Static variable in class org.eclipse.core.runtime.jobs.Job
Job state code (value 1) indicating that a job is sleeping.
sleeping(IJobChangeEvent) - Method in class org.eclipse.core.runtime.jobs.JobChangeAdapter
 
Slider - Class in org.eclipse.swt.widgets
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.
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 flat 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
sort(Viewer, Object[]) - Method in class org.eclipse.jface.viewers.ViewerSorter
Sorts the given elements in-place, modifying the given array.
sort(Object[]) - Static method in class org.eclipse.osgi.framework.internal.core.Util
Performs a quicksort of the given objects by their string representation in ascending order.
sort(Object[], int, int) - Static method in class org.eclipse.osgi.framework.internal.core.Util
Sorts the specified range in the array in ascending order.
sortBundles(BundleDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateHelper
Sorts the given array of resolved bundles in pre-requisite order.
SortedList - Class in org.eclipse.ercp.swt.mobile
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
 
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.
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.
splitText(int) - Method in class org.eclipse.ercp.xml.dom.TextImpl
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
splitText(int) - Method in interface org.w3c.dom.Text
Breaks this node into two nodes at the specified offset, keeping both in the tree as siblings.
spreadOwnerDocument(DocumentImpl) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
 
spreadOwnerDocument(DocumentImpl) - Method in class org.eclipse.ercp.xml.dom.NodeImpl
 
STACK - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The stacktrace tag
StackPresentation - Class in org.eclipse.ui.presentations
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 in org.eclipse.update.standalone
The application class used to launch standalone update commands.
StandaloneUpdateApplication() - Constructor for class org.eclipse.update.standalone.StandaloneUpdateApplication
 
STANDARD - Static variable in class org.eclipse.ercp.swt.mobile.QueryDialog
Alphanumeric data entry type
start(Object) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher
 
start(BundleContext) - Method in class org.eclipse.core.runtime.Plugin
Starts up this plug-in.
start(BundleContext) - Method in class org.eclipse.ercp.update.AppPlugin
This method is called upon plug-in activation
start() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Start this bundle.
start(int) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
 
start() - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Call bundle's BundleActivator.start() This method is called by Bundle.startWorker to start the bundle.
start() - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
Start this bundle.
start(BundleContext) - Method in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
start(BundleContext, FrameworkAdaptor) - Method in interface org.eclipse.osgi.framework.internal.protocol.ProtocolActivator
 
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.
start(int) - Method in interface org.osgi.framework.Bundle
Starts this bundle.
start() - Method in interface org.osgi.framework.Bundle
Starts this bundle with no options.
start(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is started so the Framework can perform the bundle-specific activities necessary to start this bundle.
START_ACTIVATION - Static variable in interface org.eclipse.osgi.framework.adaptor.BundleWatcher
The activation process is beginning for a bundle
START_ACTIVATION_POLICY - Static variable in interface org.osgi.framework.Bundle
The bundle start operation must activate the bundle according to the bundle's declared activation policy.
START_DEACTIVATION - Static variable in interface org.eclipse.osgi.framework.adaptor.BundleWatcher
The deactivation process is beginning for a bundle
START_ELEMENT_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
START_INSTALLING - Static variable in interface org.eclipse.osgi.framework.adaptor.BundleWatcher
The install process is beginning for a bundle
START_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle start operation is transient and the persistent autostart setting of the bundle is not modified.
START_UNINSTALLING - Static variable in interface org.eclipse.osgi.framework.adaptor.BundleWatcher
The uninstallation process is beginning for a bundle
startActivation(Bundle) - Method in class org.eclipse.core.runtime.internal.stats.StatsManager
 
startActivator(BundleActivator) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Calls the start method of a BundleActivator.
startCDATA() - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
startCDATA() - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
startCDATA() - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Match the SAX2 API: Fire startCDATA event
startCDATA() - Method in class org.xml.sax.ext.DefaultHandler2
 
startCDATA() - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of a CDATA section.
startDocument() - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
startDocument() - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
startDocument() - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
Start parsing
startDocument() - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Start parsing
startDocument() - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of a document.
startDocument() - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of a document.
startDocument() - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the beginning of the document.
startDocument() - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startDocument() - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start document event.
startDocument() - Method in class org.xml.sax.helpers.XMLReaderAdapter
Start document event.
startDTD(String, String, String) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
startDTD(String, String, String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startDTD(String, String, String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the start of DTD declarations, if any.
STARTED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been started.
STARTED - Static variable in class org.osgi.framework.FrameworkEvent
The Framework has started.
startElement(String, String, String, Attributes) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginParser
 
startElement(String, String, String, Attributes) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
startElement(String, String, String, AttributesImpl) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
startElement(String, String, String, AttributesImpl) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Match the SAX API
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
startElement(String, String, String, Attributes) - Method in interface org.xml.sax.ContentHandler
Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of the beginning of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of the start of an element.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of an element.
startElement(String, AttributeList) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start element event.
startElement(String, String, String, Attributes) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start element event.
startEntity(String) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
startEntity(String) - Method in class org.xml.sax.ext.DefaultHandler2
 
startEntity(String) - Method in interface org.xml.sax.ext.LexicalHandler
Report the beginning of some internal and external XML entities.
STARTING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of starting.
STARTING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to be activated.
startLevel - Variable in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
STARTLEVEL - Static variable in class org.osgi.framework.AdminPermission
The action string startlevel (Value is "startlevel").
StartLevel - Interface in org.osgi.service.startlevel
The StartLevel service allows management agents to manage a start level assigned to each bundle and the active start level of the Framework.
STARTLEVEL_CHANGED - Static variable in class org.osgi.framework.FrameworkEvent
A StartLevel.setStartLevel operation has completed.
StartLevelImpl - Class in org.eclipse.osgi.framework.internal.core
StartLevel service for the OSGi specification.
StartLevelImpl(Bundle, Framework) - Constructor for class org.eclipse.osgi.framework.internal.core.StartLevelImpl
This constructor is called by the StartLevel factory
startLevelListeners - Static variable in class org.eclipse.osgi.framework.internal.core.StartLevelManager
 
startLevelManager - Variable in class org.eclipse.osgi.framework.internal.core.Framework
Startlevel object.
StartLevelManager - Class in org.eclipse.osgi.framework.internal.core
StartLevel service implementation for the OSGi specification.
StartLevelManager(Framework) - Constructor for class org.eclipse.osgi.framework.internal.core.StartLevelManager
This constructor is called by the Framework
startLoadingClass(String, String) - Static method in class org.eclipse.core.runtime.internal.stats.ClassloaderStats
 
startPrefixMapping(String, String) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
startPrefixMapping(String, String) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
startPrefixMapping(String, String) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Starting prefix mapping
startPrefixMapping(String, String) - Method in interface org.xml.sax.ContentHandler
Begin the scope of a prefix-URI Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of the start of a Namespace mapping.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a start Namespace prefix mapping event.
startPrefixMapping(String, String) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 start prefix mapping event.
startRun() - Method in class org.eclipse.core.runtime.PerformanceStats
Starts timing an occurrence of this event.
startRun(String) - Method in class org.eclipse.core.runtime.PerformanceStats
Starts timing an occurrence of this event.
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(String[], Runnable) - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
Starts the platform and sets it up to run a single application.
startup() - Method in class org.eclipse.core.runtime.Plugin
Deprecated. In Eclipse 3.0 this method 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(). The startup() method is called only for plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
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.
StartUpdating - Static variable in class org.eclipse.ercp.update.UIMessages
 
StartupMonitor - Interface in org.eclipse.osgi.service.runnable
Service interface used to monitor the startup process.
startWorker(int) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Internal worker to start a bundle.
startWorker(int) - Method in class org.eclipse.osgi.framework.internal.core.BundleFragment
Internal worker to start a bundle.
startWorker(int) - Method in class org.eclipse.osgi.framework.internal.core.BundleHost
Internal worker to start a bundle.
State - Class in org.eclipse.core.commands
A piece of state information that can be shared between objects, and might be persisted between sessions.
State() - Constructor for class org.eclipse.core.commands.State
 
state - Variable in class org.eclipse.osgi.framework.internal.core.AbstractBundle
The state of the bundle.
state - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
The registration state
State - Interface in org.eclipse.osgi.service.resolver
The state of a system as reported by a resolver.
STATE_FILE - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
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
 
statechangeLock - Variable in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Internal object used for state change synchronization
stateChanging - Variable in class org.eclipse.osgi.framework.internal.core.AbstractBundle
A flag to denote whether a bundle state change is in progress
StateDelta - Interface in org.eclipse.osgi.service.resolver
A state delta contains all the changes to bundles within a state.
StateHelper - Interface in org.eclipse.osgi.service.resolver
A helper class that provides convenience methods for manipulating state objects.
stateMask - Variable in class org.eclipse.swt.events.KeyEvent
the state of the keyboard modifier keys at the time the event was generated
stateMask - Variable in class org.eclipse.swt.events.MouseEvent
the state of the keyboard modifier keys 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.
StateObjectFactory - Interface in org.eclipse.osgi.service.resolver
A factory for states and their component objects.
StatsManager - Class in org.eclipse.core.runtime.internal.stats
 
StatsManager() - Constructor for class org.eclipse.core.runtime.internal.stats.StatsManager
 
Status - Class in org.eclipse.core.runtime
A concrete status implementation, suitable either for instantiating or subclassing.
Status(int, String, int, String, Throwable) - Constructor for class org.eclipse.core.runtime.Status
Creates a new status object.
Status(int, String, String, Throwable) - Constructor for class org.eclipse.core.runtime.Status
Simplified constructor of a new status object; assumes that code is OK.
Status(int, String, String) - Constructor for class org.eclipse.core.runtime.Status
Simplified constructor of a new status object; assumes that code is OK and exception is null.
STATUS - Static variable in class org.eclipse.ercp.swt.mobile.Screen
sub type of secondary screen that shows minimal content for notification purposes
Status - Static variable in class org.eclipse.ercp.update.UIMessages
 
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.
StatusDisabled - Static variable in class org.eclipse.ercp.update.UIMessages
 
StatusException - Interface in org.eclipse.osgi.framework.adaptor
An exception my implement the StatusException interface to give more status information about the type of exception.
StatusHappy - Static variable in class org.eclipse.ercp.update.UIMessages
 
StatusLineLayoutData - Class in org.eclipse.jface.action
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 in org.eclipse.jface.action
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 in org.eclipse.swt.browser
A StatusTextEvent is sent by a Browser to StatusTextListener's when the status text is changed.
StatusTextListener - Interface in org.eclipse.swt.browser
This listener interface may be implemented in order to receive a StatusTextEvent notification when the status text for a Browser is changed.
StatusUnhappy - Static variable in class org.eclipse.ercp.update.UIMessages
 
stop(Object) - Method in interface org.eclipse.core.runtime.IExtensionRegistry
Call this method to properly stop the registry.
stop(BundleContext) - Method in class org.eclipse.core.runtime.Plugin
Stops this plug-in.
STOP - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that stops some currently running process, operation, etc.
stop(BundleContext) - Method in class org.eclipse.ercp.update.AppPlugin
This method is called when the plug-in is stopped
stop() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Stop this bundle.
stop(int) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
 
stop() - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Call bundle's BundleActivator.stop() This method is called by Bundle.stopWorker to stop the bundle.
stop() - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
Stop the framework.
stop(BundleContext) - Method in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
stop() - Method in interface org.eclipse.osgi.service.runnable.ApplicationRunnable
Forces this runnable to stop.
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).
stop(int) - Method in interface org.osgi.framework.Bundle
Stops this bundle.
stop() - Method in interface org.osgi.framework.Bundle
Stops this bundle with no options.
stop(BundleContext) - Method in interface org.osgi.framework.BundleActivator
Called when this bundle is stopped so the Framework can perform the bundle-specific activities necessary to stop the bundle.
STOP_TRANSIENT - Static variable in interface org.osgi.framework.Bundle
The bundle stop is transient and the persistent autostart setting of the bundle is not modified.
STOPPED - Static variable in class org.osgi.framework.BundleEvent
The bundle has been stopped.
STOPPING - Static variable in interface org.osgi.framework.Bundle
The bundle is in the process of stopping.
STOPPING - Static variable in class org.osgi.framework.BundleEvent
The bundle is about to deactivated.
stopWorker(int) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Internal worker to stop a bundle.
stopWorker(int) - Method in class org.eclipse.osgi.framework.internal.core.BundleFragment
Internal worker to stop a bundle.
stopWorker(int) - Method in class org.eclipse.osgi.framework.internal.core.BundleHost
Internal worker to stop a bundle.
storage - Variable in class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
permission storage object
StorageHook - Interface in org.eclipse.osgi.baseadaptor.hooks
A StorageHook hooks into the persistent storage loading and saving.
store(OutputStream, String) - Method in class org.eclipse.core.runtime.Preferences
Saves the non-default-valued properties known to this preference object to the given output stream using Properties.store(OutputStream,String).
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.
StreamDecoder_ASCII - Class in org.eclipse.ercp.xml.io
StreamDecoder for the ASCII encoding
StreamDecoder_ASCII(SimpleBufferedInputStream) - Constructor for class org.eclipse.ercp.xml.io.StreamDecoder_ASCII
Constructor for StreamDecoder_ISO8859_1.
StreamDecoder_ISO8859_1 - Class in org.eclipse.ercp.xml.io
StreamDecoder for the ISO8859_1 encoding ==> One byte ==> One char!
StreamDecoder_ISO8859_1(SimpleBufferedInputStream) - Constructor for class org.eclipse.ercp.xml.io.StreamDecoder_ISO8859_1
Constructor for StreamDecoder_ISO8859_1.
StreamDecoder_UTF16BE - Class in org.eclipse.ercp.xml.io
StreamDecoder for the UTF16 Big Endian encoding
StreamDecoder_UTF16BE(SimpleBufferedInputStream) - Constructor for class org.eclipse.ercp.xml.io.StreamDecoder_UTF16BE
Constructor for StreamDecoder_UTF16BE.
StreamDecoder_UTF16LE - Class in org.eclipse.ercp.xml.io
StreamDecoder for the UTF16 Little Endian encoding
StreamDecoder_UTF16LE(SimpleBufferedInputStream) - Constructor for class org.eclipse.ercp.xml.io.StreamDecoder_UTF16LE
Constructor for StreamDecoder_UTF16LE.
StreamDecoder_UTF8 - Class in org.eclipse.ercp.xml.io
StreamDecoder for the UTF8 encoding
StreamDecoder_UTF8(SimpleBufferedInputStream) - Constructor for class org.eclipse.ercp.xml.io.StreamDecoder_UTF8
Constructor for StreamDecoder_UTF8.
StreamHandlerFactory - Class in org.eclipse.osgi.framework.internal.protocol
This class contains the URL stream handler factory for the OSGi framework.
StreamHandlerFactory(BundleContext, FrameworkAdaptor) - Constructor for class org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory
Create the factory.
STRICT_MODE - Static variable in class org.eclipse.osgi.framework.internal.core.Constants
 
string - Variable in class org.eclipse.core.commands.common.HandleObject
The string representation of this object.
STRING_DEFAULT_DEFAULT - Static variable in class org.eclipse.core.runtime.Preferences
The default-default value for String properties ("").
STRING_DEFAULT_DEFAULT - Static variable in interface org.eclipse.jface.preference.IPreferenceStore
The default-default value for String preferences ("").
StringConverter - Class in org.eclipse.jface.resource
Helper class for converting various data types to and from strings.
stringExtent(String) - Method in class org.eclipse.swt.graphics.GC
Returns the extent of the given string.
StringInterningFeature - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
StructuredSelection - Class in org.eclipse.jface.viewers
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 in org.eclipse.jface.viewers
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 in org.eclipse.jface.viewers
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.
style - Variable in class org.eclipse.swt.graphics.InternalGCData
 
STYLE_SINGLE - Static variable in class org.eclipse.ercp.swt.mobile.OS
Single selection and single line style
SubContributionItem - Class in org.eclipse.jface.action
A SubContributionItem is a wrapper for an IContributionItem.
SubContributionItem(IContributionItem) - Constructor for class org.eclipse.jface.action.SubContributionItem
Creates a new SubContributionItem.
SubContributionManager - Class in org.eclipse.jface.action
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
SUBENTRY - Static variable in class org.eclipse.core.runtime.adaptor.EclipseLog
The sub-entry tag
SubMonitor - Class in org.eclipse.core.runtime
A progress monitor that uses a given amount of work ticks from a parent monitor.
SubProgressMonitor - Class in org.eclipse.core.runtime
For new implementations consider using SubMonitor.
SubProgressMonitor(IProgressMonitor, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
Creates a new sub-progress monitor for the given monitor.
SubProgressMonitor(IProgressMonitor, int, int) - Constructor for class org.eclipse.core.runtime.SubProgressMonitor
Creates a new sub-progress monitor for the given monitor.
SubStatusLineManager - Class in org.eclipse.jface.action
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.
SUBSTRING - Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
substringData(int, int) - Method in class org.eclipse.ercp.xml.dom.CharacterDataImpl
Extracts a range of data from the node.
substringData(int, int) - Method in interface org.w3c.dom.CharacterData
Extracts a range of data from the node.
subTask(String) - Method in interface org.eclipse.core.runtime.IProgressMonitor
Notifies that a subtask of the main task is beginning.
subTask(String) - Method in class org.eclipse.core.runtime.NullProgressMonitor
This implementation does nothing.
subTask(String) - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitor method forwards to the wrapped progress monitor.
subTask(String) - Method in class org.eclipse.core.runtime.SubMonitor
 
subTask(String) - Method in class org.eclipse.core.runtime.SubProgressMonitor
 
subTask(String) - Method in class org.eclipse.ercp.update.views.UpdateMonitor
 
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.
SupportedPlatforms - Static variable in class org.eclipse.ercp.update.UIMessages
 
SUPPORTS_BOOTCLASSPATH_EXTENSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.bootclasspath.extension") identifying whether the Framework supports bootclasspath extension bundles.
SUPPORTS_FRAMEWORK_EXTENSION - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.framework.extension") identifying whether the Framework supports framework extension bundles.
SUPPORTS_FRAMEWORK_FRAGMENT - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.framework.fragment") identifying whether the Framework supports fragment bundles.
SUPPORTS_FRAMEWORK_REQUIREBUNDLE - Static variable in interface org.osgi.framework.Constants
Framework environment property (named "org.osgi.supports.framework.requirebundle") identifying whether the Framework supports the Require-Bundle manifest header.
supportsState(int) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Returns true iff the site supports the given state
SUPPRESS_ALL_LABELS - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_BEGINTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_NONE - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SETTASKNAME - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SUBTASK - Static variable in class org.eclipse.core.runtime.SubMonitor
May be passed as a flag to newChild.
SUPPRESS_SUBTASK_LABEL - Static variable in class org.eclipse.core.runtime.SubProgressMonitor
Style constant indicating that calls to subTask should not have any effect.
suspend() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Suspends execution of all jobs.
suspend(ISchedulingRule, IProgressMonitor) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Deprecated. This method is not safe and should not be used. Suspending a scheduling rule violates the thread safety of clients that use scheduling rules as a mutual exclusion mechanism, and can result in concurrency problems in all clients that use the suspended rule.
suspend(boolean) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Stop this bundle w/o marking is persistently stopped.
suspend() - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
Stop the SystemBundle.
suspend(boolean) - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
 
suspendBundle(AbstractBundle, boolean) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Suspend a bundle.
swap(Object[]) - Static method in class org.eclipse.osgi.framework.internal.core.Util
Reverse the elements in the array.
SWT - Class in org.eclipse.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 in org.eclipse.swt
This error is thrown whenever an unrecoverable error occurs internally in SWT.
SWTError() - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace filled in.
SWTError(String) - Constructor for error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace and message filled in.
SWTError(int) - Constructor for error 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 error org.eclipse.swt.SWTError
Constructs a new instance of this class with its stack trace, error code and message filled in.
SWTException - Exception in org.eclipse.swt
This runtime exception is thrown whenever a recoverable error occurs internally in SWT.
SWTException() - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace filled in.
SWTException(String) - Constructor for exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace and message filled in.
SWTException(int) - Constructor for exception 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 exception org.eclipse.swt.SWTException
Constructs a new instance of this class with its stack trace, error code and message filled in.
symbolicName - Variable in class org.eclipse.core.runtime.internal.stats.BundleStats
 
sync() - Method in interface org.osgi.service.prefs.Preferences
Ensures that future reads from this node and its descendants reflect any changes that were committed to the persistent store (from any VM) prior to the sync invocation.
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.
Synchronizer - Class in org.eclipse.swt.widgets
Instances of this class provide synchronization support for displays.
Synchronizer(Display) - Constructor for class org.eclipse.swt.widgets.Synchronizer
 
SynchronousBundleListener - Interface in org.osgi.framework
A synchronous BundleEvent listener.
SYNTAX_ERR - Static variable in exception org.w3c.dom.DOMException
If an invalid or illegal string is specified.
SYSTEM_BUNDLE_LOCATION - Static variable in interface org.osgi.framework.Constants
Location identifier of the OSGi system bundle , which is defined to be "System Bundle".
SYSTEM_BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.framework.Constants
Alias for the symbolic name of the OSGi system bundle .
SYSTEM_MODAL - Static variable in class org.eclipse.swt.SWT
Style constant for system modal behavior (value is 1<<17).
SYSTEM_TEST - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the systemTest expression (value: systemTest)
systemBundle - Variable in class org.eclipse.osgi.framework.internal.core.Framework
System Bundle object
SystemBundle - Class in org.eclipse.osgi.framework.internal.core
This class subclasses Bundle to provide a system Bundle so that the framework can be represented as a bundle and can access the services provided by other bundles.
SystemBundle(Framework) - Constructor for class org.eclipse.osgi.framework.internal.core.SystemBundle
Private SystemBundle object constructor.
SystemBundleActivator - Class in org.eclipse.osgi.framework.internal.core
This class activates the System Bundle.
SystemBundleActivator() - Constructor for class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
SystemBundleLoader - Class in org.eclipse.osgi.framework.internal.core
The System Bundle's BundleLoader.
SystemBundleLoader(BundleHost, BundleLoaderProxy) - Constructor for class org.eclipse.osgi.framework.internal.core.SystemBundleLoader
 
SYSTEMID_SET_ERROR - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
systemInfoChanged(IVolume, int) - Method in interface org.eclipse.update.configuration.ILocalSystemInfoListener
Volume change notification.
SystemPolicy - Class in org.eclipse.osgi.framework.internal.core
 
SystemPolicy() - Constructor for class org.eclipse.osgi.framework.internal.core.SystemPolicy
 
SystemPolicy(ClassLoader) - Constructor for class org.eclipse.osgi.framework.internal.core.SystemPolicy
 

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 _