Package org.woped.editor.gui.config

Examples of org.woped.editor.gui.config.ConfMetricsPanel


       
        colorPanel = new ConfUnderstandabilityPanel(Messages.getString("Configuration.ColorLayout.Title"));
        tabbedPane.addTab(Messages.getString("Configuration.ColorLayout.ColorPanel.Title"), colorPanel);
        confPanels.put(colorPanel.getPanelName(), colorPanel);
       
        metricsPanel = new ConfMetricsPanel(Messages.getString("Configuration.Metrics.Title"));
        tabbedPane.addTab(Messages.getString("Configuration.Metrics.Title"), metricsPanel);
        confPanels.put(metricsPanel.getPanelName(), metricsPanel);
       
/*        aproPanel = new ConfApromorePanel(Messages.getString("Configuration.Apromore.Title"));
        tabbedPane.addTab(Messages.getString("Configuration.Apromore.Title"), aproPanel);
View Full Code Here

TOP

Related Classes of org.woped.editor.gui.config.ConfMetricsPanel

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.