Package ghidra.app.util
Class SelectionTransferData
- java.lang.Object
- 
- ghidra.app.util.SelectionTransferData
 
- 
 public class SelectionTransferData extends java.lang.ObjectData that is the transferable in SelectionTransferable; it contains an address set and the path of the program.
- 
- 
Constructor SummaryConstructors Constructor Description SelectionTransferData(AddressSetView set, java.lang.String programPath)Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressSetViewgetAddressSet()Return the address set.java.lang.StringgetProgramPath()Return the program path.
 
- 
- 
- 
Constructor Detail- 
SelectionTransferDatapublic SelectionTransferData(AddressSetView set, java.lang.String programPath) Constructor- Parameters:
- set- address set to transfer
- programPath- path to the program that contains the set
 
 
- 
 - 
Method Detail- 
getProgramPathpublic java.lang.String getProgramPath() Return the program path.
 - 
getAddressSetpublic AddressSetView getAddressSet() Return the address set.
 
- 
 
-