インタフェース
jp.go.aist.dmrc.platform.base.PFPanelComponent の使用

PFPanelComponent を使用しているパッケージ
jp.go.aist.dmrc.platform.base 共通プラットフォームの基幹機能に関連するクラスおよびインタフェースを提供します。  
jp.go.aist.dmrc.platform.beans.gui.container コンテナ/メニュー系GUIコンポーネントのセットを提供します。 
 

jp.go.aist.dmrc.platform.base での PFPanelComponent の使用
 

PFPanelComponent を実装している jp.go.aist.dmrc.platform.base のクラス
 class PFGUICombinativeComponent
          複合コンポーネント。
 

jp.go.aist.dmrc.platform.beans.gui.container での PFPanelComponent の使用
 

PFPanelComponent を実装している jp.go.aist.dmrc.platform.beans.gui.container のクラス
 class PFDropTargetPanel
          ドラッグ&ドロップのターゲットとなるパネル。
 class PFPanel
          パネルのコンポーネント。
 

PFPanelComponent を返す jp.go.aist.dmrc.platform.beans.gui.container のメソッド
 PFPanelComponent PFTabbedPane.getPanelAt(int index)
          指定タブのパネルコンポーネントを取得する
 

PFPanelComponent 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.container のメソッド
 void PFTabbedPane.addTab(PFPanelComponent panel)
          タブを最後尾に追加する.
 void PFTabbedPane.insertTab(PFPanelComponent panel, int index)
          タブを指定した位置に挿入する.