Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Eclipse の設定ページに表示されるプラグインを作成しました (Eclipse のプラグイン開発環境を使用)。このページにタブを追加したいのですが、その方法が見つかりません。画像の丸で囲まれたタブが欲しい
これらのタブは、通常のTabFolder(またはCTabFolder) タブです。設定ページのメソッドでTabFolderと をコーディングするだけで、設定ページではこれに対する特別なサポートはありません。TabItemcreateContents
TabFolder
CTabFolder
TabItem
createContents
あなたのサンプルページは によって作成されorg.eclipse.compare.internal.ComparePreferencePageています。そのソースを見ることができます。
org.eclipse.compare.internal.ComparePreferencePage