Interface EditorialLanguageModel
public interface EditorialLanguageModel
Model for the current selected gui language of the java client related to the language tabs in the editorial area of the java client.
Example:
See usages for existing application types.
Example:
servicesBroker.getService(ModelService.class).addModelListener(EditorialLanguageModel.EDITORIAL_LANGUAGE, new MyListener());
See usages for existing application types.
- Since:
- 4.2.426
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ModelType<EditorialLanguageModel>Model type for current selectededitor languagein java client. -
Method Summary
Modifier and TypeMethodDescription@Nullable LanguageReturns the currently selected gui language.
-
Field Details
-
EDITORIAL_LANGUAGE
Model type for current selectededitor languagein java client.- Since:
- 4.2.426
-
-
Method Details
-
getLanguage
Returns the currently selected gui language.- Returns:
- the selected gui language
- Since:
- 4.2.426
-