Package ghidra.app.util
Class ClipboardType
- java.lang.Object
-
- ghidra.app.util.ClipboardType
-
public class ClipboardType extends java.lang.Object
Defines a "type" for items in the Clipboard
-
-
Constructor Summary
Constructors Constructor Description ClipboardType(java.awt.datatransfer.DataFlavor flavor, java.lang.String typeName)
Constructs a new ClipboardType
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.datatransfer.DataFlavor
getFlavor()
Returns the DataFlavor for this typejava.lang.String
getTypeName()
Returns the name of this typejava.lang.String
toString()
-
-
-
Method Detail
-
getFlavor
public java.awt.datatransfer.DataFlavor getFlavor()
Returns the DataFlavor for this type- Returns:
- the flavor
-
getTypeName
public java.lang.String getTypeName()
Returns the name of this type- Returns:
- the name
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-