Interface InstallationScopeChooserHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Installation scope chooser" form component. The principal Swing widget is
the user-writable
JRadioButton.
Reach this handle via ScreenHandle.installationScopeChooser().
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether the install-for-all-users radio button is currently selected.Select the install-for-all-users radio button.Select the install-for-current-user-only radio button.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
selectUserWritable
Select the install-for-current-user-only radio button. -
selectAllUsers
Select the install-for-all-users radio button. -
isInstallForAllUsers
boolean isInstallForAllUsers()Whether the install-for-all-users radio button is currently selected. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-