Examples of HaxeConfigurationEditor


Examples of com.intellij.plugins.haxe.ide.projectStructure.ui.HaxeConfigurationEditor

*/
public class HaxeModuleConfigurationEditor implements ModuleConfigurationEditor {
  private final HaxeConfigurationEditor haxeConfigurationEditor;

  public HaxeModuleConfigurationEditor(ModuleConfigurationState state) {
    haxeConfigurationEditor = new HaxeConfigurationEditor(state.getRootModel().getModule(), state.getRootModel().getModuleExtension(
      CompilerModuleExtension.class));
  }
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.