Package org.jitterbit.application.ui.job.console

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

Related Classes of org.jitterbit.application.ui.job.console.UiJobConsoleView

Copyright © 2018 www.massapicom. 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.