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

Packages that use PluginElement
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 PluginElement in org.java.plugin.extension
 

Classes in org.java.plugin.extension that implement PluginElement
 class AnnotatedExtension
           
 class AnnotatedParameter
           
 

Uses of PluginElement in org.java.plugin.registry
 

Classes in org.java.plugin.registry with type parameters of type PluginElement
 interface PluginElement<T extends PluginElement<T>>
          This interface abstracts a plug-in element - a thing that is declared in plug-in or plug-in fragment descriptor.
 

Subinterfaces of PluginElement in org.java.plugin.registry
 interface Extension
          This interface abstracts an extension - particular functionality, the plug-in contribute to the system.
static interface Extension.Parameter
          This interface abstracts extension parameter according to extension declaration in manifest.
 interface ExtensionPoint
          This interface abstracts the extension point - a place where the functionality of plug-in can be extended.
static interface ExtensionPoint.ParameterDefinition
          This interface abstracts parameter definition - a parameter "type declaration".
 interface Library
          This interface provides access to information about resource or code contributed by plug-in.
 interface PluginAttribute
          This interface abstracts plug-in attribute, a <ID,VALUE> pair.
 interface PluginPrerequisite
          This interface abstracts inter plug-ins dependencies.
 

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

Classes in org.java.plugin.registry.xml that implement PluginElement
 class ExtensionPointImpl
          Made public to get access to the ParameterDefinition
Made parameterDefinitionImpl.getValueParser() public
 class ExtensionPointImpl.ParameterDefinitionImpl
           
 



Copyright © 2010. All Rights Reserved.