Extension Points

The OMNeT⁠+⁠+ plug-ins define some extension points that can be used to change or extend the current functionality of the IDE.

From org.omnetpp.common:

Wizards

New wizards can be added to IDE by implementing them directly in Java. For complicated wizards, this is the recommended strategy. If your wizard just gathers some data from the user and then generates some file as the result, we recommend creating template-based wizards instead, as they do not require Java language knowledge. For further info about how to write custom wizards please read the IDE Customization Guide.