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

    Modifier and Type
    Method
    Description
    Returns an array of objects that user chose in the dialog.
    int
    Opens the dialog.
  • 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.