protected void resetEditorFrom()

in plugin/src/main/java/com/attachme/plugin/AttachmeSettingsEditor.java [53:55]


  protected void resetEditorFrom(@NotNull AttachmeRunConfig s) {
    portField.setText(s.getPort() + "");
  }