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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
lostOwnership
(Clipboard clipboard, Transferable contents) toString()
-
Field Details
-
localToolButtonFlavor
-
-
Method Details
-
getTransferDataFlavors
- Specified by:
getTransferDataFlavors
in interfaceTransferable
-
isDataFlavorSupported
- Specified by:
isDataFlavorSupported
in interfaceTransferable
-
getTransferData
- Specified by:
getTransferData
in interfaceTransferable
- Throws:
UnsupportedFlavorException
IOException
-
toString
-
lostOwnership
- Specified by:
lostOwnership
in interfaceClipboardOwner
-