[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Auto-generating tool commands.

Hi,
Here is a question from a newby on GMF. First, thanks to the contributors, for an amazing tool.


I followed the tutorial with good success, and it seems my applications is creating itself in front of me. Now of course there are always special requirements, and here is mine:

What I would like to do is generate tool commands, based on what is already in my model. So for example if I have a domain model "cars", I would like to auto-generate tools for "Create mazda" and "Create BMW",
if instances of these cars exist.


One way to do this (thinking out loud) , is to generate the tools commands, when opening the model. Is there something in the framework to avoid custom code?

Thank you, Christophe Bouhier