NBIEngineExtension
Extending the NBI engine
Using custom icon for the windows launcher
TBD
Using custom messages for windows/unix launcher
TBD
Using custom wizard size
TBD
Using custom wizard title
TBD
Using custom wizard icon
TBD
Using custom wizard components list
TBD
Using custom left/right images in the wizard header
By default, wizard has no images in the header during proceeding within actions. That can be overridden by using one or both the following properties inext/engine/src/data/engine.properties:
nbi.wizard.ui.swing.frame.head.left.image=path/to/left/image.png nbi.wizard.ui.swing.frame.head.right.image=path/to/right/image.png
Using per-bundle (not per-component) license
By default, the license is been generated using the all components licenses. To override that and have the single license for the whole bundle, set the following property inext/engine/src/data/engine.properties:
nbi.overall.license.resource=org/yourcompany/path/to/resource/license.txt
Using custom NBI working directory
See here.
Using wizard with strict sized (instead of resizable)
To make wizard be not resizable, add the following property toext/engine/src/data/engine.properties
nbi.wizard.ui.swing.frame.resizable=false

