Ejemplo n.º 1
0
 public void updateCompilerOutputPathChanged(String baseUrl, String moduleName) {
   if (myGenericSettingsPanel == null) return; // wasn't initialized yet
   for (final ModuleConfigurationEditor myEditor : myEditors) {
     if (myEditor instanceof ModuleElementsEditor) {
       ((ModuleElementsEditor) myEditor).moduleCompileOutputChanged(baseUrl, moduleName);
     }
   }
 }