|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationElement | |
org.jpox.plugin |
Uses of ConfigurationElement in org.jpox.plugin |
Methods in org.jpox.plugin that return ConfigurationElement | |
ConfigurationElement[] |
Extension.getConfigurationElements()
Acessor for all ConfigurationElements declared in the Extension |
ConfigurationElement |
ConfigurationElement.getParent()
Acessor for the parent of this ConfigurationElement |
ConfigurationElement[] |
ConfigurationElement.getChildren()
Acessor for all children of this ConfigurationElement |
Methods in org.jpox.plugin with parameters of type ConfigurationElement | |
void |
Extension.addConfigurationElement(ConfigurationElement element)
Add a new child ConfigurationElement (declared nested in the extension XML element) |
void |
ConfigurationElement.addConfigurationElement(ConfigurationElement confElm)
Add a new children ConfigurationElement to this element |
Constructors in org.jpox.plugin with parameters of type ConfigurationElement | |
ConfigurationElement(java.lang.String name,
ConfigurationElement parent)
Constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |