Package com.intellij.plugins.haxe.ide.projectStructure.ui

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

Related Classes of com.intellij.plugins.haxe.ide.projectStructure.ui.HaxeConfigurationEditor

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.