Package ghidra.framework.main
Class ToolButtonTransferable
java.lang.Object
ghidra.framework.main.ToolButtonTransferable
- All Implemented Interfaces:
ClipboardOwner,Transferable
Defines data that is available for drag/drop and clipboard transfers.
The data is a ToolButton object.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidlostOwnership(Clipboard clipboard, Transferable contents) toString()
-
Field Details
-
localToolButtonFlavor
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavorsin interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupportedin interfaceTransferable
-
getTransferData
- Specified by:
getTransferDatain interfaceTransferable- Throws:
UnsupportedFlavorExceptionIOException
-
toString
-
lostOwnership
- Specified by:
lostOwnershipin interfaceClipboardOwner
-