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
-
Method Summary
Modifier and TypeMethodDescriptiongetTransferData
(DataFlavor flavor) boolean
isDataFlavorSupported
(DataFlavor flavor) void
lostOwnership
(Clipboard clipboard, Transferable contents) toString()
Get the string representation for this transferable.
-
Field Details
-
localVersionInfoFlavor
DataFlavor for VersionInfoTransferable.
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-
lostOwnership
- Specified by:
lostOwnership
in interfaceClipboardOwner
-
toString
Get the string representation for this transferable.
-