《Java GUI可視化界面編輯器》(Designer_v5.0.0_for_Eclipse3.1)5.0.0,編程開發、資源下載 簡介: 中文名: Java GUI可視化界面編輯器英文名: Designer_v5.0.0_for_Eclipse3.1版本: 5.0.0發行時間: 2006年06月06日地區: 美國簡介: 由於這段時間研究了Java GUI方面的編程,使用eclipse的VE插件,eclipse的Designer插件,JBuilder,NetBeans,IntelliJ IDEA等多種Java GUI圖形界面設
"《Java GUI可視化界面編輯器》(Designer_v5.0.0_for_Eclipse3.1)5.0.0,編程開發、資源下載"介紹
中文名: Java GUI可視化界面編輯器英文名: Designer_v5.0.0_for_Eclipse3.1版本: 5.0.0發行時間: 2006年06月06日地區: 美國簡介:
由於這段時間研究了Java GUI方面的編程,使用eclipse的VE插件,eclipse的Designer插件,JBuilder,NetBeans,IntelliJ IDEA等多種Java GUI圖形界面設計器,上面提到的工具各有千秋,不過個人感覺最好的還是Designer了,不僅支持SWT和Swing,而且在逆向工程方面做得比較不錯,故分享於VeryCD。如果各位嫌驢子跑得太慢,可以在此頁面針對Eclipse的版本進行下載:Designer下載鏈接。
軟件版權歸原作者及原軟件公司所有,如果你喜歡,請購買正版軟件
提供的Designer_v5.0.0_for_Eclipse3.1.zip包,是針對Eclipse3.1版本的插件包,如果需要其他版本的Designer插件包,請點擊這裡進行下載。
另外的keygen.rar注冊碼生成器,將其解壓後,有readme.txt文件,裡面詳細說明了注冊步驟。由於注冊比較特殊,請按說明進行注冊。
本人使用的OS為Windows2000,Eclipse版本為3.1.2,已通過安裝測試,能正常運行。
通過卡巴斯基5專業版(2006-06-26更新)檢測。
本人Low ID,使用公司電腦上網,在線時間:9:00-18:00
以下是來自官方網站(http://www.swt-designer.com)的介紹。
Major new SWT Designer v5.0.0 release includes support for SWT GroupLayout, creating
and editing RCP ActionBarAdvisors, configuring the palette with the new Palette Manager,
enhanced absolute layout support, plus many other new features.
Support for Eclipse 3.2RC7
Support for SWT GroupLayout
Select GroupLayout from the SWT Layouts palette
Position and size widgets using GroupLayout constraints
Align widgets horizontally and vertically
Insert and indent widgets intelligently
Align widgets to margins and along text baselines
Anchor widgets to the sides of the parent container
Set anchors and resizing via popup context menus
Align and center widgets using toolbar
Set alignment, size and spacing using floating layout assistant
Support for creating and editing RCP ActionBarAdvisors
New wizard for creating ActionBarAdvisor classes
ActionBarAdvisor palette includes common and local actions
Create toolbars and buttons with drag/drop
Edit Coolbar and Menus with Actions tab
Actions list prepopulated with actions defined in ActionFactory class
Drag menu category to create a fully populated menu
New Palette Manager
Configure palette categories and entries with Palette Manager dialog
Add categories, entries and separators using palette menu
Import multiple widgets from JAR archives
Rearrange items using drag/drop
Enhanced SWT support
Enhanced snapping feedback for absolute / null layout
Support for Eclipse 3.2 ExpandBar ExpandItem
Support for Accessibility properties AccessibleListener
Support for adding Forms API Toolkits to any window
Added Superclass field to Shell and Composite wizards
Support for StructuredViewer
Editor Property Pane enhancements
Option for maximizing editor on Design page activation
Option for formatting source code on editor save
What is Designer?
Designer is a powerful and easy to use two-way Java GUI designer based on Eclipse SWT technology. It is very easy to create Java GUI applications without spending a lot of time writing code to display simple forms. With SWT Designer you can create complicated windows in minutes. Use the visual designer and Java code will be generated for you. You can easily add controls using drag-and-drop, add event handlers to your controls, change various properties of controls using a property editor and much more.
How does it work?
Designer is built as a plugin to Eclipse and the various WebSphere Studio IDEs (WSSD, WSAD, WSED, etc.). The plugin builds an abstract syntax tree (AST) to navigate the source code and uses GEF to display and manage the visual presentation. Using WYSIWYG layout tools, you don t need to write any lines of java code - the code will be generated for you by the designer. You can easily add any control to a composite by using drag-and-drop, add an event handler to your controls, change various properties of controls using property editors and much more. Generated code doesn t require any additional non-SWT library to compile and run: all of the generated code can be used without having Designer installed. Designer can read and write almost any format and reverse-engineer most hand-written Java GUI code. It also supports free form code editing (make changes anywhere...not just in special areas) and most user refactorings (you can move, rename and subdivide methods without a problem).