[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Howto get properties from an object when I need them

Hi,

I'm writing a plug-in that is going to generate Java code from an ER (Entity
Relation) model using XSL. I've created a menu item on the navigator that
reacts to a specific filename 'Model.xml'. When I right-click on the menu I
can do 2 things:

1. I can set properties for the object.
2. I can start a generation cycle.

For now I've used static strings in the generation class to set the
properties for the generation, but I would like to use the properties that
were set using (1). How do I obtain these properties in the run() method?

Paul.