摘要:
refer this document: http://blog.chinaunix.net/uid-20749563-id-718418.html @Inject注入方式,用@Inject来标识那个方法被注入 @ImplementedBy(Class)的注释方式。可以直接从你的接口指向一个缺省的实现,而省略掉对com.google.inject.Module的实现。其实这样就违背了多态的原则,一... 阅读全文
摘要:
org.eclipse.ui.menus locationURI MenuContribution locationURI = “[Scheme]:[id]?[argument-list]” 1.menu or toolbar 2. problem view popup:org.eclipse.ui.views.ProblemView?after= org.eclipse.u... 阅读全文
摘要:
Eclipse 插件开发 -- 深入理解菜单(Menu)功能及其扩展点 菜单是各种软件及开发平台会提供的必备功能,Eclipse 也不例外,提供了丰富的菜单,包括主菜单(Main Menu),视图 / 编辑器菜单(ViewPart/Editor Menu)和上下文菜单(Context Menu)。在 Eclipse 中,几乎所有的 Workbench Part 提供了人性化的菜单,大大方便了用户的... 阅读全文
摘要:
http://codeandme.blogspot.com/2012/04/expression-examples.html We need to set checkEnabled on the visibleWhen element to false, otherwise the expression will not be active. The withsection uses active... 阅读全文