Package eu.isas.peptideshaker.gui.tabpanels

Examples of eu.isas.peptideshaker.gui.tabpanels.StatsPanel


            proteinFractionsJPanel.add(proteinFractionsPanel);
            ptmPanel = new PtmPanel(this);
            proteinStructurePanel = new ProteinStructurePanel(this);
            proteinStructureJPanel.add(proteinStructurePanel);
            annotationPanel = new AnnotationPanel(this);
            statsPanel = new StatsPanel(this);

            jumpToPanel = new JumpToPanel(this);
            jumpToPanel.setEnabled(false);

            menuBar.add(Box.createHorizontalGlue());
View Full Code Here


                goPanel = new GOEAPanel(this);
                goJPanel.removeAll();
                goJPanel.add(goPanel);
                return;
            case VALIDATION_TAB_INDEX:
                statsPanel = new StatsPanel(this);
                statsJPanel.removeAll();
                statsJPanel.add(statsPanel);
        }
    }
View Full Code Here

TOP

Related Classes of eu.isas.peptideshaker.gui.tabpanels.StatsPanel

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.