public interface PropertyCustomizer
Component
.
A Property customizer is specified in a property converter
.
Property converters are registered on a per-bean basis with
Install4JBeanInfo.setPropertyConverters(PropertyConverter[])
.Modifier and Type | Method and Description |
---|---|
void |
cancel()
Called if the property customizer dialog is exited with the Cancel button.
|
boolean |
isModified()
Called by the install4j IDE when the dialog is closed in order to determine if the
user has made any modifications.
|
boolean |
ok()
Called if the property customizer dialog is exited with the OK button.
|
void |
setParentWindow(java.awt.Window window)
Called by the install4j IDE after the property customizer is initialized and sets the parent window.
|
void |
setValue(java.lang.Object value,
Bean bean)
Sets the property value and the bean.
|
void setValue(java.lang.Object value, Bean bean)
value
- the property valuebean
- the beanboolean ok()
void cancel()
boolean isModified()
void setParentWindow(java.awt.Window window)
window
- the parent window