Package com._1c.g5.v8.dt.ui.dialog
Interface ISwtSelectionDialog
- 
- All Known Implementing Classes:
- BipartiteElementsSelectionDialog,- ItemSelectionDialog,- ListItemSelectionDialog,- TreeDialog
 
 public interface ISwtSelectionDialogThe contract for SWT dialogs that allows to select objects.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]getResult()Returns an array of objects that user chose in the dialog.intopen()Opens the dialog.
 
- 
- 
- 
Method Detail- 
getResultObject[] getResult() Returns an array of objects that user chose in the dialog.- Returns:
- the result of the dialog.
 
 - 
openint open() Opens the dialog.See Window.open()- Returns:
- the return code.
 
 
- 
 
-