Package ghidra.framework.main.datatree
Class VersionInfoTransferable
java.lang.Object
ghidra.framework.main.datatree.VersionInfoTransferable
- All Implemented Interfaces:
ClipboardOwner,Transferable
Defines a transferable
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetTransferData(DataFlavor flavor) booleanisDataFlavorSupported(DataFlavor flavor) voidlostOwnership(Clipboard clipboard, Transferable contents) toString()Get the string representation for this transferable.
-
Field Details
-
localVersionInfoFlavor
DataFlavor for VersionInfoTransferable.
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorExceptionIOException
-
lostOwnership
- Specified by:
lostOwnershipin interfaceClipboardOwner
-
toString
Get the string representation for this transferable.
-