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 Details

    • TextTransfer

      public TextTransfer()
  • Method Details

    • 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 interface ClipboardOwner