Package org.netbeans.modules.php.wordpress.ui.actions

Examples of org.netbeans.modules.php.wordpress.ui.actions.RefreshCodeCompletionAction


    public List<? extends Action> getActions() {
        List<Action> actions = new ArrayList<Action>();
        actions.add(CreateThemeAction.getInstance());
        actions.add(CreateChildThemeAction.getInstance());
        actions.add(CreatePluginAction.getInstance());
        actions.add(new RefreshCodeCompletionAction());
        actions.add(CreatePermalinkHtaccessAction.getInstance());
        return actions;
    }
View Full Code Here

TOP

Related Classes of org.netbeans.modules.php.wordpress.ui.actions.RefreshCodeCompletionAction

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.