Package com.intellij.openapi.roots.ui.configuration

Examples of com.intellij.openapi.roots.ui.configuration.BuildElementsEditor


    private final BuildElementsEditor myCompilerOutputEditor;

    OutputEditor(ModuleConfigurationState state) {
        super(state);
        myCompilerOutputEditor = new BuildElementsEditor(state) {
        };
    }
View Full Code Here

TOP

Related Classes of com.intellij.openapi.roots.ui.configuration.BuildElementsEditor

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.