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.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components that return ISwtSelectionDialog Modifier and Type Method Description protected ISwtSelectionDialog
ConfigurationRequiredMobileApplicationPermissionComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)
-
Uses of ISwtSelectionDialog in com._1c.g5.v8.dt.ui.aef.component
Methods in com._1c.g5.v8.dt.ui.aef.component that return ISwtSelectionDialog Modifier and Type Method Description protected abstract ISwtSelectionDialog
AbstractSelectionComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)
Creates anISwtSelectionDialog
and returns it.protected ISwtSelectionDialog
AbstractSelectionFromListDialogComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)
protected ISwtSelectionDialog
AbstractSelectionFromTreeDialogComponent. createSelectionDialog(org.eclipse.swt.widgets.Shell shell)
-
Uses of ISwtSelectionDialog in com._1c.g5.v8.dt.ui.dialog
Classes in com._1c.g5.v8.dt.ui.dialog that implement ISwtSelectionDialog Modifier and Type Class Description class
BipartiteElementsSelectionDialog
General 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.class
ItemSelectionDialog
Item selection abstract implementation.class
ListItemSelectionDialog
Common dialog for single/multiple item selection.class
TreeDialog
ADialog
for selection from tree
-