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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Object[]
getResult()
Returns an array of objects that user chose in the dialog.int
open()
Opens the dialog.
-
-
-
Method Detail
-
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.
-
-