欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  资讯频道

Java界面开发工具WindowBuilder

程序员文章站 2022-05-30 17:57:47
...
Java界面开发工具WindowBuilder

WindowBuilder是一款基于Eclipse平台的双向Java的GUI设计插件式的软件。具备SWT/JFACE开发、Swing开发及GWT 开发三大功能,是一款不可多得的Java体系中的WYSIWYG工具。WindowBuilder目前最新版是8.1.1。

WindowBuilder的主要用户界面构建为:

•Design View – the main visual layout area.
•Source View – write code and review the generated code
•Structure View – composed of the Component Tree and the Property Pane.
•Component Tree – shows the hierarchical relationship between all of the components.
•Property Pane – displays properties and events of the selected components.
•Palette – provides quick access to toolkit-specific components.
•Toolbar – provides access to commonly used commands.
•Context Menu – provides access to commonly used commands

主要特性:

•Bi-directional Code Generation – read and write almost any format and reverse-engineer most hand-written code
•Internationalization (i18n) / Localization – externalize component strings, create and manage resource bundles.
•Custom Composites & Panels – create custom, reusable components.
•Factories – create custom factory classes and methods.
•Visual Inheritance – create visual component hierarchies.
•Event Handling – add event handlers to your components.
•Menu Editing – visually create and edit menubars, menu items and popup menus.
•Morphing – convert one component type into another.

Java界面开发工具WindowBuilder

windowbuilder更新地址在线安装:
Eclipse 3.6 (Helios)
Eclipse 3.5 (Galileo)
Eclipse 3.4 (Ganymede)

关于Window-builder的官方介绍请查看:
http://code.google.com/javadevtools/wbpro/index.html

相关标签: Java Eclipse