public interface InstallerScreen extends Screen
Modifier and Type | Method and Description |
---|---|
void |
setInstallerContext(InstallerContext context)
This method is called by the framework to set the
InstallerContext just after the
screen has been constructed. |
activated, cancel, createComponent, deactivated, getProgressInterface, getSubTitle, getTitle, handleConsole, handleUnattended, isCancelVisible, isCreateLazily, isHidden, isHiddenForNext, isHiddenForPrevious, isNextVisible, isPreviousVisible, next, previous, willActivate
getAnchor, isFillHorizontal, isFillVertical
void setInstallerContext(InstallerContext context)
InstallerContext
just after the
screen has been constructed.context
- the installer context.