Class TreeSortable.TreeSortableIface

All Implemented Interfaces:
Proxy
Enclosing interface:
TreeSortable

public static class TreeSortable.TreeSortableIface extends TypeInterface
  • Constructor Details

    • TreeSortableIface

      public TreeSortableIface(MemorySegment address)
      Create a TreeSortableIface 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
    • overrideSortColumnChanged

      public void overrideSortColumnChanged(Arena arena, @Nullable Method method)
      Override virtual method sort_column_changed.
      Parameters:
      method - the method to invoke
    • overrideGetSortColumnId

      public void overrideGetSortColumnId(Arena arena, @Nullable Method method)
      Override virtual method get_sort_column_id.
      Parameters:
      method - the method to invoke
    • overrideSetSortColumnId

      public void overrideSetSortColumnId(Arena arena, @Nullable Method method)
      Override virtual method set_sort_column_id.
      Parameters:
      method - the method to invoke
    • overrideSetSortFunc

      public void overrideSetSortFunc(Arena arena, @Nullable Method method)
      Override virtual method set_sort_func.
      Parameters:
      method - the method to invoke
    • overrideSetDefaultSortFunc

      public void overrideSetDefaultSortFunc(Arena arena, @Nullable Method method)
      Override virtual method set_default_sort_func.
      Parameters:
      method - the method to invoke
    • overrideHasDefaultSortFunc

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