如何将Project Explorer视图添加到Eclipse RCP应用程序 [英] How to add the Project Explorer view to an Eclipse RCP application

查看:124
本文介绍了如何将Project Explorer视图添加到Eclipse RCP应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有人可以详细告诉我如何在我的RCP中实现项目资源管理器视图吗?

Can someone tell me in detail how to implement the project explorer view in my RCP?

推荐答案

使用此出色的教程,以您的角度显示任何视图.剩下的就是找出Project Explorer View的ID.您将需要向包含Project Explorer View的插件以及随后可能需要的一些用户插件添加依赖项.使用插件依赖项页面检查依赖项.要查找视图的ID,可以在Eclipse Distribution的插件目录中的jar文件中搜索"Project Explorer View"的出现.这样,您就可以找到包含您要查找的扩展名的插件.

Use this great tutorial to show any view in your perspective. The rest it to find out the id of Project Explorer View. You will need to add a dependency to the plugin containing Project Explorer View and probably some user plugins required subsequently. Check dependencies with plugin dependencies page. To find out the id of the view you can search in jar files in the plugin directory of Eclipse Distribution for occurrences of "Project Explorer View". This way you can find plugin containing extension you are looking for.

这篇关于如何将Project Explorer视图添加到Eclipse RCP应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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