Package org.itsnat.impl.core.template

Examples of org.itsnat.impl.core.template.ItsNatDocumentTemplateVersionImpl


    /** Creates a new instance of ItsNatDocComponentManagerImpl */
    public ItsNatDocComponentManagerImpl(ItsNatDocumentImpl itsNatDoc)
    {
        this.itsNatDoc = itsNatDoc;

        ItsNatDocumentTemplateVersionImpl templateVer = itsNatDoc.getItsNatDocumentTemplateVersion();

        this.selectionOnComponentsUsesKeyboard = templateVer.isSelectionOnComponentsUsesKeyboard();
        this.markupDrivenComponents = templateVer.isMarkupDrivenComponents();
        this.autoBuildComponents = templateVer.isAutoBuildComponents();
    }
View Full Code Here

TOP

Related Classes of org.itsnat.impl.core.template.ItsNatDocumentTemplateVersionImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.