Package org.jitterbit.ui.util.border

Examples of org.jitterbit.ui.util.border.TitledToolbar.addButton()


    private void createConnectionParamsPanel(DataLocationType locType, DataLocationPanel locationPanel) {
        String title = Strings.get("Location.Title");
        TitledToolbar toolbar = new TitledToolbar(locationPanel.getUi(), title);
        if (testConnection != null) {
            toolbar.addButton(new KongaButton(testConnection).setUseSmallActionIcon(true));
        }
        StyleSheet.configureTitledToolbar(toolbar);
        JComponent panel = InvisiblePanel.newPanel(toolbar);
        locationPanelContainer.add(panel, locType.name());
        // Register it as an input panel (this will also attach this
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.