Class ClipboardUtil
java.lang.Object
com.inductiveautomation.ignition.client.util.ClipboardUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
Performs a copy using the given transferable to the system clipboard.static String
Returns the current String in the system clipboard.static Object
static boolean
isDataFlavorAvailable
(DataFlavor flavor)
-
Method Details
-
doCopyTransferableToClipboard
Performs a copy using the given transferable to the system clipboard. -
doPasteTransferableFromClipboard
Returns the current String in the system clipboard. If the contents in the clipboard is not a String, null is returned -
isDataFlavorAvailable
-
doPasteTransferableFromClipboard
-