Package net.sourceforge.processdash.tool.diff.ui

Examples of net.sourceforge.processdash.tool.diff.ui.OpenLOCDiffAction


        SaveBackupAction saveBackupAction = new SaveBackupAction(parent);
        toolMenu.add(saveBackupAction);
        toolMenu.add(new OpenDatasetAction(parent, saveBackupAction));
        addToolExtensions(toolMenu, extensionItems, "backups");
        toolMenu.addSeparator();
        toolMenu.add(new OpenLOCDiffAction());
    }

    // add uncategorized tool menu items to the bottom of the menu.
    addToolExtensions(toolMenu, extensionItems, null);
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.tool.diff.ui.OpenLOCDiffAction

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.