IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.rcp.xui
Class XUIFactoryPlugin

java.lang.Object
  extended by 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.


Constructor Summary
XUIFactoryPlugin()
           
 
Method Summary
 boolean initializeSingleElement(Tag tag, java.lang.Object element, SimpleElementManager simpleElementManager)
          Initialize single element.
 boolean injectToParent(Tag parentTag, java.lang.Object parentElement, Tag childTag, java.lang.Object childElement)
          Inject child element to parent element logic.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XUIFactoryPlugin

public XUIFactoryPlugin()
Method Detail

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

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010