软件包 | 描述 |
---|---|
java.awt.dnd |
拖放是在许多图形用户界面系统中发现的一个直接的操作手势,它提供了一种机制,将两个实体之间的信息的逻辑与在图形用户界面中的表示元素关联。
|
Modifier and Type | Class and Description |
---|---|
class |
DragSourceDragEvent
的
DragSourceDragEvent 从
DragSourceContextPeer 交付,通过
DragSourceContext ,到
DragSourceListener ,
DragSourceContext 和与其相关的
DragSource 注册。
|
class |
DragSourceDropEvent
的
DragSourceDropEvent 从
DragSourceContextPeer 交付,通过
DragSourceContext ,到那
DragSourceContext 和与其相关的
DragSource
DragSourceListener s
dragDropEnd 注册的方法。
|
Modifier and Type | Method and Description |
---|---|
void |
DragSourceContext.dragExit(DragSourceEvent dse)
呼吁
DragSourceListener s注册这个
DragSourceContext 和与相关的
DragSource
dragExit ,并通过他们指定的
DragSourceEvent 。
|
void |
DragSourceListener.dragExit(DragSourceEvent dse)
称为光标的热点退出平台依赖的下拉站点。
|
void |
DragSourceAdapter.dragExit(DragSourceEvent dse)
称为光标的热点退出平台依赖的下拉站点。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.