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 _

C

CachedManifest - Class in org.eclipse.core.runtime.internal.adaptor
Internal class.
CachedManifest(EclipseStorageHook) - Constructor for class org.eclipse.core.runtime.internal.adaptor.CachedManifest
 
cacheLazyLoading() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Specifies if lazy cache loading is used.
cacheUse() - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Specifies if the extension registry should use cache to store registry data between invocations.
CALLBACK_CONSTRAINEDTEXT - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
CALLBACK_DATEEDITOR - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
CALLBACK_LISTVIEW - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
CALLBACK_MULTIPAGECOMPOSITE - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
CALLBACK_SCREEN - Static variable in class org.eclipse.ercp.swt.mobile.OS
 
canBePrimary() - Method in interface org.eclipse.update.configurator.IPlatformConfiguration.IFeatureEntry
Returns an indication whether this feature has been defined to act as a primary feature.
CANCEL - Static variable in interface org.eclipse.core.runtime.IStatus
Status type severity (bit mask, value 8) indicating this status represents a cancelation
cancel(Object) - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Cancels all jobs in the given job family.
cancel() - Method in class org.eclipse.core.runtime.jobs.Job
Stops the job.
CANCEL - Static variable in class org.eclipse.ercp.swt.mobile.Command
A command that is a standard negative answer to an action.
Cancel - Static variable in class org.eclipse.ercp.update.UIMessages
 
CANCEL - Variable in class org.eclipse.ercp.update.views.AbsScreen
 
CANCEL - Static variable in class org.eclipse.swt.SWT
The MessageBox style constant for a CANCEL button; valid combinations are OK|CANCEL, YES|NO|CANCEL, RETRY|CANCEL (value is 1<<8).
CANCEL - Static variable in interface org.eclipse.ui.ISaveablePart2
Standard return code constant (value 2) indicating that the part does not need to be saved and the part should not be closed.
CANCEL_STATUS - Static variable in class org.eclipse.core.runtime.Status
A standard CANCEL status with no message.
cancelDisposeExec(Runnable) - Method in class org.eclipse.jface.resource.ResourceManager
Cancels a runnable that was previously scheduled with disposeExec.
CANCELED - Static variable in class org.eclipse.ercp.update.views.BookmarksScreen.AccessSiteThread
 
cancelEditing() - Method in class org.eclipse.jface.viewers.TableViewer
Cancels a currently active cell editor.
cancelEditing() - Method in class org.eclipse.jface.viewers.TreeViewer
Cancels a currently active cell editor.
cancelEditor() - Method in interface org.eclipse.jface.viewers.ICellEditorListener
Notifies that the end user has canceled editing.
canceling() - Method in class org.eclipse.core.runtime.jobs.Job
A hook method indicating that this job is running and Job.cancel() is being called for the first time.
cancelPressed() - Method in class org.eclipse.jface.preference.PreferenceDialog
 
