com.ibm.btt.rcp.xui
Class XUIFactoryPlugin
java.lang.Object
com.ibm.btt.rcp.xui.XUIFactoryPlugin
- All Implemented Interfaces:
- FactoryPlugin
public class XUIFactoryPlugin
- extends java.lang.Object
- implements FactoryPlugin
Factory Plugin of XUI Engine which used in Element Factory.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XUIFactoryPlugin
public XUIFactoryPlugin()
initializeSingleElement
public boolean initializeSingleElement(Tag tag,
java.lang.Object element,
SimpleElementManager simpleElementManager)
throws ElementException
- Initialize single element.
- Specified by:
initializeSingleElement
in interface FactoryPlugin
- Returns:
-
- Throws:
ElementException
injectToParent
public boolean injectToParent(Tag parentTag,
java.lang.Object parentElement,
Tag childTag,
java.lang.Object childElement)
throws ElementException
- Inject child element to parent element logic.
- Specified by:
injectToParent
in interface FactoryPlugin
- Returns:
-
- Throws:
ElementException
(c) Copyright IBM Corporation 1998, 2011