Package | Description |
---|---|
org.eclipse.ant.core |
Provides support for running the Ant build tool in the platform.
|
org.eclipse.compare |
Provides support for performing structural and textual
compare operations on arbitrary data and displaying the results.
|
org.eclipse.compare.contentmergeviewer |
Support for compare and merge viewers which show the
content side-by-side.
|
org.eclipse.compare.patch |
Provides support for applying and working with patches.
|
org.eclipse.compare.rangedifferencer |
Provides support for finding the differences between
two or three sequences of comparable entities.
|
org.eclipse.compare.structuremergeviewer |
Provides support for finding and displaying the differences
between hierarchically structured data.
|
org.eclipse.core.commands.operations |
Classes for the creation of undoable operations which can be added to an operations
history and later be undone and redone.
|
org.eclipse.core.databinding |
Provides classes for binding observable objects, for example UI widgets and model objects.
|
org.eclipse.core.databinding.util |
Provides general utilities for data binding.
|
org.eclipse.core.databinding.validation |
Provides the core APIs for validation.
|
org.eclipse.core.expressions |
Application programming interfaces for the expression language.
|
org.eclipse.core.filebuffers |
Provides the API for accessing file buffers.
|
org.eclipse.core.filebuffers.manipulation |
Provides the API for manipulating file buffers.
|
org.eclipse.core.filesystem |
Provides an interface for interacting with a file system.
|
org.eclipse.core.filesystem.provider |
Provides an API to be extended by a file system implementation.
|
org.eclipse.core.internal.jobs | |
org.eclipse.core.internal.resources | |
org.eclipse.core.net.proxy |
Provides support for the management of platform level proxy settings.
|
org.eclipse.core.resources |
Provides basic support for managing a workspace and
its resources.
|
org.eclipse.core.resources.filtermatchers |
Provides APIs intended to be implemented by the resource filter matchers.
|
org.eclipse.core.resources.mapping |
Provides APIs for integrating application models with the workspace
Package Specification
This package specifies the APIs in the Resources plug-in that are used to integrate
application models with the workspace.
|
org.eclipse.core.resources.team |
Provides APIs intended to be implemented by the Team component.
|
org.eclipse.core.runtime |
Provides support for the runtime platform, core utility methods and the extension registry.
|
org.eclipse.core.runtime.content |
Provides core support for content types.
|
org.eclipse.core.runtime.dynamichelpers |
Provides helpers to facilitate the authoring of dynamic plug-ins.
|
org.eclipse.core.runtime.jobs |
Provides core support for scheduling and interacting with background activity.
|
org.eclipse.core.runtime.model |
Provides core support for the modeling plug-ins and the plug-in registry.
|
org.eclipse.core.runtime.preferences |
Provides core support for Eclipse preferences.
|
org.eclipse.core.runtime.spi |
Extension registry infrastructure for service providers
Package Specification
This package provides an infrastructure and helper utilities oriented towards service providers implementing their own extension registries.
|
org.eclipse.core.variables |
Provides support for defining and contributing variables for the purpose of
string substitution.
|
org.eclipse.debug.core |
Provides support for launching programs, breakpoint management, expression management,
and debug events.
|
org.eclipse.debug.core.commands |
Provides a set of interfaces for common debug commands. |
org.eclipse.debug.core.model |
Defines interfaces for debug model elements, source lookup, and launching.
|
org.eclipse.debug.core.sourcelookup |
Provides support for source lookup.
|
org.eclipse.debug.core.sourcelookup.containers |
Provides implementations of common source containers supporting source lookup.
|
org.eclipse.debug.internal.ui.views.memory.renderings | |
org.eclipse.debug.ui |
Provides a generic debugger user interface that clients may customize via standard
workbench extension points.
|
org.eclipse.debug.ui.actions |
Provides a set of actions related to running and debugging applications. |
org.eclipse.debug.ui.memory |
Provides classes and interfaces to render memory blocks in the memory view.
|
org.eclipse.debug.ui.sourcelookup |
Provides a user interface for debug platform source lookup facilities.
|
org.eclipse.e4.ui.workbench.modeling |
Application programming interfaces describing the Eclipse 4 model services.
|
org.eclipse.equinox.jsp.jasper.registry |
Provides core support for the HttpService Servlet.
|
org.eclipse.equinox.p2.core |
Provides core support for interacting with a p2-based provisioning system
Package Specification
This package specifies API for creating, using, and extending a provisioning system.
|
org.eclipse.equinox.p2.engine |
Provides support for interacting with the p2 provisioning engine
Package Specification
This package specifies API for interacting with the p2 provisioning engine.
|
org.eclipse.equinox.p2.engine.spi |
Provides support for registering new provisioning actions and touchpoints.
|
org.eclipse.equinox.p2.operations |
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
|
org.eclipse.equinox.p2.planner |
Provides core support for interacting with a dependency resolution mechanism.
|
org.eclipse.equinox.p2.query |
Provides common classes for the query mechanism.
|
org.eclipse.equinox.p2.repository |
Defines common API for querying and modifying provisioning repositories.
|
org.eclipse.equinox.p2.repository.artifact |
Defines artifact repository.
|
org.eclipse.equinox.p2.repository.artifact.spi |
Defines SPI for registering new implementations of artifact repositories.
|
org.eclipse.equinox.p2.repository.metadata |
Defines metadata repository.
|
org.eclipse.equinox.p2.repository.metadata.spi |
Defines SPI for registering new implementations of metadata repositories.
|
org.eclipse.equinox.p2.repository.spi |
Defines common types for handling repositories.
|
org.eclipse.equinox.p2.ui |
Provides provisioning user interface classes that can be used for assembling
a provisioning UI.
|
org.eclipse.help.search |
Provides the ability to add participants to help search and is responsible
for creating search indices.
|
org.eclipse.help.server |
Provides the ability to specify the web server to be used by the help system.
|
org.eclipse.help.ui.browser |
Provides an implementation of IWorkbenchWindowActionDelegate
for opening a URL in a browser.
|
org.eclipse.jface.action |
Provides support for shared UI resources such as menus,
tool bars, and status lines.
|
org.eclipse.jface.databinding.dialog | |
org.eclipse.jface.databinding.fieldassist |
Provides classes that bridge between data binding and the JFace Fieldassist framework.
|
org.eclipse.jface.dialogs |
Provides support for dialogs.
|
org.eclipse.jface.operation |
Provides JFace support for long-running operations.
|
org.eclipse.jface.text.contentassist |
Provides a content assist add-on for an ITextViewer.
|
org.eclipse.jface.text.hyperlink |
Provides support for detecting and displaying hyperlinks in ISourceViewers.
|
org.eclipse.jface.text.quickassist |
This package provides the quick assist assistant add-on for an ISourceViewer.
|
org.eclipse.jface.text.reconciler |
Provides a reconciler add-on for an ITextViewer.
|
org.eclipse.jface.util |
Provides useful building blocks used throughout JFace,
including property change events, a listener list implementation, and runtime
checked assertions.
|
org.eclipse.jface.wizard |
Provides a framework for wizards.
|
org.eclipse.jsch.core |
Provides support for the JSch SSH2 library.
|
org.eclipse.ltk.core.refactoring |
Application programmer interface to implement semantic preserving workspace transformations.
|
org.eclipse.ltk.core.refactoring.history |
Application programming interface to query refactoring history information from the refactoring infrastructure.
|
org.eclipse.ltk.core.refactoring.model |
Application programming interface to support logical models.
|
org.eclipse.ltk.core.refactoring.participants |
Application programming interface to participant in existing rename, move and delete refactorings
if the refactoring provider supports participation.
|
org.eclipse.ltk.core.refactoring.resource |
Application programmer interface to implement resource dependend refactorings.
|
org.eclipse.ltk.ui.refactoring |
Application programming interface to implement a wizard based user interface for refactorings.
|
org.eclipse.ltk.ui.refactoring.history |
Application programming interface to display and preview refactoring history information.
|
org.eclipse.ltk.ui.refactoring.model |
Application programming interface to provide model integration for refactoring histories.
|
org.eclipse.search.core.text |
Classes giving access to the file (text) search functionality.
|
org.eclipse.search.ui |
Classes and interface required to contribute search dialog pages and search result view pages.
|
org.eclipse.search.ui.text |
Provides the base classes to implement a search result view part for searches with textual matches.
|
org.eclipse.team.core |
Application programming interfaces for defining and working with repository providers.
|
org.eclipse.team.core.diff |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.diff.provider |
Application programming interfaces for working with diffs.
|
org.eclipse.team.core.history |
Application programming interfaces for describing the history associated with
files.
|
org.eclipse.team.core.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.mapping.provider |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.core.subscribers |
Application programming interfaces for generating and refreshing
synchronization state.
|
org.eclipse.team.core.synchronize |
Application programming interfaces for managing synchronization state.
|
org.eclipse.team.core.variants |
Application programming interfaces for accessing and managing resource variants.
|
org.eclipse.team.ui |
Provides basic support for managing Team providers.
|
org.eclipse.team.ui.history |
Application programming interfaces for working with history.
|
org.eclipse.team.ui.mapping |
Application programming interfaces for working with resource mappings.
|
org.eclipse.team.ui.synchronize |
Contains the team synchronization presentation framework and support
for the Synchronize View.
|
org.eclipse.ui |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.actions |
Classes for actions and operations used in a workbench
window, page, or part in the Eclipse Platform User Interface.
|
org.eclipse.ui.activities |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.application |
Application-level APIs for configuring and controling the Eclipse Platform User
Interface.
|
org.eclipse.ui.cheatsheets |
Provides support for working with cheat sheets.
|
org.eclipse.ui.commands |
Provides support for retrieving information on Commands from the workbench.
|
org.eclipse.ui.console |
Application programming interfaces for interaction
with the Eclipse console.
|
org.eclipse.ui.dialogs |
Classes for standard dialogs, wizards, and preference
pages in the Eclipse Platform User Interface.
|
org.eclipse.ui.editors.text |
Provides a standard text editor and concrete document providers based
IFileBuffer and others directly handling IFile and
IStorage as editor input.
|
org.eclipse.ui.forms.editor |
Support for forms-based multi-page editors.
|
org.eclipse.ui.handlers |
Provides support for integrating handlers into the Eclipse workbench.
|
org.eclipse.ui.ide |
APIs for the IDE-specific portion of the Eclipse Platform User Interface.
|
org.eclipse.ui.ide.dialogs |
APIs for dialogs in the IDE-specific portion of the Eclipse Platform User Interface.
|
org.eclipse.ui.ide.undo |
APIs that provide undo and redo behavior for operations that manipulate
the workspace.
|
org.eclipse.ui.internal.views.markers | |
org.eclipse.ui.intro |
Application programming interfaces for interaction
with and extension of the product introduction parts.
|
org.eclipse.ui.intro.config |
Provides support for customizing welcome content and presentation.
|
org.eclipse.ui.menus |
Provides the public API and default implementation for contributing menu
and toolbars to the menu service.
|
org.eclipse.ui.model |
Provides a workbench adapter for displaying workbench elements in the UI without
having to know the concrete type of the element, and various label providers for
workbench-specific objects like editors, views, and perspectives.
|
org.eclipse.ui.navigator |
Provides the Common Navigator framework.
|
org.eclipse.ui.navigator.resources |
Provides reusable components for clients that need to expand on the capabilities
provided by the reference Common Navigator Resources extension.
|
org.eclipse.ui.operations |
Classes that provide the basic workbench UI support for undo and redo of
operations.
|
org.eclipse.ui.part |
Classes for the creation of workbench parts that integrate
with the Eclipse Platform User Interface.
|
org.eclipse.ui.plugin |
Class hierarchies for plug-ins that integrate with
the Eclipse Platform UI.
|
org.eclipse.ui.preferences |
Classes for using the preferences support in org.eclipse.core.runtime.preferences
Package Specification
This package has the convenience classes provided by the Eclipse workbench for
use by clients who wish to use the core preference support added in 3.0.
|
org.eclipse.ui.progress |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.splash |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.statushandlers |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.testing |
Classes for testing support.
|
org.eclipse.ui.texteditor |
Provides a framework for text editors obeying to the
desktop rules.
|
org.eclipse.ui.texteditor.quickdiff |
Provides interfaces to for the
org.eclipse.ui.editors.quickDiffReferenceProvider
extension point and adds an action to enable quick diff display for an editor. |
org.eclipse.ui.texteditor.rulers |
Provides interfaces and classes for the
org.eclipse.ui.workbench.texteditor.rulerColumns . |
org.eclipse.ui.texteditor.spelling |
Partial infrastructure for spell checking in text editors.
|
org.eclipse.ui.texteditor.templates |
Application programming interfaces for interaction
with the Eclipse text editor template support.
|
org.eclipse.ui.themes |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.views |
Application programming interfaces for interaction
with and extension of the Eclipse Platform User Interface.
|
org.eclipse.ui.views.bookmarkexplorer |
Provides the standard Bookmarks view which displays
bookmarks on resources.
|
org.eclipse.ui.views.contentoutline |
Provides the standard Content Outline view which can
show the active editor's custom outline for the document being edited.
|
org.eclipse.ui.views.markers |
Utility classes for working with markers in views
|
org.eclipse.ui.views.navigator |
Provides the standard Resource Navigator view which
presents the tree of resources in the workspace.
|
org.eclipse.ui.views.properties |
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
|
org.eclipse.ui.views.tasklist |
Provides the standard Task List view for displaying
tasks and problem annotations on resources.
|
org.eclipse.ui.wizards |
Application programming interfaces for interaction with and extension of the Eclipse
Platform User Interface wizard support.
|
org.eclipse.ui.wizards.datatransfer |
Provides the standard Import and Export wizards for
moving resources into and out of the workspace.
|
org.eclipse.ui.wizards.newresource |
Provides the standard wizards for creating files,
folders, and projects in the workspace.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
Preferences
Deprecated.
This class is replaced by
IEclipsePreferences . Setting a default
value is accomplished by a setting a value in the DefaultScope , and setting
an explicit non-default value is accomplished by setting a value in the InstanceScope .
To obtain a preference value, use the preference accessor methods on IPreferencesService . |
Preferences.IPropertyChangeListener
Deprecated.
Listener for property changes.
|
Preferences.PropertyChangeEvent
Deprecated.
An event object describing a change to a named property.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Status
A concrete status implementation, suitable either for
instantiating or subclassing.
|
Class and Description |
---|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IStatus
A status object represents the outcome of an operation.
|
Status
A concrete status implementation, suitable either for
instantiating or subclassing.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IPluginDescriptor
Deprecated.
IPluginDescriptor was refactored in Eclipse 3.0.
Most of the functionality has moved to Platform and the
plug-in descriptor has been replaced with the OSGi Bundle
object.
This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
For most uses the bundle object can be treated as an opaque token
representing your plug-in to the system -- It must be supplied to various
Clients of this interface have a reference to an
The resulting bundle object can be used
to carry out the adaptation steps outlined for each of the
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Status
A concrete status implementation, suitable either for
instantiating or subclassing.
|
Class and Description |
---|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IAdapterFactory
An adapter factory defines behavioral extensions for
one or more classes that implements the
IAdaptable
interface. |
IAdapterManager
An adapter manager maintains a registry of adapter factories.
|
IBundleGroup
Bundle groups represent a logical collection of plug-ins (aka bundles).
|
IBundleGroupProvider
Bundle group providers define groups of plug-ins which have been installed in
the current system.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IContributor
This interface describes a registry contributor - an entity that supplies information
to the extension registry.
|
IExtension
An extension declared in a plug-in.
|
IExtensionDelta
An extension delta represents changes to the extension registry.
|
IExtensionPoint
An extension point declared in a plug-in.
|
IExtensionRegistry
The extension registry holds the master list of all
discovered namespaces, extension points and extensions.
|
ILibrary
Deprecated.
In Eclipse 3.0 the plug-in classpath representation was changed. Clients of
ILibrary are directed to the headers associated with the relevant bundle.
In particular, the Bundle-Classpath header contains all available information
about the classpath of a plug-in. Having retrieved the header, the ManifestElement
helper class can be used to parse the value and discover the individual
class path entries. The various header attributes are defined in Constants .
For example, String header = bundle.getHeaders().get(Constants.BUNDLE_CLASSPATH); ManifestElement[] elements = ManifestElement.parseHeader( Constants.BUNDLE_CLASSPATH, header); if (elements == null) return; elements[0].getValue(); // the jar/dir containing the code ... Note that this new structure does not include information on which packages are exported or present in the listed classpath entries. This information is no longer relevant.
See This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in. |
ILog
A log to which status events can be written.
|
ILogListener
A log listener is notified of entries added to a plug-in's log.
|
InvalidRegistryObjectException
An unchecked exception indicating that an attempt to access
an extension registry object that is no longer valid.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IPluginDescriptor
Deprecated.
IPluginDescriptor was refactored in Eclipse 3.0.
Most of the functionality has moved to Platform and the
plug-in descriptor has been replaced with the OSGi Bundle
object.
This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
For most uses the bundle object can be treated as an opaque token
representing your plug-in to the system -- It must be supplied to various
Clients of this interface have a reference to an
The resulting bundle object can be used
to carry out the adaptation steps outlined for each of the
|
IPluginPrerequisite
Deprecated.
In Eclipse 3.0 the plug-in prerequisite representation was changed. Clients of
IPluginPrerequisite are directed to the headers associated with the relevant bundle.
In particular, the Require-Bundle header contains all available information
about the prerequisites of a plug-in. Having retrieved the header, the ManifestElement
helper class can be used to parse the value and discover the individual
prerequisite plug-ins. The various header attributes are defined in Constants .
For example, String header = bundle.getHeaders().get(Constants.REQUIRE_BUNDLE); ManifestElement[] elements = ManifestElement.parseHeader( Constants.REQUIRE_BUNDLE, header); if (elements == null) return; elements[0].getValue(); // the prerequisite plug-in id elements[0].getAttribute(Constants.BUNDLE_VERSION_ATTRIBUTE); // the prerequisite plug-in version ...
See This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in. |
IPluginRegistry
Deprecated.
The plug-in registry has been generalized in Eclipse 3.0. It is now the
IExtensionRegistry . Most of the IPluginRegistry function
is directly supported on the new interface without change. Most clients
of IPluginRegistry need only to change their references to use
IExtensionRegistry . The only exceptions are
methods that return IPluginDescriptor s. See the relevant method
comments for details.
This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in. |
IProduct
Products are the Eclipse unit of branding.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IProgressMonitorWithBlocking
An extension to the IProgressMonitor interface for monitors that want to
support feedback when an activity is blocked due to concurrent activity in
another thread.
|
IRegistryChangeEvent
Registry change events describe changes to the extension registry.
|
IRegistryChangeListener
Note: for new implementations consider using
IRegistryEventListener . |
IRegistryEventListener
A registry event listener is notified of changes to extension points.
|
ISafeRunnable
Safe runnables represent blocks of code and associated exception
handlers.
|
IStatus
A status object represents the outcome of an operation.
|
ListenerList
This class is a thread safe list that is designed for storing lists of listeners.
|
Path
The standard implementation of the
IPath interface. |
PerformanceStats
PerformanceStats collects and aggregates timing data about events such as
a builder running, an editor opening, etc.
|
PerformanceStats.PerformanceListener
A performance listener is periodically notified after performance events occur
or after events fail.
|
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
PluginVersionIdentifier
Deprecated.
clients should use
Version instead |
Preferences
Deprecated.
This class is replaced by
IEclipsePreferences . Setting a default
value is accomplished by a setting a value in the DefaultScope , and setting
an explicit non-default value is accomplished by setting a value in the InstanceScope .
To obtain a preference value, use the preference accessor methods on IPreferencesService . |
Preferences.IPropertyChangeListener
Deprecated.
Listener for property changes.
|
Preferences.PropertyChangeEvent
Deprecated.
An event object describing a change to a named property.
|
ProgressMonitorWrapper
An abstract wrapper around a progress monitor which,
unless overridden, forwards
IProgressMonitor
and IProgressMonitorWithBlocking methods to the wrapped progress monitor. |
Status
A concrete status implementation, suitable either for
instantiating or subclassing.
|
SubMonitor
A progress monitor that uses a given amount of work ticks from a parent monitor.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
IExtension
An extension declared in a plug-in.
|
IExtensionPoint
An extension point declared in a plug-in.
|
IExtensionRegistry
The extension registry holds the master list of all
discovered namespaces, extension points and extensions.
|
IRegistryChangeEvent
Registry change events describe changes to the extension registry.
|
IRegistryChangeListener
Note: for new implementations consider using
IRegistryEventListener . |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
MultiStatus
A concrete multi-status implementation,
suitable either for instantiating or subclassing.
|
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
IStatus
A status object represents the outcome of an operation.
|
MultiStatus
A concrete multi-status implementation,
suitable either for instantiating or subclassing.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IContributor
This interface describes a registry contributor - an entity that supplies information
to the extension registry.
|
IExtensionRegistry
The extension registry holds the master list of all
discovered namespaces, extension points and extensions.
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IStatus
A status object represents the outcome of an operation.
|
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdapterFactory
An adapter factory defines behavioral extensions for
one or more classes that implements the
IAdaptable
interface. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IExecutableExtensionFactory
This interface allows extension providers to control how the instances provided to extension-points are being created
by referring to the factory instead of referring to a class.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
MultiStatus
A concrete multi-status implementation,
suitable either for instantiating or subclassing.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
Class and Description |
---|
AssertionFailedException
AssertionFailedException is a runtime exception thrown
by some of the methods in Assert . |
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
ISafeRunnable
Safe runnables represent blocks of code and associated exception
handlers.
|
IStatus
A status object represents the outcome of an operation.
|
ListenerList
This class is a thread safe list that is designed for storing lists of listeners.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IProgressMonitorWithBlocking
An extension to the IProgressMonitor interface for monitors that want to
support feedback when an activity is blocked due to concurrent activity in
another thread.
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
MultiStatus
A concrete multi-status implementation,
suitable either for instantiating or subclassing.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
OperationCanceledException
This exception is thrown to blow out of a long-running method
when the user cancels it.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Status
A concrete status implementation, suitable either for
instantiating or subclassing.
|
Class and Description |
---|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Status
A concrete status implementation, suitable either for
instantiating or subclassing.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IExtension
An extension declared in a plug-in.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IExecutableExtensionFactory
This interface allows extension providers to control how the instances provided to extension-points are being created
by referring to the factory instead of referring to a class.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IExecutableExtensionFactory
This interface allows extension providers to control how the instances provided to extension-points are being created
by referring to the factory instead of referring to a class.
|
Class and Description |
---|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IStatus
A status object represents the outcome of an operation.
|
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Preferences
Deprecated.
This class is replaced by
IEclipsePreferences . Setting a default
value is accomplished by a setting a value in the DefaultScope , and setting
an explicit non-default value is accomplished by setting a value in the InstanceScope .
To obtain a preference value, use the preference accessor methods on IPreferencesService . |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IRegistryChangeEvent
Registry change events describe changes to the extension registry.
|
IRegistryChangeListener
Note: for new implementations consider using
IRegistryEventListener . |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IPluginDescriptor
Deprecated.
IPluginDescriptor was refactored in Eclipse 3.0.
Most of the functionality has moved to Platform and the
plug-in descriptor has been replaced with the OSGi Bundle
object.
This interface must only be used by plug-ins which explicitly require the org.eclipse.core.runtime.compatibility plug-in.
For most uses the bundle object can be treated as an opaque token
representing your plug-in to the system -- It must be supplied to various
Clients of this interface have a reference to an
The resulting bundle object can be used
to carry out the adaptation steps outlined for each of the
|
Plugin
The abstract superclass of all plug-in runtime class
implementations.
|
Class and Description |
---|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
PlatformObject
An abstract superclass implementing the
IAdaptable
interface. |
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IStatus
A status object represents the outcome of an operation.
|
QualifiedName
Qualified names are two-part names: qualifier and local name.
|
Class and Description |
---|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
InvalidRegistryObjectException
An unchecked exception indicating that an attempt to access
an extension registry object that is no longer valid.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
IExtension
An extension declared in a plug-in.
|
IExtensionPoint
An extension point declared in a plug-in.
|
IRegistryEventListener
A registry event listener is notified of changes to extension points.
|
Class and Description |
---|
IAdaptable
An interface for an adaptable object.
|
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Class and Description |
---|
CoreException
A checked exception representing a failure.
|
IAdaptable
An interface for an adaptable object.
|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
Class and Description |
---|
IPath
A path is an ordered collection of string segments,
separated by a standard separator character, "/".
|
IProgressMonitor
The
IProgressMonitor interface is implemented
by objects that monitor the progress of an activity; the methods
in this interface are invoked by code that performs the activity. |
IStatus
A status object represents the outcome of an operation.
|
Class and Description |
---|
IConfigurationElement
A configuration element, with its attributes and children,
directly reflects the content and structure of the extension section
within the declaring plug-in's manifest (
plugin.xml ) file. |
IExecutableExtension
Interface for executable extension classes that require access to
their configuration element, or implement an extension adapter.
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.