Interface LanguageBodyEditorFactory
- 
@OpenApiAll public interface LanguageBodyEditorFactoryLanguage body editor factory. Should be registered inLanguageBodyEditorManager.- See Also:
 LanguageBodyEditor,LanguageBodyEditorManager
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description LanguageBodyEditorcreateEditor(Element element)Create body editor.default java.lang.StringgetInstructions()Optional language editor instructions. 
 - 
 
- 
- 
Method Detail
- 
createEditor
LanguageBodyEditor createEditor(@CheckForNull Element element)
Create body editor.- Parameters:
 element- language body owning element.- Returns:
 - body editor.
 
 
- 
getInstructions
@CheckForNull default java.lang.String getInstructions()
Optional language editor instructions.- Returns:
 - instructions.
 
 
 - 
 
 -