Class TreeDragDest.TreeDragDestIface

All Implemented Interfaces:
Proxy
Enclosing interface:
TreeDragDest

public static class TreeDragDest.TreeDragDestIface extends TypeInterface
  • Constructor Details

    • TreeDragDestIface

      public TreeDragDestIface(MemorySegment address)
      Create a TreeDragDestIface proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • overrideDragDataReceived

      public void overrideDragDataReceived(Arena arena, @Nullable Method method)
      Override virtual method drag_data_received.
      Parameters:
      method - the method to invoke
    • overrideRowDropPossible

      public void overrideRowDropPossible(Arena arena, @Nullable Method method)
      Override virtual method row_drop_possible.
      Parameters:
      method - the method to invoke