Skip to main content



      Home
Home » Modeling » UML2 » How to load a *.uml model from a custom Eclipse plugin
How to load a *.uml model from a custom Eclipse plugin [message #628131] Thu, 17 December 2009 13:29 Go to next message
Eclipse UserFriend
Hi everyone.
I have my own Eclipse plugin that takes a .uml model as selected element
and just shows info messages aobut the content of that uml model, i.e
classes, attributes and so on.
I have read about how to load uml models from stadalone apps but I just
want to do it from an Eclipse plugin.
Supossing I have the URI of my .uml model extracted from the selected
resource. Which is the standard code for loading a .uml model from an
Eclipse plugin and get its content?
Thank you in advance.
Re: How to load a *.uml model from a custom Eclipse plugin [message #628134 is a reply to message #628131] Thu, 17 December 2009 23:21 Go to previous message
Eclipse UserFriend
The steps are essentially the same, the major difference being that the package, factory, and pathmap URIs do not need to be explicitly registered when running from a plug-in (since it happens automatically via extension points).

Kenn
Previous Topic:How to load a *.uml model from a custom Eclipse plugin
Next Topic:Action in Activities
Goto Forum:
  


Current Time: Wed Jul 23 10:34:44 EDT 2025

Powered by FUDForum. Page generated in 0.14289 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top