Examples of UiJobConsoleView


Examples of org.jitterbit.application.ui.job.console.UiJobConsoleView

     * @param section
     *            the <code>WindowSection</code> in which to display this console.
     * @return a <code>WindowSectionContent</code> representation of this console.
     */
    public WindowSectionContent getAsWindowSectionContent(WindowSection section) {
        return new UiJobConsoleView(this, section);
    }
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.