public interface CustomizerCallback
Extended design-time services for customizers. Implement this interface in your customizer class to have the install4j GUI call the its methods at design-time.
Install4JBeanInfo.Install4JBeanInfo(String, String, String, boolean, boolean, Integer, Class, Class)
Method Summary | |
---|---|
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. |
Method Detail |
---|
void stopEditing()
void setParentWindow(java.awt.Window window)
window
- the parent windowProjectReportProperty[] getProjectReportProperties()