Uses of Class
org.java.plugin.registry.ParameterType

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

Methods in org.java.plugin.registry that return ParameterType
static ParameterType ParameterType.fromCode(java.lang.String code)
          Converts plug-in manifest string code to parameter type constant value.
 ParameterType ExtensionPoint.ParameterDefinition.getType()
           
static ParameterType ParameterType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ParameterType[] ParameterType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

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

Methods in org.java.plugin.registry.xml that return ParameterType
 ParameterType ExtensionPointImpl.ParameterDefinitionImpl.getType()
           
 



Copyright © 2010. All Rights Reserved.