Uses of Interface
org.java.plugin.registry.PluginFragment

Packages that use PluginFragment
org.java.plugin.extension   
org.java.plugin.registry This package contains framework registry API. 
org.java.plugin.registry.xml This package contains XML syntax manifest files based framework registry API implementation. 
 

Uses of PluginFragment in org.java.plugin.extension
 

Methods in org.java.plugin.extension that return PluginFragment
 PluginFragment AnnotatedParameter.getDeclaringPluginFragment()
           
 PluginFragment AnnotatedExtension.getDeclaringPluginFragment()
           
 

Constructors in org.java.plugin.extension with parameters of type PluginFragment
AnnotatedParameter(Extension extension, PluginDescriptor plugin, PluginFragment fragment, java.lang.String id, java.lang.String value, java.lang.Class<?> type)
           
 

Uses of PluginFragment in org.java.plugin.registry
 

Methods in org.java.plugin.registry that return PluginFragment
 PluginFragment PluginElement.getDeclaringPluginFragment()
          Returns descriptor of plug-in fragment that contributes this element.
 

Methods in org.java.plugin.registry that return types with arguments of type PluginFragment
 java.util.Collection<PluginFragment> PluginDescriptor.getFragments()
          Returns collection of plug-in fragments which contributes to this plug-in.
 java.util.Collection<PluginFragment> PluginRegistry.getPluginFragments()
          Returns collection of descriptors of all plug-in fragments that was successfully populated by this registry.
 

Uses of PluginFragment in org.java.plugin.registry.xml
 

Methods in org.java.plugin.registry.xml that return types with arguments of type PluginFragment
 java.util.Collection<PluginFragment> PluginRegistryImpl.getPluginFragments()
           
 



Copyright © 2010. All Rights Reserved.