Eclipse Platform
2.1

Uses of Package
org.eclipse.core.runtime

Packages that use org.eclipse.core.runtime
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.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.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.resources.team Provides APIs intended to be implemented by the Team component. 
org.eclipse.core.runtime Provides core support for plug-ins and the plug-in registry. 
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry. 
org.eclipse.debug.core Provides support for launching programs, breakpoint management, expression management, and debug events. 
org.eclipse.debug.core.model Defines interfaces for debug model elements, source lookup, and launching. 
org.eclipse.debug.ui Provides a generic debugger user interface that clients may customize via standard workbench extension points. 
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.dialogs Provides support for dialogs. 
org.eclipse.jface.operation Provides JFace support for long-running operations. 
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.search.ui Provides classes and interfaces for search pages. 
org.eclipse.team.core Application programming interfaces for defining and working with repository providers. 
org.eclipse.team.ui Application programming interface for associating a repository provider with a project. 
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.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 a file-based document provider. 
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.texteditor Provides a framework for text editors obeying to the desktop rules. 
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.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.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. 
org.eclipse.update.core Provides support for extending the base installation and update services. 
org.eclipse.update.core.model Provides model support for extending the base installation and update services. 
 

Classes in org.eclipse.core.runtime used by org.eclipse.ant.core
CoreException
          A checked exception representing a failure.
IPluginDescriptor
          A plug-in descriptor contains information about a plug-in obtained from the 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.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
Preferences
          A table of preference settings, mapping named properties to values.
Preferences.IPropertyChangeListener
          Listener for property changes.
Preferences.PropertyChangeEvent
          An event object describing a change to a named property.
 

Classes in org.eclipse.core.runtime used by org.eclipse.compare
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.compare.contentmergeviewer
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.compare.rangedifferencer
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.compare.structuremergeviewer
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.core.resources
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
          A plug-in descriptor contains information about a plug-in obtained from the 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.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
QualifiedName
          Qualified names are two-part names: qualifier and local name.
 

Classes in org.eclipse.core.runtime used by org.eclipse.core.resources.team
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.core.runtime
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.
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.
IExtension
          An extension declared in a plug-in.
IExtensionPoint
          An extension point declared in a plug-in.
ILibrary
          A runtime library declared in a 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.
IPath
          A path is an ordered collection of string segments, separated by a standard separator character, "/".
IPluginDescriptor
          A plug-in descriptor contains information about a plug-in obtained from the plug-in's manifest (plugin.xml) file.
IPluginPrerequisite
          A prerequisite entry declared by a plug-in.
IPluginRegistry
          The plug-in registry holds the master list of all discovered plug-ins, extension points, and extensions.
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.
ISafeRunnable
          Safe runnables represent blocks of code and associated exception handlers.
IStatus
          A status object represents the outcome of an operation.
Path
          The standard implementation of the IPath interface.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
PluginVersionIdentifier
           Version identifier for a plug-in.
Preferences
          A table of preference settings, mapping named properties to values.
Preferences.IPropertyChangeListener
          Listener for property changes.
Preferences.PropertyChangeEvent
          An event object describing a change to a named property.
ProgressMonitorWrapper
          An abstract wrapper around a progress monitor which, unless overridden, forwards IProgressMonitor methods to the wrapped progress monitor.
Status
          A concrete status implementation, suitable either for instantiating or subclassing.
 

Classes in org.eclipse.core.runtime used by org.eclipse.core.runtime.model
IStatus
          A status object represents the outcome of an operation.
MultiStatus
          A concrete multi-status implementation, suitable either for instantiating or subclassing.
 

Classes in org.eclipse.core.runtime used by org.eclipse.debug.core
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, "/".
IPluginDescriptor
          A plug-in descriptor contains information about a plug-in obtained from the 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.
PlatformObject
          An abstract superclass implementing the IAdaptable interface.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
 

Classes in org.eclipse.core.runtime used by org.eclipse.debug.core.model
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.debug.ui
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.help.ui.browser
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.jface.action
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.jface.dialogs
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.jface.operation
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.jface.text.reconciler
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.jface.util
ISafeRunnable
          Safe runnables represent blocks of code and associated exception handlers.
 

Classes in org.eclipse.core.runtime used by org.eclipse.jface.wizard
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.search.ui
IAdaptable
          An interface for an adaptable object.
 

Classes in org.eclipse.core.runtime used by org.eclipse.team.core
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.
Status
          A concrete status implementation, suitable either for instantiating or subclassing.
 

Classes in org.eclipse.core.runtime used by org.eclipse.team.ui
IExtension
          An extension declared in a plug-in.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.actions
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.dialogs
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.editors.text
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.part
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.plugin
CoreException
          A checked exception representing a failure.
IPluginDescriptor
          A plug-in descriptor contains information about a plug-in obtained from the plug-in's manifest (plugin.xml) file.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.texteditor
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.views.bookmarkexplorer
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.views.contentoutline
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.views.navigator
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, "/".
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.views.properties
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.views.tasklist
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.wizards.datatransfer
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.wizards.newresource
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.
 

Classes in org.eclipse.core.runtime used by org.eclipse.update.core
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.
PluginVersionIdentifier
           Version identifier for a plug-in.
 

Classes in org.eclipse.core.runtime used by org.eclipse.update.core.model
CoreException
          A checked exception representing a failure.
IAdaptable
          An interface for an adaptable object.
MultiStatus
          A concrete multi-status implementation, suitable either for instantiating or subclassing.
PlatformObject
          An abstract superclass implementing the IAdaptable interface.
 


Eclipse Platform
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.