#topicpath
----
//ここにコンテンツを記述します。
自分用のパースペクティブを作成したいときは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>


**ポイント
***










----
この記事は
#vote(おもしろかった,そうでもない)

#comment
#topicpath


SIZE(10){現在のアクセス:&counter;}


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