Class Sorter.SorterClass

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
ColumnViewSorter.ColumnViewSorterClass, CustomSorter.CustomSorterClass, MultiSorter.MultiSorterClass, NumericSorter.NumericSorterClass, StringSorter.StringSorterClass, TreeListRowSorter.TreeListRowSorterClass
Enclosing class:
Sorter

public static class Sorter.SorterClass extends GObject.ObjectClass
The virtual table for GtkSorter.
  • Constructor Details

    • SorterClass

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

      public void overrideCompare(Arena arena, @Nullable Method method)
      Override virtual method compare.
      Parameters:
      method - the method to invoke
    • overrideGetOrder

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