Interface DialogHandle

All Superinterfaces:
UiContainer
All Known Subinterfaces:
AlertHandle, CreateUserDialogHandle, LanguageSelectionDialogHandle, PasswordDialogHandle, RunningProcessesDialogHandle

public interface DialogHandle extends UiContainer
Handle for a modal JDialog. Concrete dialog handles add their own actions.

Reach this handle via Session.dialog(DialogMatcher).

  • Method Details

    • getTitle

      @NotNull String getTitle()
      The dialog's title-bar text.
    • clickWindowClose

      void clickWindowClose()
      Click the title-bar window-close button.