Example usage for Java javafx.scene.input ClipboardContent fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | putFiles(List Puts a List of Files into the ClipboardContent . |
boolean | putImage(Image i) Puts an Image into the ClipboardContent . |
boolean | putString(String s) Puts a plain text String into the ClipboardContent . |