Uses of Interface
com._1c.g5.v8.dt.ui.dialog.ISwtSelectionDialog
- 
Packages that use ISwtSelectionDialog Package Description com._1c.g5.v8.dt.md.ui.aef.components com._1c.g5.v8.dt.ui.aef.component com._1c.g5.v8.dt.ui.dialog 
- 
- 
Uses of ISwtSelectionDialog in com._1c.g5.v8.dt.md.ui.aef.componentsMethods in com._1c.g5.v8.dt.md.ui.aef.components that return ISwtSelectionDialog Modifier and Type Method Description protected ISwtSelectionDialogConfigurationRequiredMobileApplicationPermissionComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)
- 
Uses of ISwtSelectionDialog in com._1c.g5.v8.dt.ui.aef.componentMethods in com._1c.g5.v8.dt.ui.aef.component that return ISwtSelectionDialog Modifier and Type Method Description protected abstract ISwtSelectionDialogAbstractSelectionComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)Creates anISwtSelectionDialogand returns it.protected ISwtSelectionDialogAbstractSelectionFromListDialogComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)protected ISwtSelectionDialogAbstractSelectionFromTreeDialogComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)
- 
Uses of ISwtSelectionDialog in com._1c.g5.v8.dt.ui.dialogClasses in com._1c.g5.v8.dt.ui.dialog that implement ISwtSelectionDialog Modifier and Type Class Description classBipartiteElementsSelectionDialogGeneral dialog for bipartite (or two way) selecting elements (e.g from one list to another list) In order to set elements provider IStructuredSelection, label and content providers.classItemSelectionDialogItem selection abstract implementation.classListItemSelectionDialogCommon dialog for single/multiple item selection.classTreeDialogADialogfor selection from tree
 
-