JavaTM Platform
Standard Ed. 6

javax.swing.event
클래스 MouseInputAdapter

java.lang.Object 
  상위를 확장 java.awt.event.MouseAdapter 
      상위를 확장 javax.swing.event.MouseInputAdapter
모든 구현된 인터페이스:
MouseListener , MouseMotionListener , MouseWheelListener , EventListener , MouseInputListener
직계의 기존의 서브 클래스:
BasicDesktopIconUI.MouseInputHandler , BasicInternalFrameUI.BorderListener , BasicSliderUI.TrackListener


public abstract class MouseInputAdapter
extends MouseAdapter
implements MouseInputListener

필요한 메소드만을 확장해 구현하는 것에 의해, 청취자의 작성 처리를 간략화하는 목적으로 제공되고 있는,MouseInputListener 인터페이스의 빈 상태(empty)의 구현입니다. 이 클래스는, AWT 의 MouseAdapter 의 확장에 의해,MouseWheelListener 인터페이스의 빈 상태(empty)의 구현도 제공합니다.


생성자 의 개요
MouseInputAdapter ()
           
 
메소드의 개요
 
클래스 java.awt.event. MouseAdapter 로부터 상속된 메소드
mouseClicked , mouseDragged , mouseEntered , mouseExited , mouseMoved , mousePressed , mouseReleased , mouseWheelMoved
 
클래스 java.lang. Object 로부터 상속된 메소드
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 
인터페이스 java.awt.event. MouseListener 로부터 상속된 메소드
mouseClicked , mouseEntered , mouseExited , mousePressed , mouseReleased
 
인터페이스 java.awt.event. MouseMotionListener 로부터 상속된 메소드
mouseDragged , mouseMoved
 

생성자 의 상세

MouseInputAdapter

public MouseInputAdapter()

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