JavaTM Platform
Standard Ed. 6

javax.swing.plaf.basic
클래스 BasicComboPopup.ListMouseMotionHandler

java.lang.Object 
  상위를 확장 java.awt.event.MouseMotionAdapter 
      상위를 확장 javax.swing.plaf.basic.BasicComboPopup.ListMouseMotionHandler
모든 구현된 인터페이스:
MouseMotionListener , EventListener
포함되어 있는 클래스:
BasicComboPopup


protected class BasicComboPopup.ListMouseMotionHandler
extends MouseMotionAdapter

이 청취자는, 리스트상에서의 마우스의 움직임에 응해, 선택된 항목을 변경합니다. 선택 범위의 변경은, 모델에게는 반영되지 않습니다. 사용자에게로의 피드백용으로 한정됩니다.


생성자 의 개요
protected BasicComboPopup.ListMouseMotionHandler ()
           
 
메소드의 개요
 void mouseMoved (MouseEvent  anEvent)
          컴퍼넌트상에서 마우스가 이동되는 (버튼은 밀리지 않는다)라고 불러 나옵니다.
 
클래스 java.awt.event. MouseMotionAdapter 로부터 상속된 메소드
mouseDragged
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

생성자 의 상세

BasicComboPopup.ListMouseMotionHandler

protected BasicComboPopup.ListMouseMotionHandler()
메소드의 상세

mouseMoved

public void mouseMoved(MouseEvent  anEvent)
클래스 MouseMotionAdapter 의 기술:
컴퍼넌트상에서 마우스가 이동되는 (버튼은 밀리지 않는다)라고 불러 나옵니다.

정의:
인터페이스 MouseMotionListener 내의 mouseMoved
오버라이드(override):
클래스 MouseMotionAdapter 내의 mouseMoved

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 도 참조해 주세요.