Package com.install4j.api.test.ui
package com.install4j.api.test.ui
Handles for wizard screens and modal dialogs.
ScreenHandle drives the current
wizard screen via the typed accessors for form components and the XxxDialogHandle types drive the modal
dialogs that can be shown by the wizard.
See com.install4j.api.test for the API overview.
-
ClassDescriptionA
JOptionPane-built modal alert.The icon shown by the alert, matchingJOptionPane's message-type constants.Typed handle for the dialog shown by the "Windows user selector" form component when its "Create User..." button is clicked.Handle for a modalJDialog.Predicate over modal-dialog windows, used bySession.dialog(DialogMatcher)to identify the dialog the test wants to interact with.A modalJFileChoosershown by a Browse button on a "Directory chooser" or "File chooser" form component.Drives the JTree on an "Installation type" screen.Typed handle for the install4j startup language-selection dialog.Typed handle for a password dialog.Typed handle for the dialog shown by a "Check for running processes" action when blocking processes are detected.The currently active wizard screen.Drives the "Standard program group" system screen.Shared base forScreenHandleand theDialogHandlefamily.