Package org.erlide.ui.editors.erl.test

Examples of org.erlide.ui.editors.erl.test.TestAction


    private void setupTestAction() {
        if (testAction != null) {
            return;
        }
        testAction = new TestAction(ErlangEditorMessages.getBundleForConstructedKeys(),
                "Test.", this, getModule());
        testAction.setActionDefinitionId(IErlangEditorActionDefinitionIds.TEST);
        setAction("Test", testAction);
        markAsStateDependentAction("Test", true);
        markAsSelectionDependentAction("Test", true);
View Full Code Here

TOP

Related Classes of org.erlide.ui.editors.erl.test.TestAction

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.