|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |