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

PFWindowComponent を使用しているパッケージ
jp.go.aist.dmrc.platform.beans.gui GUIコンポーネントのセットを提供します。 
jp.go.aist.dmrc.platform.beans.gui.container コンテナ/メニュー系GUIコンポーネントのセットを提供します。 
jp.go.aist.dmrc.platform.beans.util.variable アプリケーションビルダー上でオブジェクトに直接アクセスするためのコンポーネントを提供します。 
 

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

PFWindowComponent 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui のメソッド
 void PFProgressMonitor.show(PFWindowComponent parent)
          進捗ダイアログを表示する。
 void PFProgressMonitor2.show(PFWindowComponent parent)
          進捗ダイアログを表示する。
 

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

PFWindowComponent を実装している jp.go.aist.dmrc.platform.beans.gui.container のクラス
 class PFDialog
          ダイアログのコンポーネント。
 class PFFrame
          フレームのコンポーネント。
 

PFWindowComponent 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.container のメソッド
protected  void PFDialog.initDialog(PFWindowComponent owner)
          ダイアログの初期化。
 void PFDialog.show(PFWindowComponent owner)
          ウィンドウを表示する。
 

jp.go.aist.dmrc.platform.beans.util.variable での PFWindowComponent の使用
 

PFWindowComponent を返す jp.go.aist.dmrc.platform.beans.util.variable のメソッド
 PFWindowComponent PFComponentVariable.getWindowAncestor()
          格納されているコンポーネントの親ウィンドウを取得する。