Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse Platform
Release 3.5

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

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

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

Methods in org.eclipse.core.runtime.model that return PluginDescriptorModel
  PluginDescriptorModel Factory. createPluginDescriptor ()
          Deprecated. Returns a new plug-in descriptor model which is not initialized.
  PluginDescriptorModel ExtensionModel. getParentPluginDescriptor ()
          Deprecated. Returns the plug-in descriptor in which this extension is declared.
  PluginDescriptorModel ExtensionPointModel. getParentPluginDescriptor ()
          Deprecated. Returns the plug-in descriptor in which this extension point is declared.
  PluginDescriptorModel PluginRegistryModel. getPlugin ( String pluginId)
          Deprecated. Returns the plug-in descriptor with the given plug-in identifier in this plug-in registry, or null if there is no such plug-in.
  PluginDescriptorModel PluginRegistryModel. getPlugin ( String pluginId, String version)
          Deprecated. Returns the identified plug-in or null if the plug-in does not exist.
  PluginDescriptorModel[] PluginRegistryModel. getPlugins ()
          Deprecated. Returns the list of plug-ins managed by this registry.
  PluginDescriptorModel[] PluginRegistryModel. getPlugins ( String pluginId)
          Deprecated. Returns all versions of the identified plug-in descriptor known to this plug-in registry.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginDescriptorModel
 void PluginRegistryModel. addPlugin ( PluginDescriptorModel plugin)
          Deprecated. Adds the specified plug-in to this registry.
 void ExtensionModel. setParentPluginDescriptor ( PluginDescriptorModel value)
          Deprecated. Sets the plug-in descriptor in which this extension is declared.
 void ExtensionPointModel. setParentPluginDescriptor ( PluginDescriptorModel value)
          Deprecated. Sets the plug-in descriptor in which this extension point is declared.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire