static S copyToClipboard(S text) { ret copyTextToClipboard(text); } static <A extends Image> A copyToClipboard(A image) { copyImageToClipboard(image); ret image; } static File copyToClipboard(File f) { ret copyFileToClipboard(f); }
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1024907 |
Snippet name: | copyToClipboard - text/image/file |
Eternal ID of this version: | #1024907/7 |
Text MD5: | 904400594b8be4e7730d40af9452ee7c |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-02-16 22:45:36 |
Source code size: | 252 bytes / 12 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 298 / 406 |
Version history: | 6 change(s) |
Referenced in: | [show references] |