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.PluginFragmentModel

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

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

Methods in org.eclipse.core.runtime.model that return PluginFragmentModel
  PluginFragmentModel Factory. createPluginFragment ()
          Deprecated. Returns a new plug-in fragment model which is not initialized.
  PluginFragmentModel PluginRegistryModel. getFragment ( String id)
          Deprecated. Returns the plug-in fragment with the given identifier in this plug-in registry, or null if there is no such fragment.
  PluginFragmentModel PluginRegistryModel. getFragment ( String id, String version)
          Deprecated. Returns the identified plug-in fragment or null if the fragment does not exist.
  PluginFragmentModel[] PluginDescriptorModel. getFragments ()
          Deprecated. Returns the fragments installed for this plug-in.
  PluginFragmentModel[] PluginRegistryModel. getFragments ()
          Deprecated. Returns the list of plug-in fragments managed by this registry.
  PluginFragmentModel[] PluginRegistryModel. getFragments ( String id)
          Deprecated. Returns all versions of the identified plug-in fragment known to this plug-in registry.
 

Methods in org.eclipse.core.runtime.model with parameters of type PluginFragmentModel
 void PluginRegistryModel. addFragment ( PluginFragmentModel fragment)
          Deprecated. Adds the specified plug-in fragment to this registry.
 void PluginDescriptorModel. setFragments ( PluginFragmentModel[] value)
          Deprecated. Sets the list of fragments for this plug-in.
 


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