Package org.bmdrc.gui

Examples of org.bmdrc.gui.NmrComboBox


            theMassComboBox.generateMassComboBox();
            this.setFrame().setTypeOfCalculationMethod(this.MASS_TYPE);
            this.setFrame().setSelectedCalculationMethod(theMassComboBox.getMassCalculationMethodArray()[this.FIRST_INDEX]);
            Compare20And500Scan.generateSplitedMoleculeFileFilePathBox(this.getFrame());
        } else if(theTypeOfCalculation.equals(this.NMR_TYPE)) {
            NmrComboBox theNmrComboBox = new NmrComboBox(this.getFrame());
           
            theNmrComboBox.generateNmrCombBox();
            this.setFrame().setTypeOfCalculationMethod(this.NMR_TYPE);
            this.setFrame().setSelectedCalculationMethod(theNmrComboBox.getTypeOfCalculationMethodArray()[this.FIRST_INDEX]);
            DBSearcher.generateDBSearcherFilePathBox(this.getFrame());
        } else if(theTypeOfCalculation.equals(this.ETC_TYPE)) {
            EtcComboBox theEtcComboBox = new EtcComboBox(this.getFrame());
           
            theEtcComboBox.generateEtcCombBox();
View Full Code Here

TOP

Related Classes of org.bmdrc.gui.NmrComboBox

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.