This page consolidates information about how to add p2 self-updating support to your RCP application. The p2 API has been released in Eclipse 3.6. This page is under construction as the examples are adapted to the new API. See Equinox/p2/Adding Self Update to an RCP Application-3.5 for the 3.5 version of this page. We start with the RCP Mail example application and modify it in different ways. Add
© 2005 by Frank Gerhardt, Christian Wege; made available under the EPL v1.0 Translation copyright © Toru Kawashima, NTT COMWARE CORPORATION RCP Tutorial: Part 1 Summary この Tutorial では EclipseCon 2005 で行われた Tutorial をサマリで Part 1, Part 2 に分けて紹介します。Eclipse 3.0 から導入された RCP (Rich Client Platform) を使って、RCP によるリッチクライアントの世界とその開発の COOL さを垣間見ていただけると思います。 ※ このコンテンツは EclipseCon 2005 で行われた Tutori
SWTとは? SWTはThe Standard Widget Kitの略で、Eclipseというオープンソースプロジェクトから提供されているJava用のGUIツールキットです (Eclipse自体は言語に依存しない統合開発環境のプラットフォームを提供することを目的としています)。 Swingと異なり、OSのネイティブAPIを使用しているため軽快に動作します。統合開発環境であるEclipse自身もSWTを使用していますので、JBuilderやForte for JavaなどSwingを使用したIDEと比べるとGUIのレスポンスにどの程度の差があるかを実感できると思います。 上述のように、Pure Javaではないという点、JavaのGCの恩恵を完全に得られないという点(SWTでは明示的にリソースを解放しなくてはならないケースがあります)、現状ではRADツールが存在しない(最近はEclipse
今回のバージョンから新しく展開バーが使えるようになりました。これは、ユーザの必要とするアイテムのみを表示することができるインターフェースです。 展開バーの中に複数のアイテムを配置でき、各アイテムは右端にある展開ボタンをクリックすることにより、アイテムの中身を表示・非表示と切り替えることができます。 次にアイテム1つを表示させる展開バーのサンプルコードを示します。 // 展開バー final ExpandBar expandBar = new ExpandBar(shell, SWT.V_SCROLL); expandBar.setSpacing(8); // アイテムに載せるウィジェット Composite composite1 = new Composite (expandBar, SWT.NONE); GridLayout layout1 = new GridLayout (); la
Lars Vogel (c) 2009 - 2024 vogella GmbH version 9.5, 10.01.2023
Logback-beagle: an Eclipse plug-in for viewing logs During the development process, it is common for developers to print logging events on the console. Typically, the developer will also customize the format of the log output by setting an appropriate layout pattern. Logback-beagle is intended as a replacement for viewing logs via the console. It offers several advantages over the plain-old consol
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く