开发者

Adding UI elements in Editor - Eclipse plugin

开发者 https://www.devze.com 2023-01-26 16:28 出处:网络
If anyone is aware of Omondo plugin for Eclipse, I would like to add UI elements to my own eclipse plugin editor, like Omondo does. e.g. adding a new class diagram creates a box with the class name in

If anyone is aware of Omondo plugin for Eclipse, I would like to add UI elements to my own eclipse plugin editor, like Omondo does. e.g. adding a new class diagram creates a box with the class name in it.

How should I go ab开发者_运维百科out this development? I am a complete newbie with respect to Eclipse plugins and it would be great if I can get pointers for this.


For graphical editors in Eclipse, have a look at the GEF, GMF, and Graphiti projects.

0

精彩评论

暂无评论...
验证码 换一张
取 消