Examples of TransformationToolBarMenu


Examples of org.jitterbit.integration.client.ui.interchange.entity.transformation.menu.TransformationToolBarMenu

        String size = IntegrationEntityPage.USE_MEDIUM_SIZED_BUTTONS_IN_TOOLBAR ? "24" : "16";
        return ClientIcons.getIcon("Toolkit." + size);
    }

    private JPopupMenu createToolkitPopupMenu(TransformationPage page) {
        TransformationToolBarMenu toolbarMenu = new TransformationToolBarMenu(page);
        JPopupMenu popup = toolbarMenu.createJMenu(InterchangeMenuDictionary.DICTIONARY).getPopupMenu();
        popup.addSeparator();
        if (page.getObject().isXmlTransformation()) {
            NodeExpansionMenu nodeExpansionMenu = new NodeExpansionMenu(page);
            popup.add(nodeExpansionMenu.createMenu());
        }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.