public SettingsEditorEx<? extends IPersistentConfiguration> getEditor() {
   return new PackagingBuildScript_Configuration_Editor(
       myNode.getEditor(), mySettings.getEditor());
 }
Пример #2
0
 public SettingsEditorEx<? extends IPersistentConfiguration> getEditor() {
   return new NanoCFile_Configuration_Editor(myNode.getEditor());
 }