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

Packages that use PluginAttribute
org.java.plugin.registry This package contains framework registry API. 
 

Uses of PluginAttribute in org.java.plugin.registry
 

Methods in org.java.plugin.registry that return PluginAttribute
 PluginAttribute PluginDescriptor.getAttribute(java.lang.String id)
           
 PluginAttribute PluginAttribute.getSubAttribute(java.lang.String id)
           
 PluginAttribute PluginAttribute.getSuperAttribute()
           
 

Methods in org.java.plugin.registry that return types with arguments of type PluginAttribute
 java.util.Collection<PluginAttribute> PluginDescriptor.getAttributes()
          Returns collection of all top level attributes defined in manifest.
 java.util.Collection<PluginAttribute> PluginDescriptor.getAttributes(java.lang.String id)
           
 java.util.Collection<PluginAttribute> PluginAttribute.getSubAttributes()
           
 java.util.Collection<PluginAttribute> PluginAttribute.getSubAttributes(java.lang.String id)
           
 



Copyright © 2010. All Rights Reserved.