wiflish
Loving Life! Loving Coding!
posts - 98,comments - 98,trackbacks - 0
插件主页: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 想飞的鱼 阅读(3075) 评论(4)  编辑  收藏 所属分类: eclipse

FeedBack:
# re: Eclipse插件之Implementors
2007-07-05 09:52 | Alexander.Yu
谢谢分享,我正要想要这个呢。  回复  更多评论
  
# re: Eclipse插件之Implementors
2007-07-05 09:53 | Alexander.Yu
就是不知道支不支持3.2  回复  更多评论
  
# re: Eclipse插件之Implementors
2007-07-05 11:41 | Eureka
Eclipse 本身就已经有这样的功能了,光标移到方法名上,按Ctrl+T,弹出选择框,可以选接口或者实现。  回复  更多评论
  
# re: Eclipse插件之Implementors
2007-09-10 13:44 | 自己的小屋
的确.  回复  更多评论
  

只有注册用户登录后才能发表评论。


网站导航: