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.
Clears the clipboard of any and all content.
Clears the clipboard of any and all content.
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.
true
if successful, false
if the content fails to be added.
java.lang.NullPointerException
- if null data reference is passed for any format
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.
true
if successful, false
if the content fails to be added.
java.lang.NullPointerException
- if null data reference is passed for any format
JavaFX object to be wrapped.
JavaFX object to be wrapped.
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.
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.PLAIN_TEXT) has been registered on this Clipboard.
Gets whether a plain text String (DataFormat.PLAIN_TEXT) 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.
Gets the URL String from the clipboard which had previously been registered.
Gets the URL String from the clipboard which had previously been registered.