

| 字段摘要 | |
|---|---|
String |
DROP_COPY
|
String |
DROP_LINK
|
String |
DROP_MOVE
|
String |
DROP_NONE
|
String |
label(标签)
|
String |
name(名称)
|
| 方法摘要 | |
|---|---|
|
create
|
| 子事物摘要 | |
|---|---|
|
DragSourceEffect
|
|
Listener
|
|
Transfer
Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. It is used in data transfer operations such as drag and drop and clipboard copy/paste. |
| 字段详细信息 |
|---|






| 方法详细信息 |
|---|
| 子事物详细信息 |
|---|



Transfer provides a mechanism for converting between a java representation of data and a platform specific representation of data and vice versa. It is used in data transfer operations such as drag and drop and clipboard copy/paste.
You should only need to become familiar with this class if you are implementing a Transfer subclass and you are unable to subclass the ByteArrayTransfer class.