Clears the clipboard of any and all content.
Clears the clipboard of any and all content.
Return a
of the clipboard content.copy
Return a
of the clipboard content.
copy
Returns the content stored in this clipboard of the given type, or null if there is no content with this type.
Returns the content stored in this clipboard of the given type, or null if there is no content with this type.
Gets the set of DataFormat types on this Clipboard instance which have associated data registered on the clipboard.
Gets the set of DataFormat types on this Clipboard instance which have associated data registered on the clipboard.
Puts content onto the clipboard.
Puts content onto the clipboard.
This call will always result in clearing all previous content from the clipboard, and replacing it with whatever content is specified in the supplied ClipboardContent map.
java.lang.NullPointerException
- if null data reference is passed for any format
A JavaFX Dragboard to be wrapped.
A JavaFX Dragboard to be wrapped. Its default value is a new JavaFX Dragboard.
The image used as a drag view.
The x position of the cursor of the drag view image.
The y position of the cursor of the drag view image.
Sets the visual representation of data being transfered in a drag and drop gesture.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Object to be compared.
if the other object is equals to this delegate or not.
Gets the list of files from the clipboard which had previously been registered.
Gets the list of files from the clipboard which had previously been registered.
Tests whether there is any content on this clipboard of the given DataFormat type.
Tests whether there is any content on this clipboard of the given DataFormat type.
Gets whether an list of files (DataFormat.Files) has been registered on this Clipboard.
Gets whether an list of files (DataFormat.Files) has been registered on this Clipboard.
Gets whether an HTML text String (DataFormat.Html) has been registered on this Clipboard.
Gets whether an HTML text String (DataFormat.Html) has been registered on this Clipboard.
Gets whether an Image (DataFormat.Image) has been registered on this Clipboard.
Gets whether an Image (DataFormat.Image) has been registered on this Clipboard.
Gets whether an RTF String (DataFormat.Rtf) has been registered on this Clipboard.
Gets whether an RTF String (DataFormat.Rtf) has been registered on this Clipboard.
Gets whether a plain text String (DataFormat.PlainText) has been registered on this Clipboard.
Gets whether a plain text String (DataFormat.PlainText) has been registered on this Clipboard.
Gets whether a url String (DataFormat.Url) has been registered on this Clipboard.
Gets whether a url String (DataFormat.Url) has been registered on this Clipboard.
The delegate hashcode
Gets the HTML text String from the clipboard which had previously been registered.
Gets the HTML text String from the clipboard which had previously been registered.
Gets the Image from the clipboard which had previously been registered.
Gets the Image from the clipboard which had previously been registered.
Gets the RTF text String from the clipboard which had previously been registered.
Gets the RTF text String from the clipboard which had previously been registered.
Gets the plain text String from the clipboard which had previously been registered.
Gets the plain text String from the clipboard which had previously been registered.
Returns the original delegate's toString()
adding a [SFX]
prefix.
Transport modes supported by source of this drag operation.
Gets the URL String from the clipboard which had previously been registered.
Gets the URL String from the clipboard which had previously been registered.
Wraps a JavaFX Dragboard.