Package org.erlide.ui.views

Examples of org.erlide.ui.views.CallHierarchyView


            @Override
            protected CallHierarchyView prepare() {
                try {
                    final IViewPart p = page.showView("org.erlide.ui.callhierarchy");
                    final CallHierarchyView cvh = (CallHierarchyView) p
                            .getAdapter(CallHierarchyView.class);

                    cvh.setMessage("<searching... project "
                            + ErlangEngine.getInstance().getModelUtilService()
                                    .getProject(module).getName() + ">");
                    return cvh;
                } catch (final PartInitException e) {
                    ErlLogger.error("could not open Call hierarchy view: ",
View Full Code Here

TOP

Related Classes of org.erlide.ui.views.CallHierarchyView

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.