Class ProjectResourcePropertyEditor

java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.AbstractPropertyEditor
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.ProjectResourcePropertyEditor
All Implemented Interfaces:
PropertyEditor
Direct Known Subclasses:
ReportTemplatePropertyEditor

public class ProjectResourcePropertyEditor extends AbstractPropertyEditor
Author:
a.petrov
  • Constructor Details

  • Method Details

    • createEditorPane

      public javafx.scene.layout.Pane createEditorPane()
      Description copied from interface: PropertyEditor
      Создать UI отображение Соглашение, если label пустой то вытягить эдитор на всю ширину
    • getAcceptableExtensions

      protected Set<String> getAcceptableExtensions()
    • filePathToResourcePath

      protected String filePathToResourcePath(String filePath)
    • resourcePathToFilepath

      protected String resourcePathToFilepath(String resourcePath)
    • replaceOrNull

      protected String replaceOrNull(String string, String target, String replacement)