Package net.sf.mzmine.data.impl

Examples of net.sf.mzmine.data.impl.SimplePeakIdentity


        String message = "Name not valid";
        desktop.displayErrorMessage(message);
        return;
      }

      SimplePeakIdentity compound = new SimplePeakIdentity(name, formula,
          "User defined", id, null);

      if (editIdentity != null)
        peakListRow.removePeakIdentity(editIdentity);
      peakListRow.addPeakIdentity(compound, true);
View Full Code Here

TOP

Related Classes of net.sf.mzmine.data.impl.SimplePeakIdentity

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.