Interface ProgramGroupHandle
- All Superinterfaces:
FormComponentHandle
Handle for the "Program group selector" form component. The principal Swing widget is the
program-group name
JTextField. Used on Windows installations to pick the start menu group.
Reach this handle via ScreenHandle.programGroup().
-
Method Summary
Modifier and TypeMethodDescriptionassertProgramGroup(String expected) Assert the current program group name equals the expected value.The currently entered program group name.booleanWhether the form component creates the group for all users or just the current user.setProgramGroup(String name) Set the program group name.Methods inherited from interface FormComponentHandle
getId, isEnabled, isVisible
-
Method Details
-
getProgramGroup
The currently entered program group name. -
setProgramGroup
Set the program group name. -
isAllUsers
boolean isAllUsers()Whether the form component creates the group for all users or just the current user. -
assertProgramGroup
Assert the current program group name equals the expected value. -
assertEnabled
- Specified by:
assertEnabledin interfaceFormComponentHandle
-
assertDisabled
- Specified by:
assertDisabledin interfaceFormComponentHandle
-
assertVisible
- Specified by:
assertVisiblein interfaceFormComponentHandle
-
assertInvisible
- Specified by:
assertInvisiblein interfaceFormComponentHandle
-