public interface CustomizerCallback
Modifier and Type | Method and Description |
---|---|
ProjectReportProperty[] |
getProjectReportProperties()
Called by the install4j GUI when the user exports a project report.
|
void |
setParentWindow(java.awt.Window window)
Called by the install4j GUI after the customizer is initialized and sets the parent window.
|
void |
stopEditing()
Called by the install4j GUI when the user moves to another bean or to a different configuration step.
|
void stopEditing()
void setParentWindow(java.awt.Window window)
window
- the parent windowProjectReportProperty[] getProjectReportProperties()