GMF/GEF/EMF
文章平均质量分 83
ShawnXing
这个作者很懒,什么都没留下…
展开
-
EMF模型解析的策略分析(转)
今天看到两种使用EMF解析.xml为EMF模型的策略: 一种是通过如下代码: IFileEditorInput modelFile = (IFileEditorInput)getEditorInput(); URI resourceURI = URI.createPlatformResourceURI(modelFile.getFile().getFullPath().toString(...2007-07-26 23:32:42 · 374 阅读 · 0 评论 -
(转)EMF中ResourceSet和Resource等的用法。(The EMF Persistence API)
原文地址:http://www.blogjava.net/eclipshine/archive/2005/08/07/9499.html (此文大部分翻译整理自Eclipse Modeling Framework: A Developer's Guild的13.2章) 在EMF Persistence API中主要涉及到4个接口Resource, ResourceSet, Resource.Fa...2007-07-26 23:39:19 · 443 阅读 · 0 评论 -
(转)GEF中鼠标双击事件的截获
GEF中鼠标双击事件的截获 http://dev.eclipse.org/mhonarc/lists/gef-dev/msg00183.html Ask: How to add a double click event or Request on a figure?when double click on a figure, a dialog pop up and do some action...2007-09-06 23:08:48 · 192 阅读 · 0 评论