Class ClipboardUtil
java.lang.Object
com.inductiveautomation.ignition.client.util.ClipboardUtil
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidPerforms a copy using the given transferable to the system clipboard.static StringReturns the current String in the system clipboard.static Objectstatic booleanisDataFlavorAvailable(DataFlavor flavor) 
- 
Method Details- 
doCopyTransferableToClipboardPerforms a copy using the given transferable to the system clipboard.
- 
doPasteTransferableFromClipboardReturns the current String in the system clipboard. If the contents in the clipboard is not a String, null is returned
- 
isDataFlavorAvailable
- 
doPasteTransferableFromClipboard
 
-