JIDE 3.5.15

com.jidesoft.document
Interface DocumentComponentFactory


public interface DocumentComponentFactory

A factory to create document component automatically. It will be used if the customers want to load a layout without adding the document component before hand.


Method Summary
 DocumentComponent create(String documentName)
          Create a default document component with the name
 

Method Detail

create

DocumentComponent create(String documentName)
Create a default document component with the name

Parameters:
documentName - the name of the document
Returns:
the document component instance.

JIDE 3.5.15