- canPasteFromClipboard(DataFlavor) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Checks whether the specified "flavor" can be obtained from the clipboard.
- canPasteImageFromClipboard() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Checks whether a string can be obtained from the clipboard.
- canPasteStringFromClipboard() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Checks whether a string can be obtained from the clipboard.
- clearClipboard() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
For clearing the clipboard.
- ClipboardHelper - Class in com.github.fracpete.jclipboardhelper
-
Helper class for dealing with the system clipboard.
- ClipboardHelper() - Constructor for class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
- com.github.fracpete.jclipboardhelper - package com.github.fracpete.jclipboardhelper
-
- com.github.fracpete.jclipboardhelper.examples - package com.github.fracpete.jclipboardhelper.examples
-
- copyToClipboard(Transferable) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Copies the given transferable to the system's clipboard.
- copyToClipboard(String) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Copies the given string to the system's clipboard.
- copyToClipboard(BufferedImage) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Copies the given image to the system's clipboard.
- copyToClipboard(JComponent) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Copies the given JComponent as image to the system's clipboard.
- copyToClipboard(JTable) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
-
Copies the given JTable as text to the system's clipboard.