Versions Compared

Key

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

...

Invoking the diagram synthesis

Testing the diagram synthesis is most easiest done by means of some menu contribution. Register a command with some arbitrary id and a default handler. In the execute() method of your handler call

Code Block
DiagramViewManager.getInstance().createView(<<someId>>, <<someName>>, <<yourConcreteData>>, null);

 

Advanced diagram synthesis features

...