Package org.erlide.ui.console

Examples of org.erlide.ui.console.ErlangConsole


        }
        // else get dynamically, as this action was created via plug-in XML view
        // contribution
        final IConsole console = fConsoleView.getConsole();
        if (console instanceof ErlangConsole) {
            final ErlangConsole pconsole = (ErlangConsole) console;
            final IBackend backend = pconsole.getBackend();
            return backend.getData().getLaunch();
        }
        return null;
    }
View Full Code Here

TOP

Related Classes of org.erlide.ui.console.ErlangConsole

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.