public interface UninstallerScreen
All uninstaller 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.
| Method Summary | |
|---|---|
void |
setUninstallerContext(UninstallerContext context)
This method is called by the framework to set the UninstallerContext. |
| Methods inherited from interface com.install4j.api.screens.Screen |
|---|
activated, cancel, createComponent, deactivated, getProgressInterface, getSubTitle, getTitle, handleConsole, handleUnattended, hasTitlePanel, isCancelVisible, isCreateLazily, isFillHorizontal, isFillVertical, isHidden, isHiddenForNext, isHiddenForPrevious, isNextVisible, isPreviousVisible, isShowIndex, next, previous, willActivate |
| Method Detail |
|---|
void setUninstallerContext(UninstallerContext context)
context - the uninstaller context.