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 TypeClassDescriptionclass
Form item name edit dialogclass
Form 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 LocalStringDialog
AbstractMultilanguageComponent.createMultiLanguageDialog
(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, Map<String, String> inputData) Creates dialog for editing strings on multiple languages.protected LocalStringDialog
AbstractSingleLanguageComponent.createMultiLanguageDialog
(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, IValue<String> inputData) Creates dialog for editing strings on multiple languages.protected LocalStringDialog
FormatStringComponent.createMultiLanguageDialog
(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, Map<String, String> inputData) protected LocalStringDialog
MultilanguageFormattedTextComponent.createMultiLanguageDialog
(org.eclipse.swt.widgets.Shell shell, boolean isMultiLine, Map<String, String> inputData) protected LocalStringDialog
SingleLanguageFormattedTextComponent.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 void
AbstractMultilanguageComponent.onDialogClosedByOK
(LocalStringDialog dialog, IMap<String, String> workingCopy) Called when dialog is closed by pressing OK button.protected void
AbstractSingleLanguageComponent.onDialogClosedByOK
(LocalStringDialog dialog, IValue<String> workingCopy) Called when dialog is closed by pressing OK button.protected void
MultilanguageFormattedTextComponent.onDialogClosedByOK
(LocalStringDialog dialog, IMap<String, String> workingCopy) protected void
SingleLanguageFormattedTextComponent.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 TypeClassDescriptionclass
ExtendsLocalStringDialog
to allow edit values withFormatStringDialog
.