Interface LanguageBodyEditor


@OpenApiAll public interface LanguageBodyEditor
Language body editor - allows to have a custom editor for the body of the language. Should be created by LanguageBodyEditorFactory.
See Also:
  • Method Details

    • getComponent

      Component getComponent()
      Get editor component.
      Returns:
      editor component.
    • getBody

      String getBody()
      Get editing body.
      Returns:
      body.
    • setBody

      void setBody(String body)
      Set body to edit.
      Parameters:
      body - body to edit.
    • setEditable

      void setEditable(boolean editable)
      Change editor editing state.
      Parameters:
      editable - if editable.