Examples of AnalyseModuleAction


Examples of org.jayasoft.woj.tools.ui.actions.AnalyseModuleAction

import org.jayasoft.woj.tools.ui.actions.SaveAllAction;


public class ActionsFactory {
  public static Action getAnalyseModuleAction(WojConsole console) {
    return new AnalyseModuleAction(console);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.