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

Packages that use UniqueIdentity
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. 
org.java.plugin.standard This package contains standard implementation of main framework runtime API. 
 

Uses of UniqueIdentity in org.java.plugin.extension
 

Classes in org.java.plugin.extension that implement UniqueIdentity
 class AnnotatedExtension
           
 

Uses of UniqueIdentity in org.java.plugin.registry
 

Subinterfaces of UniqueIdentity in org.java.plugin.registry
 interface Extension
          This interface abstracts an extension - particular functionality, the plug-in contribute to the system.
 interface ExtensionPoint
          This interface abstracts the extension point - a place where the functionality of plug-in can be extended.
 interface Library
          This interface provides access to information about resource or code contributed by plug-in.
 interface PluginDescriptor
          Main interface to get access to all meta-information for particular plug-in, described in plug-in manifest file.
 interface PluginFragment
          Interface to get access to main information about plug-in fragment.
 interface PluginPrerequisite
          This interface abstracts inter plug-ins dependencies.
 

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

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

Uses of UniqueIdentity in org.java.plugin.standard
 

Methods in org.java.plugin.standard with parameters of type UniqueIdentity
protected  java.net.URL ShadingPathResolver.getBaseUrl(UniqueIdentity uid)
           
 



Copyright © 2010. All Rights Reserved.