Utilities for accessing text on the system clipboard using AWT.
This is segregated from other code to prevent the AWT stack from initializaing unnecessarily. On OS X, this is seen as a Java application icon appearing in the Dock
Utilities for accessing text on the system clipboard using AWT. This is segregated from other code to prevent the AWT stack from initializaing unnecessarily. On OS X, this is seen as a Java application icon appearing in the Dock
(copy)
Copies the current contents of the Clipboard, returning its contents as a string.
Copies the current contents of the Clipboard, returning its contents as a string.
(paste s)
Pastes a string in as the new content of the Clipboard.
Pastes a string in as the new content of the Clipboard.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close