Package org.jitterbit.application.ui.window

Examples of org.jitterbit.application.ui.window.WindowMenuController$EditorMenuItem


    /**
     * This method is called on application startup. It should not be regarded as part of the public
     * API of this class, and it might be removed at any time.
     */
    public void startup() {
        windowMenuController = new WindowMenuController(this);
        windowMenuController.startup();
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.application.ui.window.WindowMenuController$EditorMenuItem

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.