Adding New Wizards

The Simulation IDE makes it possible to contribute new wizards into the wizard dialogs under the File | New menu without writing Java code or requiring any knowledge of Eclipse internals. Wizards can create new simulation projects, new simulations, new NED files or other files by using templates, or perform export/import functions. Wizard code is placed under the templates folder of an OMNeT⁠+⁠+ project, which makes it easy to distribute wizards with the model. When the user imports and opens a project which contains wizards, the wizards will automatically become available.

Tip

The way to create wizards is documented in the IDE Customization Guide.