Uses of Class
com._1c.g5.v8.dt.ui.dialog.LocalStringDialog
Packages that use LocalStringDialog
Package
Description
-
Uses of LocalStringDialog in com._1c.g5.v8.dt.form.internal.ui.editor.item
Subclasses of LocalStringDialog in com._1c.g5.v8.dt.form.internal.ui.editor.itemModifier and TypeClassDescriptionclassForm item name edit dialogclassForm item name edit dialog for titles supporting formatted text -
Uses of LocalStringDialog in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return LocalStringDialogModifier and TypeMethodDescriptionprotected LocalStringDialogAbstractMultilanguageComponent.createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, Map<String, String> inputData) Creates dialog for editing strings on multiple languages.protected LocalStringDialogAbstractSingleLanguageComponent.createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, IValue<String> inputData) Creates dialog for editing strings on multiple languages.protected LocalStringDialogFormatStringComponent.createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, Map<String, String> inputData) protected LocalStringDialogMultilanguageFormattedTextComponent.createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, Map<String, String> inputData) protected LocalStringDialogSingleLanguageFormattedTextComponent.createMultiLanguageDialog(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, IValue<String> inputData) Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type LocalStringDialogModifier and TypeMethodDescriptionprotected voidAbstractMultilanguageComponent.onDialogClosedByOK(LocalStringDialog dialog, IMap<String, String> workingCopy) Called when dialog is closed by pressing OK button.protected voidAbstractSingleLanguageComponent.onDialogClosedByOK(LocalStringDialog dialog, IValue<String> workingCopy) Called when dialog is closed by pressing OK button.protected voidMultilanguageFormattedTextComponent.onDialogClosedByOK(LocalStringDialog dialog, IMap<String, String> workingCopy) protected voidSingleLanguageFormattedTextComponent.onDialogClosedByOK(LocalStringDialog dialog, IValue<String> workingCopy) -
Uses of LocalStringDialog in com._1c.g5.v8.dt.md.ui.dialogs
Subclasses of LocalStringDialog in com._1c.g5.v8.dt.md.ui.dialogs -
Uses of LocalStringDialog in com._1c.g5.v8.dt.ui.dialog
Subclasses of LocalStringDialog in com._1c.g5.v8.dt.ui.dialogModifier and TypeClassDescriptionclassExtendsLocalStringDialogto allow edit values withFormatStringDialog.