10 2006 档案

摘要:Object Management Group (OMG) standards Meta-Object Facility (MOF) Unified Modeling Language (UML) and UML Profiles not falling within the scope of other projects Model-Driven Architecture (MDA) ... 阅读全文
posted @ 2006-10-23 14:41 Android,服务端,移动互联网 阅读(249) 评论(0) 推荐(0)
摘要:实际上就是对eclipse actionSets扩展点的应用 只需要实现My.SampleAction类就好了,这个类必须实现IWorkbenchWindowActionDelegate或者IWorkbenchWindowPulldownDelegate接口。具... 阅读全文
posted @ 2006-10-18 14:10 Android,服务端,移动互联网 阅读(1016) 评论(0) 推荐(0)
摘要:在GMF中当使用XYLayout时经常会遇到这样的问题: 1。在create一个新figure时,figure会跑到它的parent figure的外面。 2。在move或者resize时跑到parent figure的外面。 如下图logic example中的问题: 一般的情况下,用户会challenge这个现象,如果在resize的时候,即便把figure的边界拖出parent,figu... 阅读全文
posted @ 2006-10-17 17:09 Android,服务端,移动互联网 阅读(441) 评论(0) 推荐(0)
摘要:EditorPart[] parts = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActivePage().getEditors(); 或者 IEditorReference[] parts = PlatformUI.getWorkbench().getActiveWorkbenchWindow().getActiveP... 阅读全文
posted @ 2006-10-16 14:05 Android,服务端,移动互联网 阅读(915) 评论(0) 推荐(0)
摘要:前几天问了一个同事EMF模型操作的问题,还没来的验证,先记下再说! 当在EditDomain下操作模型时,所有对模型的修改需要在Command中完成,并且涉及到了EMF事务处理。不在EditDomain下操作模型,不涉及事务,但需要自己写自己的模型监听器。在EditDomain下操作模型,在ResourceSet里面注册监听器就可以监听模型的变化! 阅读全文
posted @ 2006-10-15 19:56 Android,服务端,移动互联网 阅读(377) 评论(0) 推荐(0)
摘要:开始用Windows live writer了,感觉比较方便! 阅读全文
posted @ 2006-10-14 22:57 Android,服务端,移动互联网 阅读(139) 评论(0) 推荐(0)