摘要: How it works(目标只是开放资源给大家,没有考核)This is different from a standard MOOC. The materials presented here correspond to the advanced summer school organized ... 阅读全文
posted @ 2014-09-23 21:07 behappylee 阅读(341) 评论(0) 推荐(0) 编辑
摘要: AboutWelcome to the JPL-Caltech Virtual Summer School on Big Data Analytics!(大数据分析为什么重要)The motivation:Computational skills and methodology needed for... 阅读全文
posted @ 2014-09-23 20:40 behappylee 阅读(197) 评论(0) 推荐(0) 编辑
摘要: 1.创建outline创建图形模型的 Outline 是通过 getAdapter 实现的,如果类型是 IContentOutlinePage,则返回一个大纲视图页面。因此要创建一个 MyContentOutlinePage 类。注意,这里的MyContentOutlinePage 类不是从 org... 阅读全文
posted @ 2014-06-16 15:42 behappylee 阅读(615) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/evilinside/article/details/5153657实现图形缩放的步骤: 1 protected void configureGraphicalViewer() { 2 super.configureGraphicalView... 阅读全文
posted @ 2014-06-16 14:48 behappylee 阅读(540) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/tecancy/article/details/5919095Any change taking place in IResource will invoke the IResource Tracking. It may be caused by mannu... 阅读全文
posted @ 2014-06-16 10:08 behappylee 阅读(301) 评论(0) 推荐(0) 编辑
摘要: http://www.myexception.cn/open-source/414042.html默认情况下,GEF中要创建一个新的结点都是通点在Palette上选择一个结点,然后在Editor区域单击实现的。也有一些是通过拖放Palette中的一个对象到Editor区域来实现的。要实现一个拖放支持... 阅读全文
posted @ 2014-06-12 16:30 behappylee 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 添加和移除监听器: 1 IWorkspace workspace = ResourcesPlugin.getWorkspace(); 2 IResourceChangeListener listener = new IResourceChangeListener() { 3 ... 阅读全文
posted @ 2014-06-10 17:25 behappylee 阅读(353) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/a570056568/article/details/6152961IResourceChangeListener是一个资源改变的监听器,当工作区中有资源改变(三种状况:添加、删除、修改)就会触发它里面的函数public void resourceChang... 阅读全文
posted @ 2014-06-10 15:57 behappylee 阅读(578) 评论(0) 推荐(0) 编辑
摘要: GraphicalEditor是来让用户快速开始GEF的Editor,它其实是一个包含了一个GraphicalViewer的Editor。GraphicalEditorWithFlyoutPalette和GraphicalEditorWithPalette都继承于GraphicalEditor,他们... 阅读全文
posted @ 2014-06-10 15:40 behappylee 阅读(908) 评论(0) 推荐(0) 编辑
摘要: 除了elementModel外,还有两个父类。1.与label的显示有关的类吧。public interface IShowHideLabel { public void setLabelShow(Object sel, boolean show); public boolean isL... 阅读全文
posted @ 2014-06-05 13:45 behappylee 阅读(165) 评论(0) 推荐(0) 编辑