Package org.erlide.ui.editors.erl.actions

Examples of org.erlide.ui.editors.erl.actions.CleanUpAction


        fContextMenuGroup = new CompositeActionGroup(new ActionGroup[] { esg });

        createCommonActions();

        if (getModule() != null) {
            cleanUpAction = new CleanUpAction(getModule().getResource());
            cleanUpAction
                    .setActionDefinitionId(IErlangEditorActionDefinitionIds.CLEAN_UP);
            setAction("cleanUp", cleanUpAction);
        }
View Full Code Here

TOP

Related Classes of org.erlide.ui.editors.erl.actions.CleanUpAction

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.