Package net.sf.mzmine.project.impl

Examples of net.sf.mzmine.project.impl.MZmineProjectImpl.activateProject()


          mainWindow.initModule();

          // Activate project - bind it to the desktop's project tree
          MZmineProjectImpl currentProject = (MZmineProjectImpl) projectManager
              .getCurrentProject();
          currentProject.activateProject();

          // add desktop menu icon
          for (Class<?> moduleClass : MZmineModulesList.MODULES) {
            MZmineModule module = initializedModules
                .get(moduleClass);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.