|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WizardContext
The wizard context allows you to modify the GUI installer or uninstaller. It is returned by
Context.getWizardContext()
and is only available if the installer or uninstaller
is running in GUI mode.
Context.getWizardContext()
Method Summary | |
---|---|
void |
pressCancelButton()
Cancel the installer or uninstaller. |
void |
pressNextButton()
Move to the next screen. |
void |
pressPreviousButton()
Move to the previous screen. |
void |
setBackButtonEnabled(boolean enabled)
Change the enabled status of the "Back" button at the bottom of the current screen. |
void |
setCancelButtonEnabled(boolean enabled)
Change the enabled status of the "Cancel" button at the bottom of the current screen. |
void |
setNextButtonEnabled(boolean enabled)
Change the enabled status of the "Next" button at the bottom of the current screen. |
Method Detail |
---|
void setNextButtonEnabled(boolean enabled)
enabled
- if the button should be enabled or notvoid setBackButtonEnabled(boolean enabled)
enabled
- if the button should be enabled or notvoid setCancelButtonEnabled(boolean enabled)
enabled
- if the button should be enabled or notvoid pressNextButton()
void pressPreviousButton()
void pressCancelButton()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |