public final class NavigateUI.TextTransfer extends Object implements ClipboardOwner
Constructor and Description |
---|
TextTransfer() |
Modifier and Type | Method and Description |
---|---|
void |
lostOwnership(Clipboard clipboard,
Transferable contents) |
void |
setClipboardContents(String aString)
Place a String on the clipboard, and make this class the
owner of the Clipboard's contents.
|
public void setClipboardContents(String aString)
public void lostOwnership(Clipboard clipboard, Transferable contents)
lostOwnership
in interface ClipboardOwner