Hi Nicola. Currently there are no extension points defined for
ArgoEclipse. Unfortunately, the code isn't really as modular as we'd
like because we've just taken the existing ArgoUML code, broken it
into a few large chunks and wrapped them with enough new glue code to
make them work reasonably as Eclipse plugins. We're working with the
ArgoUML team to refactor the core, but it's slow work. Also, the bulk
of the GUI, including all the diagrams, uses Swing, rather than SWT,
if that makes a difference for your work.
What type of extension points would you need for your work? How would
this fit with your plugin?
There might be a straightforward way for you to do what you need, but
I don't really know off the top of my head.
What I need to create is a file (a .zargo file), inside my project and
then edit it as a statechart diagram within an editor tab. After this I
need to export it as an XMI file inside the project. The editor user
interface will remain the same.
An extension point, in my case, could be a class that represents a
statechart diagram editor (in general the type of the diagram could be
specified by a parameter in the extension configuration).
So would be something similar to org.eclipse.ui.editors.
If I'm correct ArgoEclipse deal with this inside the DiagramEditor class.
Another question, what plugin do i need to include as dependency in my
plugin? Is it sufficient org.argouml.argoeclipse.core ?
Thanks,
Nicola
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]