It is possible to register a new custom hyperlink handler for a custom protocol. The custom hyperlink may have a specific UI editor for editing it's properties.

Use com.nomagic.magicdraw.hyperlinks.HyperlinksHandlersRegistry.addHandler(HyperlinkHandler) to add a custom handler.

 You can find the code examples in

  • <programinstallation directory>\openapi\examples\customhyperlink