install4j API documentation



com.install4j.api.screens
Interface UninstallerScreen

All Superinterfaces:
Bean, Screen
All Known Implementing Classes:
AbstractInstallerOrUninstallerScreen, AbstractUninstallerScreen

public interface UninstallerScreen
extends Screen

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.

Author:
ej-technologies GmbH

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, isFillHorizontal, isFillVertical, isHidden, isHiddenForNext, isHiddenForPrevious, isNextVisible, isPreviousVisible, next, previous, willActivate
 

Method Detail

setUninstallerContext

void setUninstallerContext(UninstallerContext context)
This method is called by the framework to set the UninstallerContext.

Parameters:
context - the uninstaller context.