| 软件包 | 描述 |
|---|---|
| java.awt.datatransfer |
提供用于在应用程序中的数据之间传输数据的接口和类。
|
| Modifier and Type | Method and Description |
|---|---|
FlavorListener[] |
Clipboard.getFlavorListeners()
返回所有的
FlavorListeners目前注册在这
Clipboard数组。
|
| Modifier and Type | Method and Description |
|---|---|
void |
Clipboard.addFlavorListener(FlavorListener listener)
注册指定的
FlavorListener从剪贴板收到
FlavorEvents。
|
void |
Clipboard.removeFlavorListener(FlavorListener listener)
移除指定的
FlavorListener使它不再接收
FlavorEvents从这
Clipboard。
|
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.