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

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

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

PFWindowOptionComponent 型のパラメータを持つ jp.go.aist.dmrc.platform.base のメソッド
 void PFWindowComponent.addWindowOptionComponent(PFWindowOptionComponent comp)
          ウィンドウオプションコンポーネントを追加する。
 void PFWindowComponent.addWindowOptionComponent(PFWindowOptionComponent comp, java.lang.String pos)
          ウィンドウオプションコンポーネントを指定位置(東西南北)に追加する。
 void PFWindowComponent.removeWindowOptionComponent(PFWindowOptionComponent comp)
          指定されたウィンドウオプションコンポーネントを削除する。
 

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

PFWindowOptionComponent を実装している jp.go.aist.dmrc.platform.beans.gui.container のクラス
 class PFMenu
          メニューのコンポーネント。
 class PFToolBar
          ツールバーのコンポーネント。
 

PFWindowOptionComponent 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.container のメソッド
 void PFDialog.addWindowOptionComponent(PFWindowOptionComponent comp)
          ウィンドウオプションコンポーネントを追加する。
 void PFFrame.addWindowOptionComponent(PFWindowOptionComponent comp)
          ウィンドウオプションコンポーネントを追加する。
 void PFDialog.addWindowOptionComponent(PFWindowOptionComponent comp, java.lang.String pos)
          ウィンドウオプションコンポーネントを指定位置(東西南北)に追加する。
 void PFFrame.addWindowOptionComponent(PFWindowOptionComponent comp, java.lang.String pos)
          ウィンドウオプションコンポーネントを指定位置(東西南北)に追加する。
 void PFDialog.removeWindowOptionComponent(PFWindowOptionComponent comp)
          指定されたウィンドウオプションコンポーネントを削除する。
 void PFFrame.removeWindowOptionComponent(PFWindowOptionComponent comp)
          指定されたウィンドウオプションコンポーネントを削除する。