热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

VisualEditor——eclipse中进行swing的可视化开发的插件

eclipse可视化java组件开发利器一直做基于j2ee的web应用,开发工具用的eclipse,最近项目中需要一个可视化的工具,要用swing了。可是eclips

eclipse 可视化java组件开发利器
一直做基于j2ee的web应用,开发工具用的eclipse,最近项目中需要一个可视化的工具,要用swing
了。可是eclipse中不支持swing的可视化开发。又不想用D版的JBuilder。
从网上找了一个eclipse的插件——Visual Editor.
VE简介:
Visual Editor是一个开源的eclipse编辑器。它同JDT、PDE等其它eclipse的工具项目一样,

是一个全新的eclipse工具项目。它可以进行可视化的编辑java GUI程序,也能编辑可视化的

Java Bean组件。它能与eclipse的Java Editor集成在一起,当在Visual Editor中编辑图形

界面时,会立即反馈到java Editor中的代码。反之亦然。
其官方网站介绍
The Eclipse Visual Editor project is a vendor-neutral, open development platform supplying frameworks for creating GUI builders, and exemplary, extensible tool implementations for Swing/JFC and SWT/RCP. These tools are exemplary in that they verify the utility of the Eclipse Visual Editor frameworks, illustrate the appropriate use of those frameworks, and support the development and maintenance of the Eclipse Visual Editor Platform itself.

The purpose of the Eclipse Visual Editor Project is to advance the creation, evolution, promotion of the Eclipse Visual Editor platform, and to cultivate both an open source community and an ecosystem of complementary products, capabilities, and services. In particular, the Visual Editor Project intends to be useful for creating GUI builders for other languages such as C/C++ and alternate widget sets, including those that are not supported under Java.


下载与安装
Visual Editor的官方网站 http://www.eclipse.org/vep/去下载适合你的操作系统平台和
eclipse、jdk版本的ve吧。

(未完)


推荐阅读
author-avatar
白日星445533
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有