Class TextClipboardHandler


  • public class TextClipboardHandler
    extends java.lang.Object

    Description: Actelion Electronic Lab Notebook

    Version:
    4.0
    Author:
    Christian Rufener
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean copyText​(java.lang.String text)  
      static java.lang.String pasteText()  
      • Methods inherited from class java.lang.Object

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

      • pasteText

        public static java.lang.String pasteText()
      • copyText

        public static boolean copyText​(java.lang.String text)