Versions Compared

Key

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

...

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

 This statements will open an eclipse view part showing your desired diagram. someId is an the Id that can be used to access, update, or close the view part later on programmatically, and <<someName>> is the name of the view (shown at the view's tab), <<yourConcreteData>> is an instance of the input type of your diagram synthesis implementation. Via the last parameter some additional instructions can be handed over.

Advanced diagram synthesis features

...