Liking cljdoc? Tell your friends :D

seesaw.clipboard


contentsclj

(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
sourceraw docstring

contents!clj

(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
sourceraw docstring

systemclj

(system)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close