|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 afer 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 comfiguation step. |
Method Detail |
---|
void stopEditing()
void setParentWindow(java.awt.Window window)
window
- the parent window or null if the customizer is instantiated in the context of
a project report.ProjectReportProperty[] getProjectReportProperties()
|
install4j API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |