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

Examples of org.jitterbit.integration.client.ui.project.browser.ProjectBrowser$SearchAction


        });
    }

    private ProjectBrowser createBrowser(List<RecentProjectsViewerAction> actions) {
        RecentProjects recentProjects = projectManager.getRecentProjects();
        ProjectBrowser browser = new ProjectBrowser(recentProjects, false,
                        actions.toArray(new RecentProjectsViewerAction[actions.size()]));
        browser.setCurrentProjectLocation(projectManager.getCurrentProjectLocation());
        browser.setDefaultSearchFolder(projectManager.getProjectDirectory().getLocation());
        return browser;
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.ui.project.browser.ProjectBrowser$SearchAction

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.