ページ更新: 2011-08-25 (木) (3522日前)
関連: eclipse/SWT Instantiations, Inc. の GUIビルダ WindowBuilder (SWT Designer, Swing Designer, GWT Designer) についてのメモ。 目次 [編集]News #
情報源 #[編集]Instantiations, Inc #Swing用 SWT用 SwingとSWTの両方をデザインできる
その他 #Java GUI Builders (2005-04-10) [編集]メモ #[編集]3.0.1 200503027 #
addDisposeListener(new DisposeListener() { public void widgetDisposed(DisposeEvent e) { do_null_widgetDisposed(e); } }); protected void do_null_widgetDisposed(DisposeEvent e) { }[編集] v.3.0.X の注意点。 #http://www.instantiations.com/windowbuilderpro/download.html より:
意訳。 [編集] v2.1.1 Stable Build 2004.09.01 #Swing Designer v2.1.1 Update - Eclipse 3.1 M1 Support リリースノートより引用: New v2.1.1 stable build includes support for Eclipse 3.1 M1, replicate width/height, arrow key support, improved custom widget support, etc. - Eclipse 3.0 M1 Support - Added Replicate Width and Replicate Height commands to toolbar (!) - Support for arrow key movemnt in various layouts - Support for JLabel.setLabelFor() - Keyboard support for SpringLayout (!) - Preference to control when to use layout grid - Use default form size preference in all wizards - Support for multiple widget moving in SpringLayout (!) - Disable graphical editing of read-only files - Fix for Swing menubar generation (!) - Fix for Linux layouts - Fix for minor memory leak (!) = professional version only[編集] v2.1.0 GA 20040819 #リリースノートより引用: Major new release includes support for SWT FieldEditorPreferencePages, enhanced NLS tools, new code generation options, new layout assistants, new wizards, performance and speed enhancements, Eclipse 3.0 final release support plus many other new features. - Support for Eclipse 3.0 final release - New support for Eclipse FieldEditor PreferencePages -- Create standard PreferencePages or FieldEditorPreferencePages -- New FieldEditor palette supporting all Eclipse FieldEditors -- Access inner controls to set tooltips, colors and other properties - Greatly enhanced NLS support -- Editing widget text automatically updates .properties files -- Support for multiple string extraction styles - New and improved layout manager support -- Improved SWT GridLayout support - Improved editor ergonomics -- Added maximize/restore buttons to the properties and design panes -- New option to place event properties on a separate tab -- Optional Important Properties dialog, appears when adding a widget - New and improved code gen options, wizards and properties -- Improved support for ViewParts -- New Eclipse PropertyPage wizard -- New add IColorProvider support to generated LabelProviders -- Added ICellModifier to TableViewers and TableTreeViewers -- Added support for new Eclipse 3.0 CTabFolder styles -- Added support for SWT setData() property -- Added support for JFace ApplicationWindow StatusLineManagers -- Added SWT Text widget for password style, echoChar, tabs & topIndex
v2.0.1 20040818 #(2004-08-19, 2004-08-20 確認)
|