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 Summary
Modifier and TypeMethodDescriptiongetBody()
Get editing body.Get editor component.void
Set body to edit.void
setEditable
(boolean editable) Change editor editing state.
-
Method Details
-
getComponent
Component getComponent()Get editor component.- Returns:
- editor component.
-
getBody
String getBody()Get editing body.- Returns:
- body.
-
setBody
Set body to edit.- Parameters:
body
- body to edit.
-
setEditable
void setEditable(boolean editable) Change editor editing state.- Parameters:
editable
- if editable.
-