Package org.jayasoft.woj.tools.ui.actions

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

Related Classes of org.jayasoft.woj.tools.ui.actions.AnalyseModuleAction

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.