Class ClipboardType

java.lang.Object
ghidra.app.util.ClipboardType

public class ClipboardType extends Object
Defines a "type" for items in the Clipboard
  • Constructor Details Link icon

    • ClipboardType Link icon

      public ClipboardType(DataFlavor flavor, String typeName)
      Constructs a new ClipboardType
      Parameters:
      flavor - the DataFlavor of the data in the clipboard
      typeName - the name for this ClipboardType
  • Method Details Link icon

    • getFlavor Link icon

      public DataFlavor getFlavor()
      Returns the DataFlavor for this type
      Returns:
      the flavor
    • getTypeName Link icon

      public String getTypeName()
      Returns the name of this type
      Returns:
      the name
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object