canDoStringInterning() - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
canDoStringInterning() - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
canExecute() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
canExecute() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation can be executed in its current state.
canExecute() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
canModify(Object, String) - Method in interface org.eclipse.jface.viewers.ICellModifier
Checks whether the given property of the given element can be modified.
CANNOT_BE_NULL - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
canParseSiteType(String) - Method in class org.eclipse.update.core.model.SiteModelFactory
Indicates whether this factory can handle the specified site type.
canProgressMonitorBeUsed(IProgressMonitor, IProgressMonitor) - Static method in class org.eclipse.jface.operation.ModalContext
Returns whether the first progress monitor is the same as, or a wrapper around, the second progress monitor.
canRedo() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
canRedo(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
canRedo(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Return whether there is a valid redoable operation available in the given context.
canRedo() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation can be redone in its current state.
canRedo() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
canUndo() - Method in class org.eclipse.core.commands.operations.AbstractOperation
 
canUndo(IUndoContext) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
canUndo(IUndoContext) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Return whether there is a valid undoable operation available in the given context
canUndo() - Method in interface org.eclipse.core.commands.operations.IUndoableOperation
Returns whether the operation can be undone in its current state.
canUndo() - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
Canvas - Class in org.eclipse.swt.widgets
Instances of this class provide a surface for drawing arbitrary graphics.
Canvas(Composite, int) - Constructor for class org.eclipse.swt.widgets.Canvas
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CAPS_LOCK - Static variable in class org.eclipse.swt.SWT
Keyboard event constant representing the caps lock key (value is (1<<24)+82).
CaptionedControl - Class in org.eclipse.ercp.swt.mobile
A CaptionedControl is used to display a label (caption) in front of a control.
CaptionedControl(Composite, int) - Constructor for class org.eclipse.ercp.swt.mobile.CaptionedControl
 
CASCADE - Static variable in class org.eclipse.swt.SWT
Style constant for cascade behavior (value is 1<<6).
Category - Class in org.eclipse.core.commands
A logical group for a set of commands.
category(Object) - Method in class org.eclipse.jface.viewers.ViewerSorter
Returns the category of the given element.
Category - Class in org.eclipse.update.core
Convenience implementation of feature category definition.
Category() - Constructor for class org.eclipse.update.core.Category
Default Constructor
Category(String, String) - Constructor for class org.eclipse.update.core.Category
Constructor
categoryChanged(CategoryEvent) - Method in class org.eclipse.core.commands.CommandManager
 
categoryChanged(CategoryEvent) - Method in interface org.eclipse.core.commands.ICategoryListener
Notifies that one or more properties of an instance of Category have changed.
CategoryEvent - Class in org.eclipse.core.commands
An instance of this class describes changes to an instance of Category.
CategoryEvent(Category, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CategoryEvent
Creates a new instance of this class.
CategoryModel - Class in org.eclipse.update.core.model
Feature category definition model object.
CategoryModel() - Constructor for class org.eclipse.update.core.model.CategoryModel
Creates an uninitialized model object.
CategoryWrap - Class in org.eclipse.update.util
 
CategoryWrap() - Constructor for class org.eclipse.update.util.CategoryWrap
 
CategoryWrap(String) - Constructor for class org.eclipse.update.util.CategoryWrap
 
CDATA - Static variable in class org.eclipse.ercp.xml.parser.AttributesImpl
 
CDATA_END2_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CDATA_END_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CDATA_SECTION_NODE - Static variable in interface org.w3c.dom.Node
The node is a CDATASection.
CDATA_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CDATA_VALUE_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CDATASection - Interface in org.w3c.dom
CDATA sections are used to escape blocks of text containing characters that would otherwise be regarded as markup.
CDATASectionImpl - Class in org.eclipse.ercp.xml.dom
 
CDATASectionImpl(DocumentImpl, String) - Constructor for class org.eclipse.ercp.xml.dom.CDATASectionImpl
Constructor
CELL_EDITOR_IMG_DOTS_BUTTON - Static variable in class org.eclipse.jface.viewers.DialogCellEditor
Image registry key for three dot image (value "cell_editor_dots_button_image").
CellEditor - Class in org.eclipse.jface.viewers
Abstract base class for cell editors.
CellEditor() - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor with no control The cell editor has no cell validator.
CellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor under the given parent control.
CellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.CellEditor
Creates a new cell editor under the given parent control.
CellEditor.LayoutData - Class in org.eclipse.jface.viewers
Struct-like layout data for cell editors, with reasonable defaults for all fields.
CellEditor.LayoutData() - Constructor for class org.eclipse.jface.viewers.CellEditor.LayoutData
 
CENTER - Static variable in class org.eclipse.swt.layout.GridData
Value for horizontalAlignment or verticalAlignment.
CENTER - Static variable in class org.eclipse.swt.SWT
Style constant for align center behavior (value is 1<<24).
centerPoint(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns the point in the center of the given rectangle.
CHANGE_ACTION_SET_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when an action set is hidden in a perspective.
CHANGE_ACTION_SET_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when an action set is shown in a perspective.
CHANGE_EDITOR_AREA_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the editor area is hidden in a perspective.
CHANGE_EDITOR_AREA_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the editor area is shown in a perspective.
CHANGE_EDITOR_CLOSE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more editors are closed in a perspective.
CHANGE_EDITOR_OPEN - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more editors are opened in a perspective.
CHANGE_FAST_VIEW_ADD - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when a fast view is added in a perspective.
CHANGE_FAST_VIEW_REMOVE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when a fast view is removed in a perspective.
CHANGE_RESET - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the perspective is reset to its original state.
CHANGE_RESET_COMPLETE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the perspective has completed a reset to its original state.
CHANGE_VIEW_HIDE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more views are hidden in a perspective.
CHANGE_VIEW_SHOW - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when one or more views are shown in a perspective.
CHANGE_WORKING_SET_REPLACE - Static variable in interface org.eclipse.ui.IWorkbenchPage
Change event id when the page working set was replaced
changed(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is changed.
changed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when a progress is made during the loading of the current location.
changed(StatusTextEvent) - Method in interface org.eclipse.swt.browser.StatusTextListener
This method is called when the status text is changed.
changed(TitleEvent) - Method in interface org.eclipse.swt.browser.TitleListener
This method is called when the title of the current document is available or has changed.
CHANGED_DEFINED - Static variable in class org.eclipse.core.commands.common.AbstractHandleObjectEvent
The bit used to represent whether the category has changed its defined state.
CHANGED_DESCRIPTION - Static variable in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
The bit used to represent whether the category has changed its description.
CHANGED_NAME - Static variable in class org.eclipse.core.commands.common.AbstractNamedHandleEvent
The bit used to represent whether the category has changed its name.
changedValues - Variable in class org.eclipse.core.commands.common.AbstractBitSetEvent
A collection of bits representing whether certain values have changed.
changeTrim(int, int) - Method in class org.eclipse.ercp.swt.mobile.MobileShell
Changes the window trim mode.
ChangeURL - Static variable in class org.eclipse.ercp.update.UIMessages
 
changing(LocationEvent) - Method in interface org.eclipse.swt.browser.LocationListener
This method is called when the current location is about to be changed.
character - Variable in class org.eclipse.swt.events.KeyEvent
the character represented by the key that was typed.
character - Variable in class org.eclipse.swt.widgets.Event
depending on the event, the character represented by the key that was typed.
CharacterData - Interface in org.w3c.dom
The CharacterData interface extends Node with a set of attributes and methods for accessing character data in the DOM.
CharacterDataImpl - Class in org.eclipse.ercp.xml.dom
 
CharacterDataImpl(DocumentImpl, String) - Constructor for class org.eclipse.ercp.xml.dom.CharacterDataImpl
Constructor for CharacterDataImpl
characters(char[], int, int) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
characters(char[], int, int) - Method in class org.eclipse.ercp.jaxp.implForCore.SAXParserImpl
 
characters(char[], int, int) - Method in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
Match the SAX API
characters(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultFeatureParser
Handle character text
characters(char[], int, int) - Method in class org.eclipse.update.core.model.DefaultSiteParser
Handle character text
characters(char[], int, int) - Method in interface org.xml.sax.ContentHandler
Receive notification of character data.
characters(char[], int, int) - Method in interface org.xml.sax.DocumentHandler
Deprecated. Receive notification of character data.
characters(char[], int, int) - Method in class org.xml.sax.HandlerBase
Deprecated. Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.DefaultHandler
Receive notification of character data inside an element.
characters(char[], int, int) - Method in class org.xml.sax.helpers.ParserAdapter
Adapter implementation method; do not call.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLFilterImpl
Filter a character data event.
characters(char[], int, int) - Method in class org.xml.sax.helpers.XMLReaderAdapter
Adapt a SAX2 characters event.
CharDecoder - Class in org.eclipse.ercp.xml.parser
Decodes special XML characters like: < & > ' " &#nnnn; Unicode character in decimal &#xnnnn; Unicode character in hexadecimal  
CharDecoder() - Constructor for class org.eclipse.ercp.xml.parser.CharDecoder
Constructor
CHARSET - Static variable in interface org.eclipse.core.runtime.content.IContentDescription
Key for the "charset" property.
CHECK - Static variable in class org.eclipse.swt.SWT
Style constant for check box behavior (value is 1<<5).
CHECK_CONTEXT - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to the containment context.
CHECK_IF_ANCESTOR - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to an ancestor of the containment context.
CHECK_IF_CHILD - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to a direct child of the containment context.
CHECK_IF_DESCENDANT - Static variable in interface org.eclipse.ui.IContainmentAdapter
Checks whether the given element corresponds to a descendant of the containment context.
checkAdminPermission(Bundle) - Method in class org.eclipse.osgi.framework.internal.core.BundleResourceHandler
 
checkAdminPermission(Bundle, String) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Check for specific AdminPermission (RFC 73)
CheckboxCellEditor - Class in org.eclipse.jface.viewers
A cell editor that manages a checkbox.
CheckboxCellEditor() - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor with no control
CheckboxCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor parented under the given control.
CheckboxCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxCellEditor
Creates a new checkbox cell editor parented under the given control.
CheckboxTableViewer - Class in org.eclipse.jface.viewers
A concrete viewer based on an SWT Table control with checkboxes on each node.
CheckboxTableViewer(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see below for details)
CheckboxTableViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Deprecated. use newCheckList(Composite, int) or new CheckboxTableViewer(Table) instead (see above for details)
CheckboxTableViewer(Table) - Constructor for class org.eclipse.jface.viewers.CheckboxTableViewer
Creates a table viewer on the given table control.
CheckboxTreeViewer - Class in org.eclipse.jface.viewers
A concrete tree-structured viewer based on an SWT Tree control with checkboxes on each node.
CheckboxTreeViewer(Composite) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
CheckboxTreeViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on a newly-created tree control under the given parent.
CheckboxTreeViewer(Tree) - Constructor for class org.eclipse.jface.viewers.CheckboxTreeViewer
Creates a tree viewer on the given tree control.
checkCanceled(IProgressMonitor) - Static method in class org.eclipse.jface.operation.ModalContext
Checks with the given progress monitor and throws InterruptedException if it has been canceled.
checkDevice() - Method in class org.eclipse.swt.graphics.Device
Throws an SWTException if the receiver can not be accessed by the caller.
checkDevice() - Method in class org.eclipse.swt.widgets.Display
 
CHECKED - Static variable in interface org.eclipse.jface.action.IAction
Property name of an action's checked status (value "checked").
checkedOpen() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile
Checks if the zip file is open
checkGetServicePermission(String[]) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Check for permission to get a service.
checkGetServicePermission(String) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Check for permission to get a service.
checkId(String) - Method in class org.eclipse.core.commands.common.HandleObjectManager
Verifies that the identifier is valid.
checkLogFileSize() - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
Checks the log file size.
checkPermission(Permission, Object) - Method in class org.eclipse.osgi.framework.internal.core.FrameworkSecurityManager
 
checkPermission(Permission) - Method in class org.eclipse.osgi.framework.internal.core.FrameworkSecurityManager
 
checkRegisterServicePermission(String[]) - Method in class org.eclipse.osgi.framework.internal.core.Framework
Check for permission to register a service.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.ViewPart
Checks that the given site is valid for this type of part.
checkSite(IWorkbenchPartSite) - Method in class org.eclipse.ui.part.WorkbenchPart
Checks that the given site is valid for this type of part.
checkStateChanged(CheckStateChangedEvent) - Method in interface org.eclipse.jface.viewers.ICheckStateListener
Notifies of a change to the checked state of an element.
CheckStateChangedEvent - Class in org.eclipse.jface.viewers
Event object describing a change to the checked state of a viewer element.
CheckStateChangedEvent(ICheckable, Object, boolean) - Constructor for class org.eclipse.jface.viewers.CheckStateChangedEvent
Creates a new event for the given source, element, and checked state.
checkSubclass() - Method in class org.eclipse.jface.preference.PreferenceDialog
Override checkSubclass so that Mobile Extensions impl does not complain about sublcassing MultiPageDialog
checkSubclass() - Method in class org.eclipse.swt.dnd.Clipboard
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Combo
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Composite
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Dialog
Checks that this class can be subclassed.
checkSubclass() - Method in class org.eclipse.swt.widgets.Item
 
checkSubclass() - Method in class org.eclipse.swt.widgets.TableColumn
 
checkSubclass() - Method in class org.eclipse.swt.widgets.Widget
Checks that this class can be subclassed.
checkValid() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
This method checks that the bundle is not uninstalled.
checkValid() - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
This method checks that the context is still valid.
checkWidget() - Method in class org.eclipse.swt.dnd.Clipboard
Throws an SWTException if the receiver can not be accessed by the caller.
checkWidget() - Method in class org.eclipse.swt.widgets.Widget
Throws an SWTException if the receiver can not be accessed by the caller.
childrenNames() - Method in interface org.osgi.service.prefs.Preferences
Returns the names of the children of this node.
CHOICE_ABORT - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate the action that resulted in this notification should be aborted.
CHOICE_ERROR - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate there was an error in processing the request.
CHOICE_INSTALL_TRUST_ALWAYS - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the target of the verification should be accepted, and the information supplied with the verification result should be trusted for this request, and subsequent requests.
CHOICE_INSTALL_TRUST_ONCE - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the target of the verification should be accepted, but the information supplied with the verification result should be trusted only for this request.
CHOICE_INSTALL_TRUST_PERSIST - Static variable in interface org.eclipse.update.core.IVerificationListener
Indicate that the trust decision made with this certificate chain should be persist.
CLASS - Static variable in class org.osgi.framework.AdminPermission
The action string class (Value is "class").
CLASS_CONTEXT - Static variable in class org.eclipse.osgi.framework.internal.core.BundleLoader
 
ClassLoaderDelegate - Interface in org.eclipse.osgi.framework.adaptor
A ClassLoaderDelegate is used by the BundleClassLoader in a similar fashion that a parent ClassLoader is used.
ClassloaderStats - Class in org.eclipse.core.runtime.internal.stats
Contains information about the classes and the bundles loaded by a given classloader.
ClassloaderStats(String) - Constructor for class org.eclipse.core.runtime.internal.stats.ClassloaderStats
 
ClassLoadingHook - Interface in org.eclipse.osgi.baseadaptor.hooks
A ClassLoadingHook hooks into the ClasspathManager class.
ClassLoadingStatsHook - Interface in org.eclipse.osgi.baseadaptor.hooks
A ClassLoadingStatsHook hooks into the ClasspathManager class.
ClasspathEntry - Class in org.eclipse.osgi.baseadaptor.loader
A ClasspathEntry contains a single BundleFile which is used as a source to load classes and resources from, and a single ProtectionDomain which is used as the domain to define classes loaded from this ClasspathEntry.
ClasspathEntry(BundleFile, ProtectionDomain) - Constructor for class org.eclipse.osgi.baseadaptor.loader.ClasspathEntry
Constructs a ClasspathElement with the specified bundlefile and domain
ClasspathManager - Class in org.eclipse.osgi.baseadaptor.loader
A helper class for BaseClassLoader implementations.
ClasspathManager(BaseData, String[], BaseClassLoader) - Constructor for class org.eclipse.osgi.baseadaptor.loader.ClasspathManager
Constructs a classpath manager for the given host base data, classpath and base class loader
ClasspathManifest - Class in org.eclipse.core.runtime.internal.adaptor
 
ClasspathManifest() - Constructor for class org.eclipse.core.runtime.internal.adaptor.ClasspathManifest
 
ClassStats - Class in org.eclipse.core.runtime.internal.stats
Maintain statistics about a loaded class.
ClassStats(String, ClassloaderStats) - Constructor for class org.eclipse.core.runtime.internal.stats.ClassStats
 
clazzes - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
service classes for this registration.
cleanup() - Method in class org.eclipse.osgi.framework.internal.core.PackageAdminImpl
 
cleanup() - Method in class org.eclipse.osgi.framework.internal.core.StartLevelManager
 
clear() - Method in class org.eclipse.core.runtime.ListenerList
Removes all listeners from this list.
clear() - Static method in class org.eclipse.core.runtime.PerformanceStats
Discards all known performance event statistics.
clear() - Method in class org.eclipse.jface.util.ListenerList
Removes all listeners from this list.
clear(int) - Method in class org.eclipse.jface.viewers.TableViewer
Clear the table item at the specified index
clear() - Method in class org.eclipse.osgi.framework.util.Headers
 
clear() - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Clears all elements from this set
clear() - Method in interface org.osgi.service.prefs.Preferences
Removes all of the properties (key-value associations) in this node.
clear() - Method in class org.xml.sax.helpers.AttributeListImpl
Deprecated. Clear the attribute list.
clear() - Method in class org.xml.sax.helpers.AttributesImpl
Clear the attribute list for reuse.
clearActive() - Method in interface org.eclipse.ui.handlers.IHandlerActivation
Clears the cached computation of the isActive method, if any.
clearBlocked() - Method in interface org.eclipse.core.runtime.IProgressMonitorWithBlocking
Clears the blocked state of the running operation.
clearBlocked() - Method in class org.eclipse.core.runtime.ProgressMonitorWrapper
This implementation of a IProgressMonitorWithBlocking method forwards to the wrapped progress monitor.
clearBlocked() - Method in class org.eclipse.core.runtime.SubMonitor
 
clearCaches() - Method in class org.eclipse.jface.resource.ColorRegistry
 
clearCaches() - Method in class org.eclipse.jface.resource.FontRegistry
 
clearCaches() - Method in class org.eclipse.jface.resource.ResourceRegistry
Disposes all currently allocated resources.
clearColor(String) - Static method in class org.eclipse.jface.resource.JFaceColors
Deprecated. JFaceColors no longer maintains a cache of colors. This job is now handled by the ColorRegistry.
clearListeners() - Method in class org.eclipse.core.commands.common.EventManager
Clears all of the listeners from the listener list.
clearSelection() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Clears the selection.
clearSelection() - Method in class org.eclipse.swt.widgets.Combo
Sets the selection in the receiver's text field to an empty selection starting just before the first character.
clearSelection() - Method in class org.eclipse.swt.widgets.Text
Clears the selection.
CLIP_CHILDREN - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's children with respect to its viewable area.
CLIP_SIBLINGS - Static variable in class org.eclipse.swt.SWT
Style constant indicating that the window manager should clip a widget's siblings with respect to its viewable area.
Clipboard - Class in org.eclipse.swt.dnd
The Clipboard provides a mechanism for transferring data from one application to another or within an application.
Clipboard(Display) - Constructor for class org.eclipse.swt.dnd.Clipboard
Constructs a new instance of this class.
clone() - Method in interface org.eclipse.core.runtime.IPath
Returns a copy of this path.
clone() - Method in class org.eclipse.core.runtime.Path
 
clone() - Method in class org.eclipse.swt.graphics.ImageData
Returns a new instance of the same class as the receiver, whose slots have been filled in with copies of the values in the slots of the receiver.
cloneCurrentConfiguration() - Method in interface org.eclipse.update.configuration.ILocalSite
Creates a new configuration containing the same state as the specified configuration.
cloneNode(boolean) - Method in class org.eclipse.ercp.xml.dom.AttrImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.eclipse.ercp.xml.dom.CDATASectionImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.eclipse.ercp.xml.dom.ElementImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.eclipse.ercp.xml.dom.ProcessingInstructionImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in class org.eclipse.ercp.xml.dom.TextImpl
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
cloneNode(boolean) - Method in interface org.w3c.dom.Node
Returns a duplicate of this node, i.e., serves as a generic copy constructor for nodes.
clonePerspective(String, String, IPerspectiveDescriptor) - Method in interface org.eclipse.ui.IPerspectiveRegistry
Clones an existing perspective.
close() - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
 
close() - Method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
 
close() - Method in interface org.eclipse.core.runtime.dynamichelpers.IExtensionTracker
Close the tracker.
close() - Method in class org.eclipse.ercp.swt.mobile.MobileShell
 
close() - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Requests that the window manager close the dialog in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
close() - Method in class org.eclipse.ercp.xml.io.SimpleBufferedInputStream
Close the InputStream.
close() - Method in class org.eclipse.ercp.xml.io.StreamDecoder_ASCII
 
close() - Method in class org.eclipse.ercp.xml.io.XmlInputStreamReader
Close this Reader.
close() - Method in class org.eclipse.jface.preference.PreferenceDialog
Override MultiPageDialog close in order to clean up commands
close() - Method in class org.eclipse.osgi.baseadaptor.BaseData
 
close() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.BundleFile
Closes the BundleFile.
close() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.DirBundleFile
 
close() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.NestedDirBundleFile
 
close() - Method in class org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile
 
close() - Method in class org.eclipse.osgi.baseadaptor.loader.ClasspathManager
Closes all the classpath entry resources for this classpath manager.
close() - Method in class org.eclipse.osgi.baseadaptor.loader.FragmentClasspath
Closes all the classpath entry resources for this FragmentClasspath.
close() - Method in interface org.eclipse.osgi.framework.adaptor.BundleClassLoader
Closes this class loader.
close() - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Close all resources for this BundleData
close() - Method in class org.eclipse.osgi.framework.eventmgr.EventManager
This method can be called to release any resources associated with this EventManager.
close() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Close the the Bundle's file.
close() - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Destroy the wrapper.
close() - Method in class org.eclipse.osgi.framework.internal.core.Framework
This method is called to destory the framework instance.
close() - Method in class org.eclipse.osgi.framework.internal.core.OSGi
Destroy the OSGi framework.
close() - Method in class org.eclipse.osgi.framework.internal.core.PolicyHandler
 
close() - Method in class org.eclipse.osgi.framework.internal.core.SystemBundle
Close the the Bundle's file.
close() - Method in class org.eclipse.osgi.framework.internal.core.SystemBundleLoader
Do nothing on a close.
Close - Static variable in class org.eclipse.swt.SWT
The close event type (value is 21).
CLOSE - Static variable in class org.eclipse.swt.SWT
Style constant for close box trim (value is 1<<6, since we do not distinguish between CLOSE style and MENU style).
close() - Method in class org.eclipse.swt.widgets.Display
Requests that the connection between SWT and the underlying operating system be closed.
close() - Method in class org.eclipse.swt.widgets.Shell
Requests that the window manager close the receiver in the same way it would be closed when the user clicks on the "close box" or performs some other platform specific key or mouse combination that indicates the window should be removed.
close() - Method in interface org.eclipse.ui.IWorkbench
Closes this workbench and all its open windows.
close() - Method in interface org.eclipse.ui.IWorkbenchPage
Closes this workbench page.
close() - Method in interface org.eclipse.ui.IWorkbenchWindow
Closes this workbench org.eclipse.jface.window.
close(IPresentablePart[]) - Method in interface org.eclipse.ui.presentations.IStackPresentationSite
Closes the given set of parts.
close() - Method in interface org.eclipse.update.core.IContentConsumer
Indicates successful completion of the store operations for this consumer
close() - Method in interface org.eclipse.update.core.IFeatureContentConsumer
Closes this content consumer.
close() - Method in class org.osgi.util.tracker.ServiceTracker
Close this ServiceTracker object.
CLOSE_EDITORS_ON_EXIT - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
A org.eclipse.jface.preference value indicating whether editors should be closed before saving the workbench state when exiting.
closeAllPerspectives(boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes all perspectives in this page.
closeArchive() - Method in class org.eclipse.update.core.JarContentReference
Closes the jar archive corresponding to this reference.
CLOSED - Static variable in class org.eclipse.ercp.swt.mobile.MobileDeviceEvent
This indicates that internal screens and input features are no longer active.
closed - Variable in class org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile
The closed flag
closeFile() - Method in class org.eclipse.core.runtime.adaptor.EclipseLog
If a File is used to log messages to then the writer is closed.
closeOperation(boolean, boolean, int) - Method in class org.eclipse.core.commands.operations.DefaultOperationHistory
 
closeOperation(boolean, boolean, int) - Method in interface org.eclipse.core.commands.operations.IOperationHistory
Close the current operation.
closePerspective(IPerspectiveDescriptor, boolean, boolean) - Method in interface org.eclipse.ui.IWorkbenchPage
Closes the specified perspective in this page.
CmdLineArgs - Class in org.eclipse.update.standalone
This class parses the command line arguments for update standalone commands Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
CmdLineArgs(String[]) - Constructor for class org.eclipse.update.standalone.CmdLineArgs
 
CMT2_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CMT3_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CMT4_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
CMT5_STATE - Static variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
COALESCING_NOT_SUPPORTED - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
CODE - Static variable in interface org.eclipse.core.runtime.ILibrary
Deprecated. As of Eclipse 3.0 library types are obsolete. There is no replacement.
code - Variable in error org.eclipse.swt.SWTError
The SWT error code, one of SWT.ERROR_*.
code - Variable in exception org.eclipse.swt.SWTException
The SWT error code, one of SWT.ERROR_*.
code - Variable in exception org.w3c.dom.DOMException
 
CODE_ERROR - Static variable in interface org.eclipse.osgi.framework.adaptor.StatusException
The exception is unexpected and should result in an error.
CODE_INFO - Static variable in interface org.eclipse.osgi.framework.adaptor.StatusException
The exception is for informational purposes
CODE_OK - Static variable in interface org.eclipse.osgi.framework.adaptor.StatusException
The exception is ok and expected
CODE_WARNING - Static variable in interface org.eclipse.osgi.framework.adaptor.StatusException
The exception is unexpected by may be handled, but a warning should be logged
Collapse - Static variable in class org.eclipse.swt.SWT
The collapse event type (value is 18).
collapseAll() - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Collapses all nodes of the viewer's tree, starting with the root.
collapseToLevel(Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Collapses the subtree rooted at the given element to the given level.
collator - Variable in class org.eclipse.jface.viewers.ViewerSorter
The collator used to sort strings.
collectExpressionInfo(ExpressionInfo) - Method in class org.eclipse.core.expressions.Expression
Collects information about this expression tree.
Color - Class in org.eclipse.swt.graphics
Instances of this class manage the operating system resources that implement SWT's RGB color model.
Color(Device, int, int, int) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and the desired red, green and blue values expressed as ints in the range 0 to 255 (where 0 is black and 255 is full brightness).
Color(Device, RGB) - Constructor for class org.eclipse.swt.graphics.Color
Constructs a new instance of this class given a device and an RGB describing the desired red, green and blue values.
COLOR_BLACK - Static variable in class org.eclipse.swt.SWT
Default color black (value is 2).
COLOR_BLUE - Static variable in class org.eclipse.swt.SWT
Default color blue (value is 9).
COLOR_CYAN - Static variable in class org.eclipse.swt.SWT
Default color cyan (value is 13).
COLOR_DARK_BLUE - Static variable in class org.eclipse.swt.SWT
Default color dark blue (value is 10).
COLOR_DARK_CYAN - Static variable in class org.eclipse.swt.SWT
Default color dark cyan (value is 14).
COLOR_DARK_GRAY - Static variable in class org.eclipse.swt.SWT
Default color dark gray (value is 16).
COLOR_DARK_GREEN - Static variable in class org.eclipse.swt.SWT
Default color dark green (value is 6).
COLOR_DARK_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color dark magenta (value is 12).
COLOR_DARK_RED - Static variable in class org.eclipse.swt.SWT
Default color dark red (value is 4).
COLOR_DARK_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color dark yello (value is 8).
COLOR_DEFAULT_DEFAULT - Static variable in class org.eclipse.jface.preference.PreferenceConverter
The default-default value for color preferences (black, RGB(0,0,0)).
COLOR_GRAY - Static variable in class org.eclipse.swt.SWT
Default color gray (value is 15).
COLOR_GREEN - Static variable in class org.eclipse.swt.SWT
Default color green (value is 5).
COLOR_LIST_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list background areas (value is 25).
COLOR_LIST_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint list foreground areas (value is 24).
COLOR_LIST_SELECTION - Static variable in class org.eclipse.swt.SWT
System color used to paint list selection background areas (value is 26).
COLOR_LIST_SELECTION_TEXT - Static variable in class org.eclipse.swt.SWT
System color used to paint list selected text (value is 27).
COLOR_MAGENTA - Static variable in class org.eclipse.swt.SWT
Default color magenta (value is 11).
COLOR_RED - Static variable in class org.eclipse.swt.SWT
Default color red (value is 3).
COLOR_TITLE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title background areas (value is 31).
COLOR_TITLE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint title background gradient (value is 32).
COLOR_TITLE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint title text (value is 30).
COLOR_TITLE_INACTIVE_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background areas (value is 34).
COLOR_TITLE_INACTIVE_BACKGROUND_GRADIENT - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title background gradient (value is 35).
COLOR_TITLE_INACTIVE_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint inactive title text (value is 33).
COLOR_WHITE - Static variable in class org.eclipse.swt.SWT
Default color white (value is 1).
COLOR_WIDGET_BACKGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint background areas (value is 22).
COLOR_WIDGET_BORDER - Static variable in class org.eclipse.swt.SWT
System color used to paint border areas (value is 23).
COLOR_WIDGET_DARK_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint dark shadow areas (value is 17).
COLOR_WIDGET_FOREGROUND - Static variable in class org.eclipse.swt.SWT
System color used to paint foreground areas (value is 21).
COLOR_WIDGET_HIGHLIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint highlight shadow areas (value is 20).
COLOR_WIDGET_LIGHT_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint light shadow areas (value is 19).
COLOR_WIDGET_NORMAL_SHADOW - Static variable in class org.eclipse.swt.SWT
System color used to paint normal shadow areas (value is 18).
COLOR_YELLOW - Static variable in class org.eclipse.swt.SWT
Default color yellow (value is 7).
ColorCellEditor - Class in org.eclipse.jface.viewers
A cell editor that manages a color field.
ColorCellEditor(Composite) - Constructor for class org.eclipse.jface.viewers.ColorCellEditor
Creates a new color cell editor parented under the given control.
ColorCellEditor(Composite, int) - Constructor for class org.eclipse.jface.viewers.ColorCellEditor
Creates a new color cell editor parented under the given control.
ColorDescriptor - Class in org.eclipse.jface.resource
Lightweight descriptor for an SWT color.
ColorDescriptor() - Constructor for class org.eclipse.jface.resource.ColorDescriptor
 
ColorDialog - Class in org.eclipse.swt.widgets
Instances of this class allow the user to select a color from a predefined set of available colors.
ColorDialog(Shell) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given only its parent.
ColorDialog(Shell, int) - Constructor for class org.eclipse.swt.widgets.ColorDialog
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ColorRegistry - Class in org.eclipse.jface.resource
A color registry maintains a mapping between symbolic color names and SWT Colors.
ColorRegistry() - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver that is hooked to the current display.
ColorRegistry(Display) - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver.
ColorRegistry(Display, boolean) - Constructor for class org.eclipse.jface.resource.ColorRegistry
Create a new instance of the receiver.
colors - Variable in class org.eclipse.swt.graphics.PaletteData
the RGB values for an indexed palette, where the indices of the array correspond to pixel values
ColumnLayoutData - Class in org.eclipse.jface.viewers
An abstract column layout data describing the information needed (by TableLayout) to properly lay out a table.
ColumnLayoutData(boolean) - Constructor for class org.eclipse.jface.viewers.ColumnLayoutData
Creates a new column layout data object.
ColumnPixelData - Class in org.eclipse.jface.viewers
Describes the width of a table column in pixels, and whether the column is resizable.
ColumnPixelData(int) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a resizable column width of the given number of pixels.
ColumnPixelData(int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a column width of the given number of pixels.
ColumnPixelData(int, boolean, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnPixelData
Creates a column width of the given number of pixels.
ColumnWeightData - Class in org.eclipse.jface.viewers
Describes the width of a table column in terms of a weight, a minimum width, and whether the column is resizable.
ColumnWeightData(int) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a resizable column width with the given weight and a default minimum width.
ColumnWeightData(int, int) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a resizable column width with the given weight and minimum width.
ColumnWeightData(int, int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a column width with the given weight and minimum width.
ColumnWeightData(int, boolean) - Constructor for class org.eclipse.jface.viewers.ColumnWeightData
Creates a column width with the given weight and a default minimum width.
combine(ISchedulingRule[]) - Static method in class org.eclipse.core.runtime.jobs.MultiRule
Returns a scheduling rule that encompasses all provided rules.
combine(ISchedulingRule, ISchedulingRule) - Static method in class org.eclipse.core.runtime.jobs.MultiRule
Returns a scheduling rule that encompasses both provided rules.
Combo - Class in org.eclipse.swt.widgets
Instances of this class are controls that allow the user to choose an item from a list of items, or optionally enter a new value by typing it into an editable text field.
Combo(Composite, int) - Constructor for class org.eclipse.swt.widgets.Combo
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ComboBoxCellEditor - Class in org.eclipse.jface.viewers
A cell editor that presents a list of items in a combo box.
ComboBoxCellEditor() - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with no control and no st of choices.
ComboBoxCellEditor(Composite, String[]) - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with a combo containing the given list of choices and parented under the given control.
ComboBoxCellEditor(Composite, String[], int) - Constructor for class org.eclipse.jface.viewers.ComboBoxCellEditor
Creates a new cell editor with a combo containing the given list of choices and parented under the given control.
ComboViewer - Class in org.eclipse.jface.viewers
A concrete viewer based on an SWT Combo control.
ComboViewer(Composite) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Composite, int) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on a newly-created combo control under the given parent.
ComboViewer(Combo) - Constructor for class org.eclipse.jface.viewers.ComboViewer
Creates a combo viewer on the given combo control.
Command - Class in org.eclipse.core.commands
A command is an abstract representation for some semantic behaviour.
Command - Class in org.eclipse.ercp.swt.mobile
Command is a metaphor that represents a general action.
Command(Command, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.Command
 
Command(Control, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.Command
Constructs a new instance of this class given an associated Control, a type value describing its behaviour and priority for positioning hints.
COMMAND - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the COMMAND key was pushed on the keyboard when the event was generated (value is 1<<22).
Command_SendEvent(int) - Method in class org.eclipse.ercp.swt.mobile.Command
 
commandChanged(CommandEvent) - Method in class org.eclipse.core.commands.CommandManager
 
commandChanged(CommandEvent) - Method in interface org.eclipse.core.commands.ICommandListener
Notifies that one or more properties of an instance of Command have changed.
CommandEvent - Class in org.eclipse.core.commands
An instance of this class describes changes to an instance of Command.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandEvent(Command, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandEvent
Creates a new instance of this class.
CommandException - Exception in org.eclipse.core.commands.common
Signals that an exception occured within the command architecture.
CommandException(String) - Constructor for exception org.eclipse.core.commands.common.CommandException
Creates a new instance of this class with the specified detail message.
CommandException(String, Throwable) - Constructor for exception org.eclipse.core.commands.common.CommandException
Creates a new instance of this class with the specified detail message and cause.
COMMANDGROUP - Static variable in class org.eclipse.ercp.swt.mobile.Command
A special command used for grouping commands.
CommandInterpreter - Interface in org.eclipse.osgi.framework.console
A command interpreter is a shell that can interpret command lines.
CommandManager - Class in org.eclipse.core.commands
A central repository for commands -- both in the defined and undefined states.
CommandManager() - Constructor for class org.eclipse.core.commands.CommandManager
 
commandManagerChanged(CommandManagerEvent) - Method in interface org.eclipse.core.commands.ICommandManagerListener
Notifies that one or more properties of an instance of ICommandManager have changed.
CommandManagerEvent - Class in org.eclipse.core.commands
An event indicating that the set of defined command identifiers has changed.
CommandManagerEvent(CommandManager, String, boolean, boolean, String, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandManagerEvent
Creates a new CommandManagerEvent instance to describe changes to commands and/or categories.
CommandManagerEvent(CommandManager, String, boolean, boolean) - Constructor for class org.eclipse.core.commands.CommandManagerEvent
Creates a new CommandManagerEvent instance to describe changes to command parameter types.
CommandProvider - Interface in org.eclipse.osgi.framework.console
When an object wants to provide a number of commands to the console, it should register an object with this interface.
comment(char[], int, int) - Method in class org.eclipse.ercp.jaxp.implForCore.DOMBuilder
 
Comment - Interface in org.w3c.dom
This interface inherits from CharacterData and represents the content of a comment, i.e., all the characters between the starting ' <!
comment(char[], int, int) - Method in class org.xml.sax.ext.DefaultHandler2
 
comment(char[], int, int) - Method in interface org.xml.sax.ext.LexicalHandler
Report an XML comment anywhere in the document.
COMMENT_NODE - Static variable in interface org.w3c.dom.Node
The node is a Comment.
COMMENTS_NOT_SUPPORTED - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
commit(boolean) - Method in interface org.eclipse.osgi.framework.adaptor.BundleOperation
Commit the operation performed.
commit(State) - Method in interface org.eclipse.osgi.service.resolver.PlatformAdmin
Commit the differences between the current state and the given state.
COMPACT - Static variable in class org.eclipse.ercp.swt.mobile.DateEditor
A hint that the widget should be displayed in a format which is smaller or less full featured.
compactStorage() - Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
 
compactStorage() - Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Compact/cleanup the persistent storage for the adaptor.
compare(Object, Object) - Method in class org.eclipse.core.commands.common.NamedHandleObjectComparator
Compares to instances of NamedHandleObject based on their names.
compare(KeyedElement) - Method in class org.eclipse.core.runtime.internal.adaptor.ClasspathManifest
 
compare(KeyedElement) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook
 
compare(boolean, boolean) - Static method in class org.eclipse.jface.util.Util
Compares two boolean values.
compare(int, int) - Static method in class org.eclipse.jface.util.Util
Compares two integer values.
compare(Comparable, Comparable) - Static method in class org.eclipse.jface.util.Util
Compares to comparable objects -- defending against null.
compare(Comparable[], Comparable[]) - Static method in class org.eclipse.jface.util.Util
Compares two arrays of comparable objects -- accounting for null.
compare(List, List) - Static method in class org.eclipse.jface.util.Util
Compares two lists -- account for null.
compare(Viewer, Object, Object) - Method in class org.eclipse.jface.viewers.ViewerSorter
Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.
compare(KeyedElement) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
 
compare(int, Object, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare(KeyedElement) - Method in class org.eclipse.osgi.framework.internal.core.PackageSource
 
compare(KeyedElement) - Method in interface org.eclipse.osgi.framework.util.KeyedElement
Compares this element with a specified element
compare(State) - Method in interface org.eclipse.osgi.service.resolver.State
Returns a delta describing the differences between this state and the given state.
compare_Boolean(int, boolean, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Byte(int, byte, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Character(int, char, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Collection(int, Collection, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Comparable(int, Comparable, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Double(int, double, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Float(int, float, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Integer(int, int, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Long(int, long, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_ObjectArray(int, Object[], Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_PrimitiveArray(int, Class, Object, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Short(int, short, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_String(int, String, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compare_Unknown(int, Object, Object) - Method in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
compareTo(Object) - Method in class org.eclipse.core.commands.Command
Compares this command with another command by comparing each of its non-transient attributes.
compareTo(Object) - Method in class org.eclipse.core.commands.contexts.Context
 
compareTo(Object) - Method in class org.eclipse.core.commands.ParameterizedCommand
 
compareTo(Object) - Method in class org.eclipse.core.commands.ParameterType
Compares this parameter type with another object by comparing each of the non-transient attributes.
compareTo(Object) - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements of the receiver's class.
compareTo(Object) - Method in class org.eclipse.osgi.framework.internal.core.ServiceReferenceImpl
Compares two service objects and returns an indication as to which is higher ranked based on service ranking and service_ID.
compareTo(Object) - Method in interface org.eclipse.osgi.service.resolver.BundleDelta
Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements of the receiver's class.
compareTo(Object) - Method in class org.eclipse.ui.commands.HandlerSubmission
Deprecated.  
compareTo(Object) - Method in class org.eclipse.ui.commands.Priority
Deprecated.  
compareTo(Object) - Method in interface org.osgi.framework.ServiceReference
Compares this ServiceReference with the specified ServiceReference for order.
compareTo(Object) - Method in class org.osgi.framework.Version
Compares this Version object to another object.
completeConfigure() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been configured.
completeConfigure() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been configured.
completed(ProgressEvent) - Method in interface org.eclipse.swt.browser.ProgressListener
This method is called when the current location has been completely loaded.
completeInstall(IFeatureContentConsumer) - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature files and any downloaded plug-ins have been installed.
completeInstall(IFeatureContentConsumer) - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature files and any downloaded plug-ins have been installed.
completeStateChange() - Method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
This method completes the bundle state change by setting stateChanging to null and notifying one waiter that the state change has completed.
completeUnconfigure() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been unconfigured.
completeUnconfigure() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been unconfigured.
completeUninstall() - Method in class org.eclipse.update.core.BaseInstallHandler
Called after the feature has been uninstalled.
completeUninstall() - Method in interface org.eclipse.update.core.IInstallHandler
Called after the feature has been uninstalled.
Composite - Class in org.eclipse.swt.widgets
Instances of this class are controls which are capable of containing other controls.
Composite(Composite, int) - Constructor for class org.eclipse.swt.widgets.Composite
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
CompositeImageDescriptor - Class in org.eclipse.jface.resource
Abstract base class for image descriptors that synthesize an image from other images in order to simulate the effect of custom drawing.
CompositeImageDescriptor() - Constructor for class org.eclipse.jface.resource.CompositeImageDescriptor
Constructs an uninitialized composite image.
computeAdapterTypes(Class) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns the types that can be obtained by converting adaptableClass via this manager.
computeClassOrder(Class) - Method in interface org.eclipse.core.runtime.IAdapterManager
Returns the class search order for a given class.
computeExecutionStatus(IProgressMonitor) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation2
Return a status indicating the projected outcome of executing the receiver.
computeExpressionInfo() - Method in class org.eclipse.core.expressions.Expression
Computes the expression information for the given expression tree.
computeHashCode() - Method in class org.eclipse.core.expressions.Expression
Method to compute the hash code for this object.
computeMinimumSize() - Method in class org.eclipse.ui.presentations.StackPresentation
Deprecated. replaced by computePreferredSize
computePreferredSize(boolean, int, int, int) - Method in interface org.eclipse.ui.ISizeProvider
WARNING: EXPERIMENTAL!
computePreferredSize(boolean, int, int, int) - Method in class org.eclipse.ui.presentations.StackPresentation
 
computeRedoableStatus(IProgressMonitor) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation
Return a status indicating the projected outcome of redoing the receiver.
computeRedoableStatus(IProgressMonitor) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
computeSize(int, int, boolean) - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
 
computeSize(int, int, boolean) - Method in class org.eclipse.ercp.swt.mobile.DateEditor
 
computeSize(int, int, boolean) - Method in class org.eclipse.ercp.swt.mobile.ListBox
 
computeSize(int, int, boolean) - Method in class org.eclipse.ercp.swt.mobile.SortedList
Returns the prefered size of the receiver.
computeSize() - Method in interface org.eclipse.jface.preference.IPreferencePage
Computes a size for this page's UI component.
computeSize() - Method in class org.eclipse.jface.preference.PreferencePage
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.jface.viewers.TableLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FillLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.FormLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.GridLayout
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.layout.RowLayout
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Composite
 
computeSize(int, int) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Control
Returns the preferred size of the receiver.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Label
 
computeSize(Composite, int, int, boolean) - Method in class org.eclipse.swt.widgets.Layout
Computes and returns the size of the specified composite's client area according to this layout.
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.List
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Scrollable
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Table
 
computeSize(int, int, boolean) - Method in class org.eclipse.swt.widgets.Text
 
computeTrim(int, int, int, int) - Method in class org.eclipse.ercp.update.views.ScrolledText
 
computeTrim(int, int, int, int) - Method in class org.eclipse.ercp.update.views.WrappedLabel
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Combo
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.List
 
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Scrollable
Given a desired client area for the receiver (as described by the arguments), returns the bounding rectangle which would be required to produce that client area.
computeTrim(int, int, int, int) - Method in class org.eclipse.swt.widgets.Text
 
computeUndoableStatus(IProgressMonitor) - Method in interface org.eclipse.core.commands.operations.IAdvancedUndoableOperation
Return a status indicating the projected outcome of undoing the receiver.
computeUndoableStatus(IProgressMonitor) - Method in class org.eclipse.core.commands.operations.TriggeredOperations
 
computeWidth(Control) - Method in class org.eclipse.jface.action.ControlContribution
Computes the width of the given control which is being added to a tool bar.
Condition - Interface in org.osgi.service.condpermadmin
The interface implemented by a Condition.
ConditionalPermissionAdmin - Interface in org.osgi.service.condpermadmin
Framework service to administer Conditional Permissions.
ConditionalPermissionAdminImpl - Class in org.eclipse.osgi.framework.internal.core
Implements ConditionalPermissionAdmin.
ConditionalPermissionAdminImpl(Framework, PermissionStorage) - Constructor for class org.eclipse.osgi.framework.internal.core.ConditionalPermissionAdminImpl
 
ConditionalPermissionInfo - Interface in org.osgi.service.condpermadmin
A binding of a set of Conditions to a set of Permissions.
ConditionalPermissionInfoImpl - Class in org.eclipse.osgi.framework.internal.core
This is a runtime embodiment of the data stored in ConditionalPermissionInfo.
ConditionalPermissionInfoImpl(String) - Constructor for class org.eclipse.osgi.framework.internal.core.ConditionalPermissionInfoImpl
 
ConditionalPermissionInfoImpl(String, ConditionInfo[], PermissionInfo[]) - Constructor for class org.eclipse.osgi.framework.internal.core.ConditionalPermissionInfoImpl
 
ConditionalPermissions - Class in org.eclipse.osgi.framework.internal.core
This class manages the Permissions for a given code source.
ConditionalPermissions(AbstractBundle, ConditionalPermissionAdmin) - Constructor for class org.eclipse.osgi.framework.internal.core.ConditionalPermissions
Constructs a ConditionalPermission for the given bundle.
ConditionalPermissionSet - Class in org.eclipse.osgi.framework.internal.core
This class represents a PermissionCollection tied to a set of Conditions.
ConditionalPermissionSet(AbstractBundle, ConditionalPermissionInfoImpl[], Condition[]) - Constructor for class org.eclipse.osgi.framework.internal.core.ConditionalPermissionSet
Construct a new ConditionalPermission set with an initial set of permissions.
ConditionInfo - Class in org.osgi.service.condpermadmin
Condition representation used by the Conditional Permission Admin service.
ConditionInfo(String, String[]) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo from the specified type and args.
ConditionInfo(String) - Constructor for class org.osgi.service.condpermadmin.ConditionInfo
Constructs a ConditionInfo object from the specified encoded ConditionInfo string.
condPermAdmin - Variable in class org.eclipse.osgi.framework.internal.core.Framework
 
condPermAdmin - Variable in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
CONFIG_FILE - Static variable in class org.eclipse.core.runtime.adaptor.LocationManager
 
Configurable - Interface in org.osgi.framework
Deprecated. As of 1.2. Please use Configuration Admin service.
ConfigurationScope - Class in org.eclipse.core.runtime.preferences
Object representing the configuration scope in the Eclipse preferences hierarchy.
ConfigurationScope() - Constructor for class org.eclipse.core.runtime.preferences.ConfigurationScope
Create and return a new configuration scope instance.
ConfiguratorUtils - Class in org.eclipse.update.configurator
Helper class to get platform configuration data without having to use BootLoader methods from the compatibility layer.
ConfiguratorUtils() - Constructor for class org.eclipse.update.configurator.ConfiguratorUtils
 
configure(IFeature) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Configure the specified feature on this site.
configure(IFeature, IProgressMonitor) - Method in interface org.eclipse.update.configuration.IConfiguredSite
Configure the specified feature on this site.
configure(IFeature, IFeatureReference[], IProgressMonitor) - Method in interface org.eclipse.update.configuration.IConfiguredSite
 
configureCompleted(boolean) - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the end of the configure action.
configureCompleted(boolean) - Method in interface org.eclipse.update.core.IInstallHandler
Called at the end of the configure action.
configureFeatureEntry(IPlatformConfiguration.IFeatureEntry) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Configures the feature entry.
configureInitiated() - Method in class org.eclipse.update.core.BaseInstallHandler
Called at the start of the configure action.
configureInitiated() - Method in interface org.eclipse.update.core.IInstallHandler
Called at the start of the configure action
configureSite(IPlatformConfiguration.ISiteEntry) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Configures the specified site entry.
configureSite(IPlatformConfiguration.ISiteEntry, boolean) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Configures the specified site entry.
ConfirmExit - Static variable in class org.eclipse.ercp.update.UIMessages
 
ConfirmRestart - Static variable in class org.eclipse.ercp.update.UIMessages
 
ConfirmUninstall - Static variable in class org.eclipse.ercp.update.UIMessages
 
connect() - Method in class org.eclipse.osgi.framework.internal.core.BundleSource
 
connect() - Method in class org.eclipse.osgi.framework.internal.core.BundleURLConnection
 
connect() - Method in class org.eclipse.osgi.framework.internal.protocol.reference.ReferenceURLConnection
 
console - Variable in class org.eclipse.osgi.framework.launcher.Launcher
flag to indicate whether or not to start the console
consoleLog - Variable in class org.eclipse.core.runtime.adaptor.EclipseLog
Indicates if the console messages should be printed to the console (System.out)
consolePort - Variable in class org.eclipse.osgi.framework.launcher.Launcher
default console port
Constants - Class in org.eclipse.osgi.framework.internal.core
This interface contains the constants used by the eclipse OSGi implementation.
Constants() - Constructor for class org.eclipse.osgi.framework.internal.core.Constants
 
Constants - Interface in org.eclipse.osgi.service.environment
 
Constants - Interface in org.osgi.framework
Defines standard names for the OSGi environment system properties, service properties, and Manifest header attribute keys.
ConstrainedText - Class in org.eclipse.ercp.swt.mobile
A single-line Text control which constrains the user input by styles.
ConstrainedText(Composite, int, int) - Constructor for class org.eclipse.ercp.swt.mobile.ConstrainedText
Constructs a new instance of this class given its parent, a style value describing behaviour and appearance, and an additional constrained style specifying the input styles defined above.
ConstrainedText_GetMinimumSize(int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ConstrainedText_New(int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ConstrainedText_Replace(int, String, int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
ConstrainedText_SetSelection(int, int, int) - Static method in class org.eclipse.ercp.swt.mobile.OS
 
constructorType - Static variable in class org.eclipse.osgi.framework.internal.core.FilterImpl
 
contains(ISchedulingRule) - Method in interface org.eclipse.core.runtime.jobs.ISchedulingRule
Returns whether this scheduling rule completely contains another scheduling rule.
contains(ISchedulingRule) - Method in class org.eclipse.core.runtime.jobs.MultiRule
 
contains(String) - Method in class org.eclipse.core.runtime.Preferences
Returns whether the given property is known to this preference object, either by having an explicit setting or by having a default setting.
contains(String) - Method in interface org.eclipse.jface.preference.IPreferenceStore
Returns whether the named preference is known to this preference store.
contains(String) - Method in class org.eclipse.jface.preference.PreferenceStore
 
contains(KeyedElement) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Returns true if the specified element exists in this set.
contains(int, int) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the point specified by the arguments is inside the area specified by the receiver, and false otherwise.
contains(Point) - Method in class org.eclipse.swt.graphics.Rectangle
Returns true if the given point is inside the area specified by the receiver, and false otherwise.
contains(Object, Object, int) - Method in interface org.eclipse.ui.IContainmentAdapter
Returns whether the given element is considered contained in the specified containment context or if it is the context itself.
contains(String) - Method in class org.eclipse.ui.preferences.ScopedPreferenceStore
 
containsDir(String) - Method in class org.eclipse.osgi.baseadaptor.bundlefile.BundleFile
Determines if any BundleEntries exist in the given directory path.
containsDir(String) - Method in class org.eclipse.osgi.baseadaptor.bundlefile.DirBundleFile
 
containsDir(String) - Method in class org.eclipse.osgi.baseadaptor.bundlefile.NestedDirBundleFile
 
containsDir(String) - Method in class org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile
 
containsKey(Object) - Method in class org.eclipse.osgi.framework.util.Headers
 
containsKey(Object) - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Returns true if an element with the specified key exists in this set.
containsValue(Object) - Method in class org.eclipse.osgi.framework.util.Headers
 
ContentEntryModel - Class in org.eclipse.update.core.model
Content entry model object.
ContentEntryModel() - Constructor for class org.eclipse.update.core.model.ContentEntryModel
Creates a uninitialized content entry model object.
ContentHandler - Interface in org.xml.sax
Receive notification of the logical content of a document.
ContentHandlerFactory - Class in org.eclipse.osgi.framework.internal.protocol
The ContentHandlerFactory is registered with the JVM to provide content handlers to requestors.
ContentHandlerFactory(BundleContext, FrameworkAdaptor) - Constructor for class org.eclipse.osgi.framework.internal.protocol.ContentHandlerFactory
 
ContentHandlerProxy - Class in org.eclipse.osgi.framework.internal.protocol
The ContentHandlerProxy is a ContentHandler that acts as a proxy for registered ContentHandlers.
ContentHandlerProxy(String, ServiceReference, BundleContext) - Constructor for class org.eclipse.osgi.framework.internal.protocol.ContentHandlerProxy
 
contentHandlerServiceReference - Variable in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerProxy
 
contentHandlerServiceTracker - Variable in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerProxy
 
ContentReference - Class in org.eclipse.update.core
Content reference implements a general access wrapper to feature and site content.
ContentReference(String, URL) - Constructor for class org.eclipse.update.core.ContentReference
Create content reference from URL.
ContentReference(String, File) - Constructor for class org.eclipse.update.core.ContentReference
Create content reference from file.
contentType - Variable in class org.eclipse.osgi.framework.internal.core.BundleURLConnection
content type for this URLConnection
contentType - Variable in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerProxy
 
contentTypeChanged(IContentTypeManager.ContentTypeChangeEvent) - Method in interface org.eclipse.core.runtime.content.IContentTypeManager.IContentTypeChangeListener
Notification that a content type has changed in the content type manager.
ContentViewer - Class in org.eclipse.jface.viewers
A content viewer is a model-based adapter on a widget which accesses its model by means of a content provider and a label provider.
ContentViewer() - Constructor for class org.eclipse.jface.viewers.ContentViewer
Creates a content viewer with no input, no content provider, and a default label provider.
Context - Class in org.eclipse.core.commands.contexts
A context is an answer to the question "when".
context - Variable in class org.eclipse.osgi.framework.internal.core.BundleHost
The BundleContext that represents this Bundle and all of its fragments
context - Static variable in class org.eclipse.osgi.framework.internal.core.BundleResourceHandler
 
context - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
context which registered this service.
context - Variable in class org.eclipse.osgi.framework.internal.core.ServiceUse
BundleContext associated with this service use
context - Variable in class org.eclipse.osgi.framework.internal.core.SystemBundleActivator
 
context - Variable in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerProxy
 
context - Variable in class org.eclipse.osgi.framework.internal.protocol.MultiplexingFactory
 
context - Variable in class org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerProxy
 
CONTEXT - Static variable in class org.osgi.framework.AdminPermission
The action string context (Value is "context").
context - Variable in class org.osgi.util.tracker.ServiceTracker
Bundle context against which this ServiceTracker object is tracking.
contextChanged(ContextEvent) - Method in class org.eclipse.core.commands.contexts.ContextManager
 
contextChanged(ContextEvent) - Method in interface org.eclipse.core.commands.contexts.IContextListener
Notifies that one or more properties of an instance of IContext have changed.
ContextEvent - Class in org.eclipse.core.commands.contexts
An instance of this class describes changes to an instance of IContext.
ContextEvent(Context, boolean, boolean, boolean, boolean) - Constructor for class org.eclipse.core.commands.contexts.ContextEvent
Creates a new instance of this class.
ContextFinder - Class in org.eclipse.core.runtime.internal.adaptor
 
ContextFinder(ClassLoader) - Constructor for class org.eclipse.core.runtime.internal.adaptor.ContextFinder
 
contextLock - Variable in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
private object for locking
ContextManager - Class in org.eclipse.core.commands.contexts
A context manager tracks the sets of defined and enabled contexts within the application.
ContextManager() - Constructor for class org.eclipse.core.commands.contexts.ContextManager
 
contextManagerChanged(ContextManagerEvent) - Method in interface org.eclipse.core.commands.contexts.IContextManagerListener
Notifies that one or more properties of an instance of IContextManager have changed.
ContextManagerEvent - Class in org.eclipse.core.commands.contexts
An event indicating that the set of defined context identifiers has changed.
ContextManagerEvent(ContextManager, String, boolean, boolean, Set) - Constructor for class org.eclipse.core.commands.contexts.ContextManagerEvent
Creates a new instance of this class.
contextsUsing - Variable in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
list of contexts using the service.
ContributionItem - Class in org.eclipse.jface.action
An abstract base implementation for contribution items.
ContributionItem() - Constructor for class org.eclipse.jface.action.ContributionItem
Creates a contribution item with a null id.
ContributionItem(String) - Constructor for class org.eclipse.jface.action.ContributionItem
Creates a contribution item with the given (optional) id.
ContributionManager - Class in org.eclipse.jface.action
Abstract base class for all contribution managers, and standard implementation of IContributionManager.
ContributionManager() - Constructor for class org.eclipse.jface.action.ContributionManager
Creates a new contribution manager.
ContributorFactoryOSGi - Class in org.eclipse.core.runtime
The contributor factory creates new registry contributors for use in OSGi-based registries.
ContributorFactoryOSGi() - Constructor for class org.eclipse.core.runtime.ContributorFactoryOSGi
 
ContributorFactorySimple - Class in org.eclipse.core.runtime
The contributor factory creates new registry contributors for use in a simple registry based on the String representation of the determining object.
ContributorFactorySimple() - Constructor for class org.eclipse.core.runtime.ContributorFactorySimple
 
control - Variable in class org.eclipse.swt.layout.FormAttachment
control specifies the control to which the control side is attached.
CONTROL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated.
Control - Class in org.eclipse.swt.widgets
Control is the abstract superclass of all windowed user interface classes.
Control(Composite, int) - Constructor for class org.eclipse.swt.widgets.Control
Constructs a new instance of this class given its parent and a style value describing its behavior and appearance.
ControlContribution - Class in org.eclipse.jface.action
An abstract contribution item implementation for adding an arbitrary SWT control to a tool bar.
ControlContribution(String) - Constructor for class org.eclipse.jface.action.ControlContribution
Creates a control contribution item with the given id.
ControlEvent - Class in org.eclipse.swt.events
Instances of this class are sent as a result of controls being moved or resized.
ControlEvent(Event) - Constructor for class org.eclipse.swt.events.ControlEvent
Constructs a new instance of this class based on the information in the given untyped event.
ControlListener - Interface in org.eclipse.swt.events
Classes which implement this interface provide methods that deal with the events that are generated by moving and resizing controls.
controlMoved(ControlEvent) - Method in class org.eclipse.ercp.update.views.AbsScreen
 
controlMoved(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the location (x, y) of a control changes relative to its parent (or relative to the display, for Shells).
controlResized(ControlEvent) - Method in class org.eclipse.ercp.update.views.AbsScreen
 
controlResized(ControlEvent) - Method in class org.eclipse.ercp.update.views.AddLocalScreen
 
controlResized(ControlEvent) - Method in class org.eclipse.ercp.update.views.AddRemoteScreen
 
controlResized(ControlEvent) - Method in interface org.eclipse.swt.events.ControlListener
Sent when the size (width, height) of a control changes.
convert(IProgressMonitor) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor.
convert(IProgressMonitor, int) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
convert(IProgressMonitor, String, int) - Static method in class org.eclipse.core.runtime.SubMonitor
Converts an unknown (possibly null) IProgressMonitor into a SubMonitor allocated with the given number of ticks.
convertAccelerator(String) - Static method in class org.eclipse.jface.action.Action
Parses the given accelerator text, and converts it to an accelerator key code.
convertAccelerator(int) - Static method in class org.eclipse.jface.action.Action
Converts an accelerator key code to a string representation.
convertManifest(File, boolean, String, boolean, Dictionary) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
convertManifest(File, File, boolean, String, boolean, Dictionary) - Method in class org.eclipse.core.runtime.internal.adaptor.PluginConverterImpl
 
convertManifest(File, File, boolean, String, boolean, Dictionary) - Method in interface org.eclipse.osgi.service.pluginconversion.PluginConverter
Converts a plug-in/fragment manifest at the given source base location (a directory) and generates a corresponding bundle manifest at the given default target locaton (a file).
convertManifest(File, boolean, String, boolean, Dictionary) - Method in interface org.eclipse.osgi.service.pluginconversion.PluginConverter
Converts a plug-in/fragment manifest at the given source base location (a directory) and generates a corresponding bundle manifest returned as a dictionary.
convertToObject(String) - Method in class org.eclipse.core.commands.AbstractParameterValueConverter
Converts a string encoded command parameter value into the parameter value object.
convertToString(Object) - Method in class org.eclipse.core.commands.AbstractParameterValueConverter
Converts a command parameter value object into a string that encodes a reference to the object or serialization of the object.
convISO8601ToLocaleDate(String) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog.TextModifyListener
 
convLocaleDateToISO8601(String) - Method in class org.eclipse.ercp.swt.mobile.QueryDialog.TextModifyListener
 
copy(StorageHook) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook
 
copy() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Copies the selected text.
copy(Point) - Static method in class org.eclipse.jface.util.Geometry
Returns a copy of the given point
copy(Rectangle) - Static method in class org.eclipse.jface.util.Geometry
Returns a copy of the given rectangle
COPY - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the copy action
copy(StorageHook) - Method in interface org.eclipse.osgi.baseadaptor.hooks.StorageHook
Copies the data from the specified storage hook into this storage hook.
copy() - Method in class org.eclipse.swt.widgets.Combo
Copies the selected text.
copy() - Method in class org.eclipse.swt.widgets.Text
Copies the selected text.
copy(InputStream, OutputStream, InstallMonitor) - Static method in class org.eclipse.update.core.Utilities
Copies specified input stream to the output stream.
copyArea(Image, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the specified position into the image, which must be of type SWT.BITMAP.
copyArea(int, int, int, int, int, int) - Method in class org.eclipse.swt.graphics.GC
Copies a rectangular area of the receiver at the source position onto the receiver at the destination position.
copyChild(IMemento) - Method in class org.eclipse.ui.XMLMemento
 
Copyright - Static variable in class org.eclipse.ercp.update.UIMessages
 
CoreException - Exception in org.eclipse.core.runtime
A checked exception representing a failure.
CoreException(IStatus) - Constructor for exception org.eclipse.core.runtime.CoreException
Creates a new exception with the given status object.
COUNT - Static variable in class org.eclipse.core.expressions.ExpressionTagNames
The tag name of the count expression (value: count)
count() - Method in interface org.eclipse.core.expressions.ICountable
Returns the number of elements.
count - Variable in class org.eclipse.swt.events.PaintEvent
the number of following paint events which are pending which may always be zero on some platforms
count - Variable in class org.eclipse.swt.widgets.Event
depending on the event type, the number of following paint events which are pending which may always be zero on some platforms or the number of lines or pages to scroll using the mouse wheel
countCollisions() - Method in class org.eclipse.osgi.framework.util.KeyedHashSet
Returns the number of collisions this set currently has
CPUArchitecture - Static variable in class org.eclipse.ercp.update.UIMessages
 
CR - Static variable in class org.eclipse.swt.SWT
ASCII character convenience constant for the carriage return character (value is the char '\r').
create(ExpressionConverter, IConfigurationElement) - Method in class org.eclipse.core.expressions.ElementHandler
Creates the corresponding expression for the given configuration element.
create(ExpressionConverter, Element) - Method in class org.eclipse.core.expressions.ElementHandler
Creates the corresponding expression for the given DOM element.
create() - Method in interface org.eclipse.core.runtime.IExecutableExtensionFactory
Creates and returns a new instance.
create(BaseData) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseStorageHook
 
create(IEclipsePreferences, String) - Method in interface org.eclipse.core.runtime.preferences.IScope
Create and return a new preference node with the given parent and name.
create(DeviceResourceDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Returns the resource described by the given descriptor.
create(Composite) - Method in class org.eclipse.jface.viewers.CellEditor
Creates the control for this cell editor under the given parent control.
create(BaseData) - Method in interface org.eclipse.osgi.baseadaptor.hooks.StorageHook
Creates an uninitialized storage hook for the specified bundledata.
createAndRunWorkbench(Display, WorkbenchAdvisor) - Static method in class org.eclipse.ui.PlatformUI
Creates the workbench and associates it with the given display and workbench advisor, and runs the workbench UI.
createApplication(String) - Method in class org.eclipse.ercp.eworkbench.ApplicationRegistry
Create a new application.
createArchiveReferenceModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of archive reference model.
createArchiveReferenceModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default archive reference model.
createAttribute(String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates an Attr of the given name.
createAttribute(String) - Method in interface org.w3c.dom.Document
Creates an Attr of the given name.
createAttributeNS(String, String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates an attribute of the given qualified name and namespace URI.
createAttributeNS(String, String) - Method in interface org.w3c.dom.Document
Creates an attribute of the given qualified name and namespace URI.
createBatchConfigOperation(IConfigFeatureOperation[], boolean) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for executing a set of feature config operations in batch mode
createBatchInstallOperation(IInstallFeatureOperation[]) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for executing a set of feature install operations in batch mode
createBatchUnconfigOperation(IUnconfigFeatureOperation[], boolean) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for executing a set of feature unconfig operations in batch mode
createBundle(BundleData, Framework) - Static method in class org.eclipse.osgi.framework.internal.core.AbstractBundle
Bundle object constructor.
createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String[], boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[])
createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], String[], boolean, boolean, boolean, String, String, GenericSpecification[], GenericDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Deprecated. use StateObjectFactory.createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[])
createBundleDescription(long, String, Version, String, BundleSpecification[], HostSpecification, ImportPackageSpecification[], ExportPackageDescription[], boolean, boolean, boolean, String, String[], GenericSpecification[], GenericDescription[]) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a bundle description from the given parameters.
createBundleDescription(State, Dictionary, String, long) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Returns a bundle description based on the information in the supplied manifest dictionary.
createBundleDescription(Dictionary, String, long) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Deprecated. use StateObjectFactory.createBundleDescription(State, Dictionary, String, long)
createBundleDescription(BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a bundle description that is a copy of the given description.
createBundleFile(Object, BaseData) - Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
Creates a bundle file object for the given content and base data.
createBundleFile(Object, BaseData, boolean) - Method in interface org.eclipse.osgi.baseadaptor.hooks.BundleFileFactoryHook
Creates a bundle file for the given content and base data.
createBundleSpecification(String, VersionRange, boolean, boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a bundle specification from the given parameters.
createBundleSpecification(BundleSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a bundle specification that is a copy of the given constraint.
createButton(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
Creates the button for this cell editor under the given parent control.
createCDATASection(String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates a CDATASection node whose value is the specified string.
createCDATASection(String) - Method in interface org.w3c.dom.Document
Creates a CDATASection node whose value is the specified string.
createChild(String) - Method in interface org.eclipse.ui.IMemento
Creates a new child of this memento with the given type.
createChild(String, String) - Method in interface org.eclipse.ui.IMemento
Creates a new child of this memento with the given type and id.
createChild(String) - Method in class org.eclipse.ui.XMLMemento
 
createChild(String, String) - Method in class org.eclipse.ui.XMLMemento
 
createChildren(Widget) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Creates all children for the given widget.
createClassLoader(ClassLoader, ClassLoaderDelegate, BundleProtectionDomain, BaseData, String[]) - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseClassLoadingHook
 
createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]) - Method in class org.eclipse.osgi.baseadaptor.BaseData
This method calls all the configured class loading hooks ClassLoadingHook.createClassLoader(ClassLoader, ClassLoaderDelegate, BundleProtectionDomain, BaseData, String[]) methods until on returns a non-null value.
createClassLoader(ClassLoader, ClassLoaderDelegate, BundleProtectionDomain, BaseData, String[]) - Method in interface org.eclipse.osgi.baseadaptor.hooks.ClassLoadingHook
Gets called by a base data during BundleData.createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]).
createClassLoader(ClassLoaderDelegate, BundleProtectionDomain, String[]) - Method in interface org.eclipse.osgi.framework.adaptor.BundleData
Creates the ClassLoader for the BundleData.
createClassPathEntry(BundleFile, ProtectionDomain) - Method in interface org.eclipse.osgi.baseadaptor.loader.BaseClassLoader
Creates a classpath entry with the given bundle file and domain
createColor(Device) - Method in class org.eclipse.jface.resource.ColorDescriptor
Returns the Color described by this descriptor.
createColor(ColorDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Allocates a color, given a color descriptor.
createColor(RGB) - Method in class org.eclipse.jface.resource.ResourceManager
Allocates a color, given its RGB values.
createComment(String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates a Comment node given the specified string.
createComment(String) - Method in interface org.w3c.dom.Document
Creates a Comment node given the specified string.
createConfigOperation(IConfiguredSite, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for configuring an installed feature in the specified site.
createConfigOperation(IConfiguredSite, IFeature, IFeatureReference[], IFeature[]) - Method in interface org.eclipse.update.operations.IOperationFactory
This config operation must be used if using managed-only update policy.
createConfiguredSite(File) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Create a new installation site, based on a local file system directory.
createContentHandler(String) - Method in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerFactory
 
createContentReference(String, File) - Method in class org.eclipse.update.core.ContentReference
A factory method to create a content reference of the same type.
createContentReference(String, File) - Method in class org.eclipse.update.core.JarContentReference
A factory method to create a jar content reference.
createContents(PreferenceDialog) - Method in class org.eclipse.jface.preference.PreferenceDialog
Create all the pages and select one if directed
createContents(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
Creates and returns the SWT control for the customized body of this preference page under the given parent composite.
createContents(Composite) - Method in class org.eclipse.jface.viewers.ColorCellEditor
 
createContents(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
Creates the controls used to show the value of this cell editor.
createContext() - Method in class org.eclipse.osgi.framework.internal.core.BundleHost
Create a BundleContext for this bundle.
createContributor(Bundle) - Static method in class org.eclipse.core.runtime.ContributorFactoryOSGi
Creates registry contributor object based on a Bundle.
createContributor(Object) - Static method in class org.eclipse.core.runtime.ContributorFactorySimple
Creates registry contributor object based on a determining object.The determining object must not be null.
createControl(Composite) - Method in class org.eclipse.jface.action.ControlContribution
Creates and returns the control for this contribution item under the given parent composite.
createControl(Composite) - Method in class org.eclipse.jface.action.StatusLineManager
Creates and returns this manager's status line control.
createControl(Composite, int) - Method in class org.eclipse.jface.action.StatusLineManager
Creates and returns this manager's status line control.
createControl(Composite) - Method in class org.eclipse.jface.preference.PreferencePage
The PreferencePage implementation of this IDialogPage method creates a description label and button bar for the page.
createControl(Composite) - Method in class org.eclipse.jface.viewers.CellEditor
Creates the control for this cell editor under the given parent control.
createControl(Composite) - Method in class org.eclipse.jface.viewers.CheckboxCellEditor
The CheckboxCellEditor implementation of this CellEditor framework method does nothing and returns null.
createControl(Composite) - Method in class org.eclipse.jface.viewers.ComboBoxCellEditor
 
createControl(Composite) - Method in class org.eclipse.jface.viewers.DialogCellEditor
 
createControl(Composite) - Method in class org.eclipse.jface.viewers.TextCellEditor
 
createDefaultAssignedPermissions(PermissionInfo[]) - Method in class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
Creates the default assigned permissions for bundles that have no assigned permissions.
createDefaultSiteSearchCategory() - Static method in class org.eclipse.update.search.UpdateSearchRequest
Returns a site search category for use in discovering new function on update sites.
createDefaultUpdatesSearchCategory() - Static method in class org.eclipse.update.search.UpdateSearchRequest
Returns an updates search category for use in discovering updates to existing function on update sites.
createDisplay() - Method in class org.eclipse.ercp.eworkbench.eWorkbench
Creates the display used by the application.
createDisplay() - Static method in class org.eclipse.ui.PlatformUI
Creates the Display to be used by the workbench.
createDocument(String, String, DocumentType) - Method in class org.eclipse.ercp.xml.dom.DOMImplementationImpl
Creates an XML Document object of the specified type with its document element.
createDocument(String, String, DocumentType) - Method in interface org.w3c.dom.DOMImplementation
Creates an XML Document object of the specified type with its document element.
createDocumentFragment() - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates an empty DocumentFragment object.
createDocumentFragment() - Method in interface org.w3c.dom.Document
Creates an empty DocumentFragment object.
createDocumentType(String, String, String) - Method in class org.eclipse.ercp.xml.dom.DOMImplementationImpl
Creates an empty DocumentType node.
createDocumentType(String, String, String) - Method in interface org.w3c.dom.DOMImplementation
Creates an empty DocumentType node.
createElement(String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates an element of the type specified.
createElement(IMemento) - Method in interface org.eclipse.ui.IElementFactory
Re-creates and returns an object from the state captured within the given memento.
createElement(String) - Method in interface org.w3c.dom.Document
Creates an element of the type specified.
createElementNS(String, String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates an element of the given qualified name and namespace URI.
createElementNS(String, String) - Method in interface org.w3c.dom.Document
Creates an element of the given qualified name and namespace URI.
createEmptyWindowContents(IWorkbenchWindowConfigurer, Composite) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.createEmptyWindowContents(Composite) instead
createEmptyWindowContents(Composite) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Creates and returns the control to be shown when the org.eclipse.jface.window has no open pages.
createEntityReference(String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates an EntityReference object.
createEntityReference(String) - Method in interface org.w3c.dom.Document
Creates an EntityReference object.
createExecutableExtension(String) - Method in interface org.eclipse.core.runtime.IConfigurationElement
Creates and returns a new instance of the executable extension identified by the named attribute of this configuration element.
createExecutableExtension(RegistryContributor, String, String) - Method in class org.eclipse.core.runtime.spi.RegistryStrategy
Creates an executable extension.
createExportPackageDescription(String, Version, Map, Map, boolean, BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Used by the Resolver to dynamically create ExportPackageDescription objects during the resolution process.
createExportPackageDescription(ExportPackageDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates an import package specification that is a copy of the given constraint
createExtension(IConfigurationElement, String) - Static method in class org.eclipse.ercp.eworkbench.eWorkbenchPlugin
Creates an extension.
createExtensionPointFilter(IExtensionPoint) - Static method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
Return an instance of filter matching all changes for the given extension point.
createExtensionPointFilter(IExtensionPoint[]) - Static method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
Return an instance of filter matching all changes for the given extension points.
createFeature(URL, ISite) - Method in class org.eclipse.update.core.BaseFeatureFactory
Deprecated. implement createFeature(URL, ISite, IProgressMonitor) instead
createFeature(URL, ISite, IProgressMonitor) - Method in class org.eclipse.update.core.BaseFeatureFactory
Create feature.
createFeature(URL, ISite) - Method in interface org.eclipse.update.core.IFeatureFactory
Deprecated. use createFeature(URL, ISite, IProgressMonitor) instead
createFeature(URL, ISite, IProgressMonitor) - Method in interface org.eclipse.update.core.IFeatureFactory
Returns a feature defined by the supplied URL.
createFeature(String, URL) - Method in interface org.eclipse.update.core.ISite
Deprecated. use createFeature(String,URL,IProgressMonitor) instead
createFeature(String, URL, IProgressMonitor) - Method in interface org.eclipse.update.core.ISite
Creates a new feature object.
createFeature(String, URL) - Method in class org.eclipse.update.core.Site
Deprecated.  
createFeature(String, URL, IProgressMonitor) - Method in class org.eclipse.update.core.Site
 
createFeatureEntry(String, String, String, boolean, String, URL[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Create a feature entry
createFeatureEntry(String, String, String, String, boolean, String, URL[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Create a feature entry
createFeatureModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of feature model.
createFeatureModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default feature model.
createFeatureReferenceModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of feature reference model.
createFeatureReferenceModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default site feature reference model.
createFilter(String) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Construct a Filter object.
createFilter(String) - Method in interface org.osgi.framework.BundleContext
Creates a Filter object.
createFilter(String) - Static method in class org.osgi.framework.FrameworkUtil
Creates a Filter object.
createFolder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Creates and adds a new folder with the given id to this page layout.
createFont(Device) - Method in class org.eclipse.jface.resource.FontDescriptor
Creates the Font described by this descriptor.
createFont(FontDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Returns the Font described by the given FontDescriptor.
createFramework(FrameworkAdaptor) - Method in class org.eclipse.osgi.framework.internal.core.OSGi
Create the internal framework object.
createFrameworkLog() - Static method in class org.eclipse.core.runtime.adaptor.EclipseStarter
 
createFrameworkLog() - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook
 
createFrameworkLog() - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseErrorHandler
 
createFrameworkLog() - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter
 
createFrameworkLog() - Method in class org.eclipse.core.runtime.internal.adaptor.EclipseLogHook
 
createFrameworkLog() - Method in interface org.eclipse.osgi.baseadaptor.hooks.AdaptorHook
Gets called by the adaptor during FrameworkAdaptor.getFrameworkLog().
createFrom(Color, Device) - Static method in class org.eclipse.jface.resource.ColorDescriptor
Creates a ColorDescriptor from an existing Color, given the Device associated with the original Color.
createFrom(Color) - Static method in class org.eclipse.jface.resource.ColorDescriptor
Creates a ColorDescriptor from an existing color.
createFrom(RGB) - Static method in class org.eclipse.jface.resource.ColorDescriptor
Returns a color descriptor for the given RGB values
createFrom(Font, Device) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a FontDescriptor that describes an existing font.
createFrom(Font) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a FontDescriptor that describes an existing font.
createFrom(FontData[]) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a new FontDescriptor given the an array of FontData that describes the font.
createFrom(FontData) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a new FontDescriptor given the associated FontData
createFrom(String, int, int) - Static method in class org.eclipse.jface.resource.FontDescriptor
Creates a new FontDescriptor given an OS-specific font name, height, and style.
createFromFile(Class, String) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor from a file.
createFromImage(Image) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor for the given image.
createFromImage(Image, Device) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor for the given image.
createFromImageData(ImageData) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor given ImageData describing the image.
createFromURL(URL) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new image descriptor from a URL.
createGenericDescription(String, String, Version, Map) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a generic description from the given parameters
createGenericSpecification(String, String, String, boolean, boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a generic specification from the given parameters
createHostSpecification(String, VersionRange) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a host specification from the given parameters.
createHostSpecification(HostSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a host specification that is a copy of the given constraint.
createImage() - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(boolean) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(boolean, Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
Creates and returns a new SWT image for this image descriptor.
createImage(ImageDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Creates an image, given an image descriptor.
createImageRegistry() - Method in class org.eclipse.ui.plugin.AbstractUIPlugin
Returns a new image registry for this plugin-in.
createImageWithDefault(ImageDescriptor) - Method in class org.eclipse.jface.resource.ResourceManager
Creates an image, given an image descriptor.
createImportModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of import dependency model.
createImportModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default import dependency model.
createImportPackageSpecification(String, VersionRange, String, VersionRange, Map, Map, BundleDescription) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates an import package specification from the given parameters.
createImportPackageSpecification(ImportPackageSpecification) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates an import package specification that is a copy of the given import package
createIncludedFeatureReferenceModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of included feature reference model.
createIncludedFeatureReferenceModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default included feature reference model.
createInitialLayout(IPageLayout, String, String) - Method in class org.eclipse.ercp.eworkbench.DefaultPerspective
 
createInitialLayout(IPageLayout) - Method in class org.eclipse.ercp.eworkbench.DefaultPerspective
 
createInitialLayout(IPageLayout) - Method in interface org.eclipse.ui.IPerspectiveFactory
Creates the initial layout for a page.
createInitialLayout(IPageLayout, String, String) - Method in interface org.eclipse.ui.IPerspectiveFactory
 
createInstallHandlerEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of install handler model.
createInstallHandlerEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default install handler model.
createInstallOperation(IConfiguredSite, IFeature, IFeatureReference[], IFeature[], IVerificationListener) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for installing a feature.
createInternalContentHandler(String) - Method in class org.eclipse.osgi.framework.internal.protocol.ContentHandlerFactory
 
createInternalURLStreamHandler(String) - Method in class org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory
 
createLinkedConfiguredSite(File) - Method in interface org.eclipse.update.configuration.IInstallConfiguration
Create a new linked site, based on a local file system directory.
createLocalFile(File, String) - Static method in class org.eclipse.update.core.Utilities
Create a new working file.
createMonitor(Job) - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
Provides a new progress monitor instance to be used by the given job.
createMonitor(Job, IProgressMonitor, int) - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
Returns a progress monitor that can be used by a running job to report progress in the context of a progress group.
createNamespaceFilter(String) - Static method in class org.eclipse.core.runtime.dynamichelpers.ExtensionTracker
Return an instance of filter matching all changes from a given plugin.
createNonPluginEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of non-plug-in entry model.
createNonPluginEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default non-plug-in entry model.
createNoteComposite(Font, Composite, String, String) - Method in class org.eclipse.jface.preference.PreferencePage
Creates a composite with a highlighted Note entry and a message text.
createOSGiStrategy(File[], boolean[], Object) - Static method in class org.eclipse.core.runtime.RegistryFactory
Creates a registry strategy that can be used in an OSGi container.
createPage(String, Image) - Method in class org.eclipse.ercp.swt.mobile.MultiPageDialog
Creates a new page with the specified title string and icon.
createPage() - Method in interface org.eclipse.jface.preference.IPreferenceNode
Creates the preference page for this node.
createPage(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
createPage() - Method in class org.eclipse.jface.preference.PreferenceNode
 
createPageComposite(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the page composite, in which the org.eclipse.jface.window's pages, and their views and editors, appear.
createPageControl(PreferencePage, Composite) - Method in class org.eclipse.jface.preference.PreferenceDialog
Create the page control for the supplied page.
createPartControl(Composite) - Method in class org.eclipse.ercp.eworkbench.DefaultView
 
createPartControl(Composite) - Method in class org.eclipse.ercp.update.views.NormalView
This is a callback that will allow us to create the viewer and initialize it.
createPartControl(Composite) - Method in interface org.eclipse.ui.IWorkbenchPart
Creates the SWT controls for this workbench part.
createPartControl(Composite) - Method in class org.eclipse.ui.part.WorkbenchPart
 
createPermissions(PermissionInfo[], AbstractBundle, boolean) - Method in class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
Create a PermissionCollection from a PermissionInfo array.
createPlaceholderFolder(String, int, float, String) - Method in interface org.eclipse.ui.IPageLayout
Creates and adds a placeholder for a new folder with the given id to this page layout.
createPluginEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of plug-in entry model.
createPluginEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default plug-in entry model.
createPreferenceDialogOn(Shell, String, String[], Object) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
Creates a workbench preference dialog and selects particular preference page.
createProcessingInstruction(String, String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates a ProcessingInstruction node given the specified name and data strings.
createProcessingInstruction(String, String) - Method in interface org.w3c.dom.Document
Creates a ProcessingInstruction node given the specified name and data strings.
createProgressGroup() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Returns a progress monitor that can be used to provide aggregated progress feedback on a set of running jobs.
createProgressGroup() - Method in class org.eclipse.core.runtime.jobs.ProgressProvider
Returns a progress monitor that can be used to provide aggregated progress feedback on a set of running jobs.
createProperties(Dictionary) - Method in class org.eclipse.osgi.framework.internal.core.ServiceRegistrationImpl
Construct a properties object from the dictionary for this ServiceRegistration.
createPropertyDialogOn(Shell, IAdaptable, String, String[], Object) - Static method in class org.eclipse.ui.dialogs.PreferencesUtil
Creates a workbench preference dialog to a particular preference page.
createProtectionDomain(AbstractBundle) - Method in class org.eclipse.osgi.framework.internal.core.PermissionAdminImpl
This method is called by the Bundle object to create the PermissionCollection used by the bundle's ProtectionDomain.
createReadRoot(Reader) - Static method in class org.eclipse.ui.XMLMemento
Creates a Document from the Reader and returns a memento on the first Element for reading the document.
createReadRoot(Reader, String) - Static method in class org.eclipse.ui.XMLMemento
Creates a Document from the Reader and returns a memento on the first Element for reading the document.
createRectangle(Point, Point) - Static method in class org.eclipse.jface.util.Geometry
Returns a new rectangle with the given position and dimensions, expressed as points.
createRegistry(RegistryStrategy, Object, Object) - Static method in class org.eclipse.core.runtime.RegistryFactory
Creates a new extension registry based on the given set of parameters.
createReplaceFeatureVersionOperation(IFeature, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for replacing this feature by a previous version
createResource(Device) - Method in class org.eclipse.jface.resource.ColorDescriptor
 
createResource(Device) - Method in class org.eclipse.jface.resource.DeviceResourceDescriptor
Creates the resource described by this descriptor
createResource(Device) - Method in class org.eclipse.jface.resource.FontDescriptor
 
createResource(Device) - Method in class org.eclipse.jface.resource.ImageDescriptor
 
createRevertConfigurationOperation(IInstallConfiguration, IProblemHandler) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation to revert to a previous installation configuration.
createScreen() - Method in class org.eclipse.ercp.update.views.AbsScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.AddBookmarkScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.AddLocalScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.AddRemoteScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.BookmarksScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.EditBookmarkScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.InstallingScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.LicenseScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.ManageScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.PropertiesScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.RootScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.SelectFeaturesScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.UninstallScreen
 
createScreen() - Method in class org.eclipse.ercp.update.views.UpdatingScreen
 
createServiceRegistration(String[], Object, Dictionary) - Method in class org.eclipse.osgi.framework.internal.core.BundleContextImpl
Create a new ServiceRegistration object.
createSite(URL) - Method in class org.eclipse.update.core.BaseSiteFactory
Create site.
createSite(URL) - Method in interface org.eclipse.update.core.ISiteFactory
Returns a site defined by the supplied URL.
createSite(URL, IProgressMonitor) - Method in interface org.eclipse.update.core.ISiteFactoryExtension
Returns a site defined by the supplied URL.
createSiteCategoryModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of category model.
createSiteCategoryModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default category model.
createSiteEntry(URL, IPlatformConfiguration.ISitePolicy) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Create a site entry
createSiteMapModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of site model.
createSiteMapModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default site model.
createSitePolicy(int, String[]) - Method in interface org.eclipse.update.configurator.IPlatformConfiguration
Create a site policy.
createState() - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Deprecated. use StateObjectFactory.createState(boolean)
createState(boolean) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates an empty state with or without a resolver.
createState(State) - Method in interface org.eclipse.osgi.service.resolver.StateObjectFactory
Creates a new state that is a copy of the given state.
createStatusLineControl(Composite) - Method in interface org.eclipse.ui.application.IWorkbenchWindowConfigurer
Creates the status line control.
createSubPages(IPreferenceNode) - Method in class org.eclipse.jface.preference.PreferenceDialog
 
createSystemBundleData() - Method in class org.eclipse.osgi.baseadaptor.BaseAdaptor
 
createSystemBundleData() - Method in interface org.eclipse.osgi.framework.adaptor.FrameworkAdaptor
Creates a BundleData object for the System Bundle.
createTable(Composite, int) - Static method in class org.eclipse.jface.viewers.CheckboxTableViewer
Creates a new table control with one column.
createTextNode(String) - Method in class org.eclipse.ercp.xml.dom.DocumentImpl
Creates a Text node given the specified string.
createTextNode(String) - Method in interface org.w3c.dom.Document
Creates a Text node given the specified string.
createToggleSiteOperation(IConfiguredSite) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates ann operation to configure/unconfigure an installation site (also known as enable/disable site)
createTreeItem(Widget, Object, int) - Method in class org.eclipse.jface.viewers.AbstractTreeViewer
Creates a single item for the given parent and synchronizes it with the given element.
createUnconfigOperation(IConfiguredSite, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation for unconfiguring a feature
createUninstallOperation(IConfiguredSite, IFeature) - Method in interface org.eclipse.update.operations.IOperationFactory
Creates an operation to uninstall a feature
createURLEntryModel() - Method in class org.eclipse.update.core.BaseFeatureFactory
Create a concrete implementation of annotated URL model.
createURLEntryModel() - Method in class org.eclipse.update.core.BaseSiteFactory
Create a concrete implementation of annotated URL model.
createURLEntryModel() - Method in class org.eclipse.update.core.model.FeatureModelFactory
Create a default annotated URL model.
createURLEntryModel() - Method in class org.eclipse.update.core.model.SiteModelFactory
Create a default annotated URL model.
createURLStreamHandler(String) - Method in class org.eclipse.osgi.framework.internal.protocol.StreamHandlerFactory
Creates a new URLStreamHandler instance for the specified protocol.
createView() - Method in interface org.eclipse.ui.views.IViewDescriptor
Creates an instance of the view defined in the descriptor.
createWindowContents(IWorkbenchWindowConfigurer, Shell) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
Deprecated. since 3.1, override WorkbenchWindowAdvisor.createWindowContents(Shell) instead
createWindowContents(Shell) - Method in class org.eclipse.ui.application.WorkbenchWindowAdvisor
Creates the contents of the org.eclipse.jface.window.
createWithFlags(ImageDescriptor, int) - Static method in class org.eclipse.jface.resource.ImageDescriptor
Creates an ImageDescriptor based on the given original descriptor, but with additional SWT flags.
createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ui.application.WorkbenchAdvisor
EXPERIMENTAL -- May change before 3.1 ships.
createWorkingDirectory() - Static method in class org.eclipse.update.core.Utilities
Returns a new working directory (in temporary space).
createWriteRoot(String) - Static method in class org.eclipse.ui.XMLMemento
Returns a root memento for writing a document.
createXMLReader() - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XMLReader from system defaults.
createXMLReader(String) - Static method in class org.xml.sax.helpers.XMLReaderFactory
Attempt to create an XML reader from a class name.
CS_OR_BS_SET_ERROR - Static variable in class org.eclipse.ercp.xml.parser.EXmlMsg
 
CT_TEXT - Static variable in interface org.eclipse.core.runtime.content.IContentTypeManager
Content type identifier constant for platform's primary text-based content type: org.eclipse.core.runtime.text.
CTRL - Static variable in class org.eclipse.swt.SWT
Keyboard and/or mouse event mask indicating that the CTRL key was pushed on the keyboard when the event was generated (value is 1<<18).
current - Variable in class org.eclipse.swt.browser.ProgressEvent
current value
CURRENT_THEME_ID - Static variable in interface org.eclipse.ui.IWorkbenchPreferenceConstants
Workbench org.eclipse.jface.preference for the current theme.
currentCount - Variable in class org.eclipse.update.core.InstallMonitor
 
currentInstallConfigurationChanged(IInstallConfiguration) - Method in interface org.eclipse.update.configuration.ILocalSiteChangedListener
Indicates the current configuration has changed.
currentJob() - Method in interface org.eclipse.core.runtime.jobs.IJobManager
Returns the job that is currently running in this thread, or null if there is no currently running job.
currentName - Variable in class org.eclipse.ercp.update.views.NormalView
 
currentNSDecl - Variable in class org.eclipse.ercp.xml.parser.AbstractSAXParserImpl
 
cut() - Method in class org.eclipse.ercp.swt.mobile.ConstrainedText
Cuts the selected text.
CUT - Static variable in class org.eclipse.jface.viewers.CellEditor
Property name for the cut action
cut() - Method in class org.eclipse.swt.widgets.Combo
Cuts the selected text.
cut() - Method in class org.eclipse.swt.widgets.Text
Cuts the selected text.

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 _