Package org.jitterbit.integration.client.ui.interchange.entity.transformation.tree.utils

Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.tree.utils.DataTree


     * <code>FormulaBuilderSourceTree</code> instance whose lifespan is shorter than the lifespan of
     * the <code>TreeMapper</code>.
     */
    @Override
    public void dispose() {
        DataTree sourceDataTree = getDataTree();
        sourceDataTree.removeTreeComponent(this);
        m_root = null;
        m_CROM_Tree = null;
    }
View Full Code Here


        mapAreaDisplay = restoreMapDisplaySettings();
        m_bDisplayMapArea=!mapAreaDisplay.isEmpty();
        inputLink = StructureLink.none();
        outputLink = StructureLink.none();
        mode = TreeMapperMode.SIMPLE;
        sourceDataTree = new DataTree(this);
        targetDataTree = new DataTree(this);
        GlobalDataElements des = getTreeMapperContainer().getProject().getGlobalDataElements();
        projectVariables = new TransformationVariables(des);
        BooleanSourceAndTargetSetting simpleNodeDisplaySettings = restoreSimpleNodeDisplaySettings();
        BooleanSourceAndTargetSetting simpleXmlElementDisplaySettings = restoreSimpleXmlElementDisplaySettings();
        BooleanSourceAndTargetSetting showMappedNodesOnlySettings = restoreShowMappedNodesOnlySettings();
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.interchange.entity.transformation.tree.utils.DataTree

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.