Package eu.isas.peptideshaker.gui.exportdialogs

Examples of eu.isas.peptideshaker.gui.exportdialogs.MzIdentMLExportDialog


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


     *
     * @param evt
     */
    private void exportPrideJButtonActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_exportPrideJButtonActionPerformed
        dispose();
        new MzIdentMLExportDialog(peptideShakerGUI, true);
    }//GEN-LAST:event_exportPrideJButtonActionPerformed
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.gui.exportdialogs.MzIdentMLExportDialog

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.