Eclipse Platform
Release 3.0

Uses of Class
org.eclipse.core.runtime.model.ExtensionPointModel

Packages that use ExtensionPointModel
org.eclipse.core.runtime.model Provides core support for the modeling plug-ins and the plug-in registry.  
 

Uses of ExtensionPointModel in org.eclipse.core.runtime.model
 

Methods in org.eclipse.core.runtime.model that return ExtensionPointModel
 ExtensionPointModel[] PluginModel.getDeclaredExtensionPoints()
          Deprecated. Returns the extension points in this plug-in descriptor.
 ExtensionPointModel Factory.createExtensionPoint()
          Deprecated. Returns a new extension point model which is not initialized.
 

Methods in org.eclipse.core.runtime.model with parameters of type ExtensionPointModel
 void PluginModel.setDeclaredExtensionPoints(ExtensionPointModel[] value)
          Deprecated. Sets the extension points in this plug-in descriptor.
 


Eclipse Platform
Release 3.0

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2004. All rights reserved.