Custom Task and Append button [message #1310797] |
Wed, 23 April 2014 08:01  |
Eclipse User |
|
|
|
Hi,
I have created a custom task to define a "None End Event". My class extends CustomShapeFeatureContainer and I override getCreateFeature.
@Override
public ICreateFeature getCreateFeature(final IFeatureProvider fp1)
{
return new CreateCustomShapeFeature(fp1)
{
@Override
public String getCreateDescription()
{
return "Create a None End Event";
}
};
}
My problem is : when the cursor is on the Custom task , I can see "Append Event", "Append Gateway","Append Activity" buttons. My custom Task define an end event, so I don't need these buttons. How can I remove these buttons ?
Thanks for your help.
Regards,
Damien
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05347 seconds