Package org.jitterbit.integration.client.ui.project.recent

Examples of org.jitterbit.integration.client.ui.project.recent.RecentProjectsMenu


    @Override
    public JMenuItem createMenuItem(ApplicationWindow appWin) {
        // HACK: The RecentProjectsMenu will add itself to the File menu, so we just need to create
        // it here. Returning null is OK; the ViewMenuBuilder handles this.
        new RecentProjectsMenu(appWin, projectManager);
        return null;
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.project.recent.RecentProjectsMenu

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.