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)
          컴퍼넌트상에서 mouse button가 떼어 놓아지면(자) 불려 갑니다.
 
클래스 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 의 기술:
컴퍼넌트상에서 mouse button가 떼어 놓아지면(자) 불려 갑니다.

정의:
인터페이스 MouseListener 내의 mouseReleased
오버라이드(override):
클래스 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 도 참조해 주세요.