Package org.mevenide.idea.editor.pom.ui.scm

Examples of org.mevenide.idea.editor.pom.ui.scm.ScmPanel


                                                    }));

        tabs.add("SCM", new TabPlaceHolder(RES.get("scm.desc"),
                                           new Callable<JComponent>() {
                                               public JComponent call() throws Exception {
                                                   return new ScmPanel(project);
                                               }
                                           }));

        tabs.add("Dependencies", new TabPlaceHolder(RES.get("dep.list.desc"),
                                                    new Callable<JComponent>() {
View Full Code Here

TOP

Related Classes of org.mevenide.idea.editor.pom.ui.scm.ScmPanel

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.