Package org.erlide.ui.console.actions

Examples of org.erlide.ui.console.actions.ConsoleTerminateAction


    @Override
    public void init(final IPageBookViewPage page, final IConsole console) {
        fPage = page;
        fConsole = (ErlangConsole) console;

        fTerminate = new ConsoleTerminateAction(fConsole);
        fRemoveTerminated = new ConsoleRemoveLaunchAction(fConsole);
        fRemoveAllTerminated = new ConsoleRemoveAllTerminatedAction();
        fStdOut = new ShowStandardOutAction();

        fView = (IConsoleView) fPage.getSite().getPage()
View Full Code Here

TOP

Related Classes of org.erlide.ui.console.actions.ConsoleTerminateAction

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.