[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] Re: Auto-generating tool commands.
|
Hello Christophe,
this is a plugin extension. If this is the case, how do I generate
Yes, you are right - this is an extension.
this from runtime (As I need access to the model first). Sorry might
I think you should generate diagram editor for your model first and then
create one more plugin having dependency on diagram editor plugin, model
one and some other plugins from GMF runtime. Then you'll be able to create
IPaletteProvider implementation covering your use cases (use AbstractProvider
as a superclass for it).
-----------------
Alex Shatalin