谁能解释Eclipse中项目资源管理器,包资源管理器和导航器之间的确切区别? [英] Could anyone explain the exact difference among project explorer, package explorer and navigator in eclipse?

查看:748
本文介绍了谁能解释Eclipse中项目资源管理器,包资源管理器和导航器之间的确切区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

eclipse中的项目资源管理器,包资源管理器和导航器之间的确切区别是什么?

What are the exact differences between project explorer, package explorer and navigator in eclipse?

我对使用这三个感到很困惑.因为所有这些似乎都符合相同的目的.我不知道确切的区别是什么.有人可以向我解释一下,并建议哪个更适合退房?

I am so confused of using the three. Because all seem to fit the same purpose. I don't know, what the exact difference is. Could anyone explain this to me and suggest which one is better for checking out?

推荐答案

来自

Eclipse IDE中目前有3种主要的导航器.

There are currently 3 major navigators in the Eclipse IDE.

  1. 项目浏览器-这是org.eclipse.ui.navigator.resources插件提供的CommonNavigator的实例.它提供了工作区视图,并具有大量的NCE ,用于资源,Java,C,Web工具,数据工具,PHP等.

  1. Project Explorer - This is an instance of the CommonNavigator that is provided by the org.eclipse.ui.navigator.resources plugin. It provides a view of the workspace and has a large number of NCEs contributed for resources, Java, C, Web Tools, Data Tools, PHP, etc.

程序包浏览器-由Java开发工具(JDT)UI项目提供,它提供了工作区Java类的视图.一般而言,用于Java对象的Package Explorer和Project Explorer的呈现方式基本上相似. JDT不能用于Java以外的项目.

Package Explorer - Provided by the Java Development Tools (JDT) UI project, this provides a view of Java classes for the workspace. Generally speaking, the presentation of the Package Explorer and Project Explorer for Java objects is substantially similar. The JDT is not used for projects beyond Java.

导航器-此视图是org.eclipse.ui.ide插件中提供的(自3.5版本开始)已弃用的org.eclipse.ui.views.navigator.ResourceNavigator类的实现.它仅显示工作区资源,并且不支持可扩展性以显示其他内容.在将来的版本中,将通过CommonNavigator的实现来提供Navigator视图.

Navigator - This view is an implementation of the now deprecated (as of 3.5) org.eclipse.ui.views.navigator.ResourceNavigator class provided in the org.eclipse.ui.ide plugin. It shows only the workspace resources and does not support extensibility to show other content. In a future release, the Navigator view will be provided by an implementation of the CommonNavigator.

希望这会有所帮助.

这篇关于谁能解释Eclipse中项目资源管理器,包资源管理器和导航器之间的确切区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