(contents)(contents flavor)Retrieve the current content of the system clipboard in the given flavor. If omitted, flavor defaults to seesaw.dnd/string-flavor. If not content with the given flavor is found, returns nil.
See: seesaw.dnd http://docs.oracle.com/javase/7/docs/api/java/awt/datatransfer/Clipboard.html
Retrieve the current content of the system clipboard in the given flavor. If omitted, flavor defaults to seesaw.dnd/string-flavor. If not content with the given flavor is found, returns nil. See: seesaw.dnd http://docs.oracle.com/javase/7/docs/api/java/awt/datatransfer/Clipboard.html
(contents! transferable)(contents! transferable owner)Set the content of the sytem clipboard to the given transferable. If transferable is a string, a string transferable is created. Otherwise, use seesaw.dnd/default-transferable to create one.
Returns the clipboard.
See: (seesaw.dnd/default-transferable) http://docs.oracle.com/javase/7/docs/api/java/awt/datatransfer/Clipboard.html
Set the content of the sytem clipboard to the given transferable. If transferable is a string, a string transferable is created. Otherwise, use seesaw.dnd/default-transferable to create one. Returns the clipboard. See: (seesaw.dnd/default-transferable) http://docs.oracle.com/javase/7/docs/api/java/awt/datatransfer/Clipboard.html
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |