Java Native OS Clipboard

Java examples for Native OS:Clipboard

Description

Click the following links for the tutorial for Native OS and Clipboard.

  1. Getting and Setting an Image on the System Clipboard
  2. Getting and Setting Text on the System Clipboard
  3. Determining When an Item Is No Longer on the System Clipboard
  4. Retrieving Text from the System Clipboard
  5. retrieving a string from the system clipboard and for putting a string in the system clipboard
  6. Checks whether the specified "flavor" can be obtained from the clipboard.
  7. Checks whether a string can be obtained from the clipboard.
  8. Copies the given transferable to the system's clipboard.


  9. Obtains an object from the clipboard.
  10. Obtains a BufferedImage from the clipboard.
  11. Obtains a string from the clipboard.
  12. get Image From Clipboard
  13. image To Clipboard
  14. get Buffer text from Clipboard
  15. copy To Clipboard
  16. paste From Clipboard


  17. copy a string into the Clipboard created
  18. copy a Trasferable Object which is in turn used by the copyString method to copy the string into the Clip Board.
  19. get the Clip Board contents, it initializes the ClipBoard object.
  20. Method to paste an Object from the Clip Board.
  21. Method to paste a String from the Clip Board.
  22. put To Clipboard
  23. Copies string to system clipboard.
  24. Reads a string from system clipboard.
  25. get Clipboard
  26. set Text To Clipboard
  27. get String Clipboard
  28. get Image Clipboard
  29. get String Content from Clipboard
  30. Returns the string contents of the JNLP clipboard, or from the system clipboard if we are not running under Java Web Start.
  31. set Clipboard Image
  32. Copies a Transferable object to the system clipboard
  33. set And ctrl V Clipboard Data
  34. just paste what in the clipboard with Robot
  35. Checks whether the key event was a "insert from clipboard" combination (Ctrl+V or Shift+Ins).