Class SelectionTransferData

java.lang.Object
ghidra.app.util.SelectionTransferData

public class SelectionTransferData extends Object
Data that is the transferable in SelectionTransferable; it contains an address set and the path of the program.
  • Constructor Details

    • SelectionTransferData

      public SelectionTransferData(AddressSetView set, String programPath)
      Constructor
      Parameters:
      set - address set to transfer
      programPath - path to the program that contains the set
  • Method Details

    • getProgramPath

      public String getProgramPath()
      Return the program path.
    • getAddressSet

      public AddressSetView getAddressSet()
      Return the address set.