|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
java.lang.Objectjava.util.EventObject
java.awt.dnd.DropTargetEvent
public class DropTargetEvent
DropTargetEvent 는,DropTargetDragEvent 및 DropTargetDropEvent 의 base class입니다. 드래그&드롭 조작의 현재 상태, 특히 현재의 DropTargetContext 를 캡슐화합니다.
| 필드의 개요 | |
|---|---|
protected DropTargetContext |
context
이 DropTargetEvent 에 관련한 DropTargetContext 입니다. |
| 클래스 java.util. EventObject 로부터 상속된 필드 |
|---|
source |
| 생성자 의 개요 | |
|---|---|
DropTargetEvent (DropTargetContext dtc)
지정된 DropTargetContext 로 DropTargetEvent 를 구축합니다. |
|
| 메소드의 개요 | |
|---|---|
DropTargetContext |
getDropTargetContext ()
이 메소드는, 이 DropTargetEvent 에 관련한 DropTargetContext 를 돌려줍니다. |
| 클래스 java.util. EventObject 로부터 상속된 메소드 |
|---|
getSource , toString |
| 클래스 java.lang. Object 로부터 상속된 메소드 |
|---|
clone , equals , finalize , getClass , hashCode , notify , notifyAll , wait , wait , wait |
| 필드의 상세 |
|---|
protected DropTargetContext context
DropTargetEvent 에 관련한 DropTargetContext 입니다.
| 생성자 의 상세 |
|---|
public DropTargetEvent(DropTargetContext dtc)
DropTargetContext 로 DropTargetEvent 를 구축합니다.
dtc - DropTargetContext| 메소드의 상세 |
|---|
public DropTargetContext getDropTargetContext()
DropTargetEvent 에 관련한 DropTargetContext 를 돌려줍니다.
DropTargetContext
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 앞의 클래스 다음의 클래스 | 프레임 있어 프레임 없음 | |||||||||
| 개요: 상자 | 필드 | 생성자 | 메소드 | 상세 : 필드 | 생성자 | 메소드 | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.