Eclipse GEF 将 BPMN 形状添加到编辑器中
我有 BPMN2 模型,可以使用 GEF 生成编辑器。但我无法添加池、泳道、开始事件...
I have BPMN2 Models from that I am able to generate editor using GEF. But I am unable to add Pool,Lane,Start Event...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查对应形状编辑部分是否实现了Adapter类并调用了notifychanged
Check whether Adapter class has been implemented in corresponding shapes edit part and notify changed has been called