Package org.jitterbit.integration.client.ui.structure.editor.text

Examples of org.jitterbit.integration.client.ui.structure.editor.text.DocumentSelectionPageChain


    private static class ChainImpl extends AbstractTransformationStructurePageChain {

        private final DocumentSelectionPageChain delegate;

        public ChainImpl(TransformationWizard wizard) {
            delegate = new DocumentSelectionPageChain(wizard, wizard.getEntityExplorerSupport());
            delegate.setTitle(getString("Text.Source.SubTitle"));
            delegate.setMainCaption(getString("Text.Source.MainCaption"));
            delegate.setSubCaption(getString("Text.Source.SubCaption"));
        }
View Full Code Here


    private static class ChainImpl extends AbstractTransformationStructurePageChain {

        private final DocumentSelectionPageChain delegate;

        public ChainImpl(TransformationWizard wizard) {
            delegate = new DocumentSelectionPageChain(wizard, wizard.getEntityExplorerSupport());
            delegate.setTitle(getString("Text.Target.SubTitle"));
            delegate.setMainCaption(getString("Text.Target.MainCaption"));
            delegate.setSubCaption(getString("Text.Target.SubCaption"));
        }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.structure.editor.text.DocumentSelectionPageChain

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.