“新项目向导” eclipse中的源代码作为插件的一部分实现 [英] "new project wizard" source code in eclipse to be implemented as a part of plugin

查看:176
本文介绍了“新项目向导” eclipse中的源代码作为插件的一部分实现的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何找到新建项目向导创建的eclipse源代码。我想要eclipse实现树结构的源代码,以添加诸如C / C ++,android,Java等各种项目类型。

How can I find the eclipse source code for "New project wizard" creation.I want the source code where eclipse implements the tree structure to add various project types like C/C++,android,Java etc.

推荐答案

此代码可从org.eclipse.ui.workbench获取。

This code is available at org.eclipse.ui.workbench.

类是NewWizard.java。

Class is NewWizard.java.

如果您希望您的贡献进入新向导UI.您应该实现org.eclipse.ui.newWizard扩展点。

If you want your contribution to come in the New Wizard UI.You should implement org.eclipse.ui.newWizard extension point.

欢呼声,
Saurav

cheers, Saurav

这篇关于“新项目向导” eclipse中的源代码作为插件的一部分实现的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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