java.lang.Object
org.tentackle.fx.AbstractFxController
org.tentackle.fx.translate.I18NEditor
- All Implemented Interfaces:
FxController,ScopeConfigurator
Editor for the I18NText translations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidshowDialog(org.tentackle.common.I18NText i18NText, I18NTextStringTranslator i18NTextStringTranslator) Shows the editor dialog.Methods inherited from class org.tentackle.fx.AbstractFxController
configure, createBinder, getBinder, getContainer, getDefaultScopes, getFXMLFields, getFXMLMethods, getStage, getView, setView, validateInjections
-
Constructor Details
-
I18NEditor
public I18NEditor()
-
-
Method Details
-
showDialog
public static void showDialog(org.tentackle.common.I18NText i18NText, I18NTextStringTranslator i18NTextStringTranslator) Shows the editor dialog.- Parameters:
i18NText- the I18N text objecti18NTextStringTranslator- the translator for the current component
-