org.netbeans.modules.xml.xam/1 1.18.0 1

org.netbeans.modules.xml.xam.dom
Interface ComponentFactory<C extends DocumentComponent<C>>


public interface ComponentFactory<C extends DocumentComponent<C>>

Factory for providing concrete instance of components.


Method Summary
 C create(Element child, C parent)
           
 

Method Detail

create

C create(Element child,
         C parent)
Parameters:
child - to create model object from
parent - containing this element
Returns:
instance of model object for the given element.

org.netbeans.modules.xml.xam/1 1.18.0 1

Built on May 25 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.