hi;
as I annouunced in my frist comment , I want to add to the palette a specific type of boundary events and connectors.
first of all, how could I create a group in the palette as like as gateway for instance, and how do I link my shapes to it.
I succeeded to add a shape whitch I called "shape" by creating AddShapeFeature( extends AbstractAddBoundaryFeature) and CreateShapeFeature ( extends AbstractCreateBoundaryFeature). ps: I copied the classes AddBoundaryErrorFeature and
CreateBoundaryErrorFeature.
and I modified ActivitiBPMNFeatureProvider: I added IcreateFeature new CreateShapeFeature(this);
despite, I could'nt change the name of the shape neither it view in the diagram.
so am I in the right way, and what should I do to correct these mistake