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.componentsMethods in com._1c.g5.v8.dt.md.ui.aef.components that return LocalStringDialog Modifier and Type Method Description protected 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 LocalStringDialog Modifier and Type Method Description protected 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.dialogsSubclasses of LocalStringDialog in com._1c.g5.v8.dt.md.ui.dialogs Modifier and Type Class Description classLocalStringFormattedTextDialogExtendsLocalStringDialogto allow input formatted text.
- 
Uses of LocalStringDialog in com._1c.g5.v8.dt.ui.dialogSubclasses of LocalStringDialog in com._1c.g5.v8.dt.ui.dialog Modifier and Type Class Description classLocalStringFormatDialogExtendsLocalStringDialogto allow edit values withFormatStringDialog.
 
-