Package eu.isas.peptideshaker.gui.pride

Examples of eu.isas.peptideshaker.gui.pride.ProjectExportDialog


     *
     * @param evt
     */
    private void exportPrideMenuItemActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_exportPrideMenuItemActionPerformed
        // @TODO: check that all ptms are mapped to a cv term
        new ProjectExportDialog(this, true);
    }//GEN-LAST:event_exportPrideMenuItemActionPerformed
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.gui.pride.ProjectExportDialog

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.