Package docking.dnd

Class GhidraTransferable

java.lang.Object
docking.dnd.GhidraTransferable
All Implemented Interfaces:
ClipboardOwner, Transferable

public class GhidraTransferable extends Object implements Transferable, ClipboardOwner
  • Field Details

    • localGhidraFlavor

      public static DataFlavor localGhidraFlavor
      A static instance of the local flavor that is an ArrayList of user object objects.
  • Constructor Details

    • GhidraTransferable

      public GhidraTransferable(List<?> dataList)
      Constructs a new Transferable from the array of DragDropNodes
      Parameters:
      dataList - the array of DragDropNodes being transfered.
  • Method Details