Class AwtClipboardHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getClipboardContent()
      void setClipboardContent​(java.lang.String string)
      Writes the sting to the system clipboard.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AwtClipboardHandler

        public AwtClipboardHandler()
    • Method Detail

      • getClipboardContent

        public java.lang.String getClipboardContent()
        Specified by:
        getClipboardContent in interface ClipboardHandler
        Returns:
        the current content of the clipboard
      • setClipboardContent

        public void setClipboardContent​(java.lang.String string)
        Writes the sting to the system clipboard.
        Specified by:
        setClipboardContent in interface ClipboardHandler
        Parameters:
        string - the content to be stored in the clipboard