用于拖放的 Eclipse 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/5256669/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse plugin for drag and drop
提问by Dayanne
Possible Duplicate:
Best GUI designer for eclipse?
可能的重复:
Eclipse 的最佳 GUI 设计器?
Is there any plugin for Eclipse like in Netbeans for drag and drop GUI elements ?
有没有像 Netbeans 那样的 Eclipse 插件用于拖放 GUI 元素?
回答by Richard Miskin
How about WindowBuilder?
The WindowBuilder project is based on code contributed to the Eclipse Foundation by Google and should be actively developed. There's some more information on the Life At Eclipseblog.
WindowBuilder 项目基于 Google 向 Eclipse Foundation 提供的代码,应该积极开发。Life At Eclipse博客上有更多信息。
I think the VisualEditor project is more or less dead. While there are builds for the current version of Eclipse on their wikiit says
我认为可视化编辑器项目或多或少已经死了。虽然在他们的wiki上有针对当前版本 Eclipse 的构建,但它说
NOTE: Current official builds of the Visual Editor require Eclipse 3.2 (Callisto).
注意:可视化编辑器的当前官方版本需要 Eclipse 3.2 (Callisto)。
回答by Chris
If you are searching for GUI Builders you should have a look at:
如果您正在搜索 GUI Builders,您应该查看:
- Jigloo : http://www.cloudgarden.com/jigloo/(commercial)
- Visual Editor: http://www.eclipse.org/vep/WebContent/main.php(free but dead)
- Jigloo : http://www.cloudgarden.com/jigloo/(商业)
- 可视化编辑器:http: //www.eclipse.org/vep/WebContent/main.php(免费但已死)
If you are used to the one of NetBeans have a look at:
如果您习惯使用 NetBeans 之一,请查看:
回答by Thomas
Do you want to have a GUI builder? Maybe this questioncan help you.
你想要一个 GUI 构建器吗?也许这个问题可以帮到你。