Hello,
I created a graphical editor with a palette which has 3 tools for
creating the same type of elements but which a different attribute name
value.
Then, the elementType associated with each tool is the same but I want
to know which one is used when I click on it.
In order to be able to differentiate each tool I've used different
toolEntry name and associated representation.
But now I don't know how to manage to get it back. I've find how to get
the activeTool but can't connect it with the associated toolEntry.