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

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


     *
     */
    public static RecentProjectsViewerAction[] getDefaultActions() {
        return new RecentProjectsViewerAction[] {
            new CopyProjectLocationAction(),
            new RemoveProjectFromHistoryAction(),
            null,
            new DeleteProjectFromDiskAction(),
        };
    }
View Full Code Here

TOP

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

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.