Package net.ontopia.topicmaps.viz
Class NavigateUI.TextTransfer
java.lang.Object
net.ontopia.topicmaps.viz.NavigateUI.TextTransfer
- All Implemented Interfaces:
ClipboardOwner
- Enclosing class:
- NavigateUI
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlostOwnership(Clipboard clipboard, Transferable contents) voidsetClipboardContents(String aString) Place a String on the clipboard, and make this class the owner of the Clipboard's contents.
-
Constructor Details
-
TextTransfer
public TextTransfer()
-
-
Method Details
-
setClipboardContents
Place a String on the clipboard, and make this class the owner of the Clipboard's contents. -
lostOwnership
- Specified by:
lostOwnershipin interfaceClipboardOwner
-