Package ghidra.app.util
Class ClipboardType
java.lang.Object
ghidra.app.util.ClipboardType
Defines a "type" for items in the Clipboard
-
Constructor Summary
ConstructorDescriptionClipboardType
(DataFlavor flavor, String typeName) Constructs a new ClipboardType -
Method Summary
Modifier and TypeMethodDescriptionReturns the DataFlavor for this typeReturns the name of this typetoString()
-
Constructor Details
-
ClipboardType
Constructs a new ClipboardType- Parameters:
flavor
- the DataFlavor of the data in the clipboardtypeName
- the name for this ClipboardType
-
-
Method Details