Package org.nuiton.jaxx.runtime.awt
Class Clipboards
- java.lang.Object
-
- org.nuiton.jaxx.runtime.awt.Clipboards
-
public class Clipboards extends Object
Created by tchemit on 11/10/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Constructor Summary
Constructors Constructor Description Clipboards()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyToClipBoard(String text)Copy to clipBoard the content of the given text.
-
-
-
Method Detail
-
copyToClipBoard
public static void copyToClipBoard(String text)
Copy to clipBoard the content of the given text.- Parameters:
text- text to copy to clipboard
-
-