Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Info

 You can find the code examples in

  • <programinstallation directory>\openapi\examples\customhyperlink