Package org.jitterbit.application.ui.wizard

Examples of org.jitterbit.application.ui.wizard.NumberedSectionsLayout.decorate()


        NumberedSectionsLayout layout = new NumberedSectionsLayout();
        layout.setVerticalGap(16);
        layout.setWeights(new double[] { 1.0, 1.0 }, new double[] { 1.0, 0.0 });
        layout.addSection("Link Keys", wrapComponent(linkKeysDefiner));
        layout.addSection("Join Type", wrapComponent(joinTypeSelector));
        layout.decorate(canvas);
    }

    private JComponent wrapComponent(UiProvider ui) {
        JComponent c = BorderLayoutBuilder.fillWith(ui);
        c.setBorder(StyleSheet.getDefaultTitleBorder(null));
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.