Interface InstallationTypeSelectorHandle
public interface InstallationTypeSelectorHandle
Drives the JTree on an "Installation type" screen.
Reach this handle via ScreenHandle.installationTypeSelector().
-
Method Summary
Modifier and TypeMethodDescriptionassertSelectedType(String typeId) Assert thattypeIdis currently selected.The ids of every installation type displayed on this screen.The id of the currently selected installation type, or empty if nothing is selected.getTypeDescription(String typeId) Description of the installation type with the given id.getTypeName(String typeId) Display name of the installation type with the given id.booleanisTypeUserCanCustomize(String typeId) Whether the installation type with the given id lets the user customize the component selection afterward.selectType(String typeId) Select an installation type.
-
Method Details
-
getAvailableTypeIds
-
getSelectedTypeId
The id of the currently selected installation type, or empty if nothing is selected. -
getTypeName
-
getTypeDescription
-
isTypeUserCanCustomize
Whether the installation type with the given id lets the user customize the component selection afterward. This controls the visibility of the subsequent components screen. -
selectType
Select an installation type. -
assertSelectedType
Assert thattypeIdis currently selected.
-