Skip navigation links
B C G I M P S T 

B

BufferedImageExample - Class in com.github.fracpete.jclipboardhelper.examples
Shows how to use the library with strings.
BufferedImageExample() - Constructor for class com.github.fracpete.jclipboardhelper.examples.BufferedImageExample
 

C

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.

G

getData() - Method in class com.github.fracpete.jclipboardhelper.TransferableImage
Returns the underlying image.
getData() - Method in class com.github.fracpete.jclipboardhelper.TransferableString
Returns the underlying data string.
getSystemClipboard() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
Returns the system clipboard instance.
getToolkit() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
Returns the toolkit instance.
getTransferData(DataFlavor) - Method in class com.github.fracpete.jclipboardhelper.TransferableImage
Returns an object which represents the data to be transferred.
getTransferData(DataFlavor) - Method in class com.github.fracpete.jclipboardhelper.TransferableString
Returns an object which represents the data to be transferred.
getTransferDataFlavors() - Method in class com.github.fracpete.jclipboardhelper.TransferableImage
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.
getTransferDataFlavors() - Method in class com.github.fracpete.jclipboardhelper.TransferableString
Returns an array of DataFlavor objects indicating the flavors the data can be provided in.

I

isDataFlavorSupported(DataFlavor) - Method in class com.github.fracpete.jclipboardhelper.TransferableImage
Returns whether or not the specified data flavor is supported for this object.
isDataFlavorSupported(DataFlavor) - Method in class com.github.fracpete.jclipboardhelper.TransferableString
Returns whether or not the specified data flavor is supported for this object.

M

m_Clipboard - Static variable in class com.github.fracpete.jclipboardhelper.ClipboardHelper
instance of clipboard.
m_Data - Variable in class com.github.fracpete.jclipboardhelper.TransferableImage
the image to transfer.
m_Data - Variable in class com.github.fracpete.jclipboardhelper.TransferableString
the string to transfer.
m_Toolkit - Static variable in class com.github.fracpete.jclipboardhelper.ClipboardHelper
instance of toolkit.
main(String[]) - Static method in class com.github.fracpete.jclipboardhelper.examples.BufferedImageExample
 
main(String[]) - Static method in class com.github.fracpete.jclipboardhelper.examples.StringExample
 

P

pasteFromClipboard(DataFlavor) - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
Obtains an object from the clipboard.
pasteImageFromClipboard() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
Obtains a BufferedImage from the clipboard.
pasteStringFromClipboard() - Static method in class com.github.fracpete.jclipboardhelper.ClipboardHelper
Obtains a string from the clipboard.

S

StringExample - Class in com.github.fracpete.jclipboardhelper.examples
Shows how to use the library with strings.
StringExample() - Constructor for class com.github.fracpete.jclipboardhelper.examples.StringExample
 

T

toString() - Method in class com.github.fracpete.jclipboardhelper.TransferableImage
Returns a string representation of the underlying image.
toString() - Method in class com.github.fracpete.jclipboardhelper.TransferableString
Returns the underlying data string.
TransferableImage - Class in com.github.fracpete.jclipboardhelper
A container for images.
TransferableImage(BufferedImage) - Constructor for class com.github.fracpete.jclipboardhelper.TransferableImage
Initializes the container.
TransferableString - Class in com.github.fracpete.jclipboardhelper
A container for strings.
TransferableString(String) - Constructor for class com.github.fracpete.jclipboardhelper.TransferableString
Initializes the container.
B C G I M P S T 
Skip navigation links

Copyright © 2018. All rights reserved.