JavaTM Platform
Standard Ed. 6

javax.swing.text.html
クラス FormView.MouseEventListener

java.lang.Object
  上位を拡張 java.awt.event.MouseAdapter
      上位を拡張 javax.swing.text.html.FormView.MouseEventListener
すべての実装されたインタフェース:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
含まれているクラス:
FormView

protected class FormView.MouseEventListener
extends MouseAdapter

タイプが image である入力要素がクリックされたときにフォームの送信を扱う MouseEventListener クラスです。MouseListener が必要なのは、イメージデータとともに、マウスクリックに関連付けられた座標を送信する必要があるためです。


コンストラクタの概要
protected FormView.MouseEventListener()
           
 
メソッドの概要
 void mouseReleased(MouseEvent evt)
          コンポーネント上でマウスボタンが離されると呼び出されます。
 
クラス java.awt.event.MouseAdapter から継承されたメソッド
mouseClicked, mouseDragged, mouseEntered, mouseExited, mouseMoved, mousePressed, mouseWheelMoved
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormView.MouseEventListener

protected FormView.MouseEventListener()
メソッドの詳細

mouseReleased

public void mouseReleased(MouseEvent evt)
クラス MouseAdapter の記述:
コンポーネント上でマウスボタンが離されると呼び出されます。

定義:
インタフェース MouseListener 内の mouseReleased
オーバーライド:
クラス MouseAdapter 内の mouseReleased

JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。