| 软件包 | 描述 |
|---|---|
| java.awt.dnd |
拖放是在许多图形用户界面系统中发现的一个直接的操作手势,它提供了一种机制,将两个实体之间的信息的逻辑与在图形用户界面中的表示元素关联。
|
| java.beans.beancontext |
提供有关豆上下文的类和接口。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DragGestureRecognizer.addDragGestureListener(DragGestureListener dgl)
登记一个新的
DragGestureListener。
|
void |
DragSourceContext.addDragSourceListener(DragSourceListener dsl)
添加一个
DragSourceListener这
DragSourceContext如果尚未添加。
|
void |
DropTarget.addDropTargetListener(DropTargetListener dtl)
增加了一个新的
DropTargetListener(单播)。
|
| Modifier and Type | Method and Description |
|---|---|
Object |
BeanContextServicesSupport.getService(BeanContextChild child, Object requestor, 类 serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
获得一个可能被委派的服务
|
Object |
BeanContextServices.getService(BeanContextChild child, Object requestor, 类 serviceClass, Object serviceSelector, BeanContextServiceRevokedListener bcsrl)
一个
BeanContextChild,或任意对象与
BeanContextChild相关,可以参考目前已注册的服务从它的巢
BeanContextServices通过该方法调用。
|
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.