Uses of Class
com._1c.g5.v8.dt.ui.dialog.LocalStringDialog
-
Packages that use LocalStringDialog Package Description com._1c.g5.v8.dt.md.ui.aef.components com._1c.g5.v8.dt.md.ui.dialogs com._1c.g5.v8.dt.ui.dialog -
-
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 LocalStringDialog Modifier and Type Method Description protected 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 LocalStringDialog Modifier and Type Method Description protected 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 Modifier and Type Class Description class
LocalStringFormattedTextDialog
ExtendsLocalStringDialog
to allow input formatted text. -
Uses of LocalStringDialog in com._1c.g5.v8.dt.ui.dialog
Subclasses of LocalStringDialog in com._1c.g5.v8.dt.ui.dialog Modifier and Type Class Description class
LocalStringFormatDialog
ExtendsLocalStringDialog
to allow edit values withFormatStringDialog
.
-