|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.searchApp.ConfigurableObjectFactory
com.raritantechnologies.utils.tree.TreeFactory
Configurable factory class for Trees.
XML Configuration Template:
<SystemObjects>
<SystemObject type="TreeFactory" name="someTreeName" factoryClass="com.raritantechnologies.utils.tree.TreeFactory" >
<TreeBuilder class="theTreeBuilderClass" >
</TreeBuilder>
</SystemObject>
</SystemObjects>
| Constructor Summary | |
TreeFactory()
|
|
| Method Summary | |
IConfigurable |
getConfiguredObject()
Returns an instantiated IConfigurable object or null if the configuration DOM Element has not been initialized. |
org.w3c.dom.Element |
getInitializer()
Used by Configurable objects that need to have their own constructor. |
TreeRoot |
getTree()
|
void |
setConfigElement(org.w3c.dom.Element elem)
Caches the DOM Element needed to instantiate IConfigurable objects. |
| Methods inherited from class com.raritantechnologies.searchApp.ConfigurableObjectFactory |
getConfigurableChild, getConfigurableChildren, getConfiguredObject, getConfiguredObject, getConfiguredObject, getConfiguredObjectNames, getInitializer, hasConfiguredObject, initialize, isInitialized |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TreeFactory()
| Method Detail |
public void setConfigElement(org.w3c.dom.Element elem)
ConfigurableObjectFactory
setConfigElement in interface IConfigurableFactorysetConfigElement in class ConfigurableObjectFactorypublic IConfigurable getConfiguredObject()
ConfigurableObjectFactory
getConfiguredObject in interface IConfigurableFactorygetConfiguredObject in class ConfigurableObjectFactorypublic org.w3c.dom.Element getInitializer()
getInitializer in interface IConfigurableFactorygetInitializer in class ConfigurableObjectFactorypublic TreeRoot getTree()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||