JavaTM Platform
Standard Ed. 6

클래스
java.awt.dnd.DragSourceDropEvent 의 사용

DragSourceDropEvent 를 사용하고 있는 패키지
java.awt.dnd 드래그&드롭 조작은, 많은 그래피컬 사용자 인터페이스 시스템으로 볼 수 있는 직접적인 조작 제스처(gesture)로, GUI 의 표현 요소에 논리적으로 관련한 2 개의 엔티티간에 정보를 변환하는 기구를 제공합니다.  
 

java.awt.dnd 에서의 DragSourceDropEvent 의 사용
 

DragSourceDropEvent 형의 파라미터를 가지는 java.awt.dnd 의 메소드
 void DragSourceListener. dragDropEnd (DragSourceDropEvent  dsde)
          이 메소드의 기동에 의해, 드래그&드롭 조작이 완료한 것을 나타냅니다.
 void DragSourceContext. dragDropEnd (DragSourceDropEvent  dsde)
          이 DragSourceContext, 및 관련하는 DragSource 에 등록된 DragSourceListenerdragDropEnd 를 호출해, 지정된 DragSourceDropEvent 에 건네줍니다.
 void DragSourceAdapter. dragDropEnd (DragSourceDropEvent  dsde)
          이 메소드의 기동에 의해, 드래그&드롭 조작이 완료한 것을 나타냅니다.
 


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