Eclipse Platform
2.0

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.core.resources Provides basic support for managing a workspace and its resources. 
org.eclipse.core.runtime Provides core support for 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 a 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 interfaces that need to be implemented by web browser adapters.  Also contains an implementation of IWorkbenchWindowActionDelegate for opening a URL in a browser. 
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.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.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 expection representing a failure.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
 

Classes in org.eclipse.core.runtime used by org.eclipse.compare
CoreException
          A checked expection representing a failure.
IAdaptable
          An interface for an adaptable object.
 

Classes in org.eclipse.core.runtime used by org.eclipse.compare.contentmergeviewer
CoreException
          A checked expection representing a failure.
 

Classes in org.eclipse.core.runtime used by org.eclipse.core.resources
CoreException
          A checked expection 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.
IStatus
          A status object represents the outcome of an operation.
Plugin
          The abstract superclass of all plug-in runtime class implementations.
 

Classes in org.eclipse.core.runtime used by org.eclipse.core.runtime
CoreException
          A checked expection 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.
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.debug.core
CoreException
          A checked expection representing a failure.
IAdaptable
          An interface for an adaptable object.
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 expection representing a failure.
IAdaptable
          An interface for an adaptable object.
PlatformObject
          An abstract superclass implementing the IAdaptable interface.
 

Classes in org.eclipse.core.runtime used by org.eclipse.debug.ui
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.help.ui.browser
CoreException
          A checked expection representing a failure.
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.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 expection representing a failure.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui
CoreException
          A checked expection representing a failure.
IAdaptable
          An interface for an adaptable object.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.actions
CoreException
          A checked expection representing a failure.
 

Classes in org.eclipse.core.runtime used by org.eclipse.ui.dialogs
CoreException
          A checked expection representing a failure.
IAdaptable
          An interface for an adaptable object.
 

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

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

Classes in org.eclipse.core.runtime used by org.eclipse.ui.plugin
CoreException
          A checked expection representing a failure.
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 expection 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.
 

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.
 

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.newresource
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 expection 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.update.core.model
CoreException
          A checked expection representing a failure.
IAdaptable
          An interface for an adaptable object.
PlatformObject
          An abstract superclass implementing the IAdaptable interface.
 


Eclipse Platform
2.0

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