Eclipse Platform
2.0

Uses of Class
org.eclipse.core.runtime.PlatformObject

Packages that use PlatformObject
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.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. 
 

Uses of PlatformObject in org.eclipse.debug.core
 

Subclasses of PlatformObject in org.eclipse.debug.core
 class Launch
          A launch is the result of launching a debug session and/or one or more system processes.
 

Uses of PlatformObject in org.eclipse.debug.core.model
 

Subclasses of PlatformObject in org.eclipse.debug.core.model
 class Breakpoint
          Abstract implementation of a breakpoint.
 class LineBreakpoint
          Abstract implementation of a line breakpoint.
 

Uses of PlatformObject in org.eclipse.update.core
 

Subclasses of PlatformObject in org.eclipse.update.core
 class ArchiveReference
          Convenience implementation of a site archive.
 class Category
          Convenience implementation of feature category definition.
 class Feature
          Convenience implementation of a feature.
 class FeatureReference
          Convenience implementation of a feature reference.
 class Import
          Convenience implementation of a plug-in dependency.
 class InstallHandlerEntry
          Convenience implementation of an install handler entry.
 class NonPluginEntry
          Convenience implementation of non-plug-in entry.
 class PluginEntry
          Convenience implementation of plug-in entry.
 class Site
          Convenience implementation of a site.
 class URLEntry
          Convenience implementation of an annotated URL.
 

Uses of PlatformObject in org.eclipse.update.core.model
 

Subclasses of PlatformObject in org.eclipse.update.core.model
 class ArchiveReferenceModel
          Site archive model object.
 class CategoryModel
          Feature category definition model object.
 class ContentEntryModel
          Content entry model object.
 class FeatureModel
          Feature model object.
 class FeatureReferenceModel
          Feature reference model object.
 class ImportModel
          Plug-in dependency model object.
 class InstallHandlerEntryModel
          Install handler entry model object.
 class ModelObject
          Root model object.
 class NonPluginEntryModel
          Non-plug-in entry model object.
 class PluginEntryModel
          Plug-in entry model object.
 class SiteModel
          Site model object.
 class URLEntryModel
          Annotated URL model object.
 


Eclipse Platform
2.0

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