插件主页: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
想飞的鱼 阅读(3101)
评论(4) 编辑 收藏 所属分类:
eclipse