Class AdvancedPropertyEditor

java.lang.Object
ru.cg.webbpm.studio.subsystems.script_editor.editor.api.base.AdvancedPropertyEditor
All Implemented Interfaces:
PropertyEditor

public class AdvancedPropertyEditor extends Object implements PropertyEditor
Author:
Renat Gilfanov
  • Constructor Details

    • AdvancedPropertyEditor

      public AdvancedPropertyEditor(Collection<javafx.scene.Node> nodes)
  • Method Details

    • createEditorPane

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