Eclipse3.4(Ganymede) でVisualEditorを使う

Eclipseの本家サイトによるとVEのバージョンアップに伴い、Eclipse3.3からは旧サイトから新サイトのほうにあるプラグインを使うようにとのこと。

Please note: 2007-10-03: Current official builds of the Visual Editor require Eclipse 3.2 (Callisto). The Visual Editor is migrating progressively to Eclipse 3.3 (Europa). Preliminary instructions on testing preview builds are available on the VE wiki. Thank you for your patience and supporting the project!

というわけで、Eclipseのアップデートを以下のURLから実行

http://update.soyatec.org/Ganymede/ve/1.4

VEプロジェクトの作り方

プロジェクトの作成

1.「新規」→「JavaProject」
2.通常のプロジェクトと同様にプロジェクト名などを入力して完了

VEライブラリのビルドパス設定

「プロジェクト右クリック」→「プロパティ」→「ビルドパス」→「ライブラリー」→「ライブラリーの追加」→「Standart Widget Toolkit(SWT)」を選択して追加


ビジュアルクラスを追加

「新規」→「Visual Class」で新規ビジュアルクラスを作成

これでVE作成の準備が整いました。
あとはペタペタやっちゃいましょ〜