public interface ClipboardOwner
Clipboard.setContents(java.awt.datatransfer.Transferable, java.awt.datatransfer.ClipboardOwner)方法和此方法返回成功。该实例仍然是剪贴板所有者,直到另一个应用程序或此应用程序中的另一个对象断言这个剪贴板的所有权。
Clipboard
| Modifier and Type | Method and Description |
|---|---|
void |
lostOwnership(Clipboard clipboard, Transferable contents)
通知该对象,它不再是剪贴板所有者。
|
void lostOwnership(Clipboard clipboard, Transferable contents)
clipboard -剪贴板,不再拥有
contents -内容这主人已经放置在剪贴板上
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.