Package com._1c.g5.v8.dt.ui.dialog
Interface ISwtSelectionDialog
- All Known Implementing Classes:
BipartiteElementsSelectionDialog
,ItemSelectionDialog
,ListItemSelectionDialog
,TreeDialog
public interface ISwtSelectionDialog
The contract for SWT dialogs that allows to select
objects.
-
Method Summary
-
Method Details
-
getResult
Object[] getResult()Returns an array of objects that user chose in the dialog.- Returns:
- the result of the dialog.
-
open
int open()Opens the dialog.See
Window.open()
- Returns:
- the return code.
-