Package org.jitterbit.integration.client.ui.interchange.location.panel

Examples of org.jitterbit.integration.client.ui.interchange.location.panel.DataLocationPanel.apply()


        UiUtils.setOpaqueRecursivelySkipDefaults(getUi(), false);
    }

    protected final void applyLocation() throws IntegrationDataPanelException {
        DataLocationPanel locPanel = locationDisplayer.getCurrentLocationPanel();
        locPanel.apply();
    }

    protected final DataLocation getDisplayedLocation() {
        DataLocationPanel locPanel = locationDisplayer.getCurrentLocationPanel();
        return locPanel.getDisplayedObject();
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.