Package net.ontopia.topicmaps.viz
Class NavigateUI.TextTransfer
- java.lang.Object
-
- net.ontopia.topicmaps.viz.NavigateUI.TextTransfer
-
- All Implemented Interfaces:
ClipboardOwner
- Enclosing class:
- NavigateUI
public final class NavigateUI.TextTransfer extends Object implements ClipboardOwner
-
-
Constructor Summary
Constructors Constructor Description TextTransfer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
setClipboardContents
public void setClipboardContents(String aString)
Place a String on the clipboard, and make this class the owner of the Clipboard's contents.
-
lostOwnership
public void lostOwnership(Clipboard clipboard, Transferable contents)
- Specified by:
lostOwnership
in interfaceClipboardOwner
-
-