Class SelectionTransferData


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

      • SelectionTransferData

        public 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

      • getProgramPath

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

        public AddressSetView getAddressSet()
        Return the address set.