クラス
jp.go.aist.dmrc.platform.util.event.PFMouseMotionEvent の使用

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

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

PFMouseMotionEvent 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui のメソッド
protected  void PFImageViewer.firePFMotionPerformed(PFMouseMotionEvent event)
          マウスモーションイベントを発生させる。
 

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

PFMouseMotionEvent 型のパラメータを持つ jp.go.aist.dmrc.platform.beans.gui.container のメソッド
protected  void PFDialog.firePFMotionPerformed(PFMouseMotionEvent event)
          マウスモーションイベントを発生させる。
protected  void PFFrame.firePFMotionPerformed(PFMouseMotionEvent event)
          マウスモーションイベントを発生させる。
protected  void PFPanel.firePFMotionPerformed(PFMouseMotionEvent event)
          マウスモーションイベントを発生させる。
 

jp.go.aist.dmrc.platform.util.event での PFMouseMotionEvent の使用
 

PFMouseMotionEvent 型のパラメータを持つ jp.go.aist.dmrc.platform.util.event のメソッド
 void PFMouseMotionEventSourceImpl.fireMotionPerformed(PFMouseMotionEvent e)
          マウスモーションイベントをすべてのイベントリスナに伝える。
 void PFMouseMotionListener.motionPerformed(PFMouseMotionEvent e)
          マウスモーション時のイベントハンドリング処理。