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, hasDefaultButtons, hasDefaultInsets, hasTitlePanel, isCancelVisible, isCreateLazily, isFillHorizontal, isFillVertical, isHidden, isHiddenForNext, isHiddenForPrevious, isNextVisible, isPreviousVisible, isShowIndex, next, previous, willActivate
void setInstallerContext(InstallerContext context)
context
- the installer context.