Interface CustomizerCallback

    • Method Detail

      • stopEditing

        void stopEditing()
        Called by the install4j GUI when the user moves to another bean or to a different configuration step. This is useful if your customizer does not save user input directly to the bean.
      • setParentWindow

        void setParentWindow​(java.awt.Window window)
        Called by the install4j GUI after the customizer is initialized and sets the parent window. This is useful, if you need a parent window for your own dialogs.
        Parameters:
        window - the parent window
      • getProjectReportProperties

        ProjectReportProperty[] getProjectReportProperties()
        Called by the install4j GUI when the user exports a project report. Your customizer can contribute to the project report with this method.
        Returns:
        the project report elements contributed by this customizer