插件主頁:http://eclipse-tools.sourceforge.net/implementors/
插件功能:
?? 在eclipse中查找并定位類時,可以選擇直接定位到接口或者定位到接口的實現。
使用方法:
?? 選擇類(接口)或者類(接口)的方法,單擊右鍵,選擇Open Interface,直接定位到接口;選擇Open Implementation,直接定位到實現類,如果有多個實現類就會出現一個選擇框,選擇具體的某個實現類。
插件介紹:
The Implementors plugins add the possibility to jump to the implementation of of an interface. Alternatively,
you can jump to the interface of an implementation.
The jumping to implementation/interface works for plain Java files. In addition, when associating EJB
deployment descriptors with a project, the plugin is made aware of the connection between the EJB interfaces
and the implementation class, something which is not specified in the implementation class itself.
該插件是一個非常實用的插件。
posted on 2007-07-04 10:23
想飛的魚 閱讀(3119)
評論(4) 編輯 收藏 所屬分類:
eclipse