Top / Eclipse / プラグイン開発のTIPS集 / org.eclipse.ui.IPerspectiveFactory(パースペクティブ)

自分用のパースペクティブを作成したいときはorg.eclipse.ui.IPerspectiveFactory? を使用します。このクラスのメソッドを用いて、

拡張ポイント

org.eclipse.ui.perspectives

plugin.xmlのサンプル

 <extension point="org.eclipse.ui.perspectives">
  <perspective name="パースペクティブ名"
    icon="icons/sample.gif" <-アイコン
    class="nu.mine.kino.example.MyPerspectiveFactory" <-実装クラス
    id="nu.mine.kino.example.MyPerspectiveFactory"> <-ID
  </perspective>
</extension>

ポイント


この記事は

選択肢 投票
おもしろかった 0  
そうでもない 0  

Top / Eclipse / プラグイン開発のTIPS集 / org.eclipse.ui.IPerspectiveFactory(パースペクティブ)

現在のアクセス:11666


トップ   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS