JPF 1.5.1

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

Packages that use Documentable
org.java.plugin.registry This package contains framework registry API. 
org.java.plugin.tools.mocks Simple mock classes to be used in unit tests. 
 

Uses of Documentable in org.java.plugin.registry
 

Subinterfaces of Documentable 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 PluginDescriptor
          Main interface to get access to all meta-information for particular plug-in, described in plug-in manifest file.
 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.
 interface PluginFragment
          Interface to get access to main information about plug-in fragment.
 interface PluginPrerequisite
          This interface abstracts inter plug-ins dependencies.
 

Uses of Documentable in org.java.plugin.tools.mocks
 

Classes in org.java.plugin.tools.mocks that implement Documentable
 class MockExtension
           
 class MockExtensionPoint
           
 class MockLibrary
           
 class MockParameter
           
 class MockParameterDefinition
           
 class MockPluginAttribute
           
 class MockPluginDescriptor
           
 class MockPluginElement<T extends PluginElement<T>>
           
 class MockPluginFragment
           
 class MockPluginPrerequisite
           
 


JPF 1.5.1

Copyright © 2004-2007 Dmitry Olshansky. All Rights Reserved.