com.install4j.api.screens
Interface InstallerScreen
- All Superinterfaces:
- Bean, Screen
- All Known Implementing Classes:
- AbstractInstallerOrUninstallerScreen, AbstractInstallerScreen
public interface InstallerScreen
- extends Screen
All installer screens must implement this interface. You have to override all methods and provide a public constructor with no arguments.
It is recommended that you choose one of the derived abstract classes as a super class.
- Author:
- ej-technologies GmbH
Method Summary |
void |
setInstallerContext(InstallerContext context)
This method is called by the framework to set the InstallerContext just after the
screen has been constructed. |
Methods inherited from interface com.install4j.api.screens.Screen |
activated, cancel, createComponent, deactivated, getProgressInterface, getSubTitle, getTitle, handleConsole, handleUnattended, hasFormPanel, hasTitlePanel, isCancelVisible, isFillHorizontal, isFillVertical, isHidden, isHiddenForNext, isHiddenForPrevious, isNextVisible, isPreviousVisible, next, previous, setFormPanel, willActivate |
setInstallerContext
void setInstallerContext(InstallerContext context)
- This method is called by the framework to set the InstallerContext just after the
screen has been constructed.
- Parameters:
context
- the installer context.