Class Swipeable.SwipeableInterface

All Implemented Interfaces:
Proxy
Enclosing interface:
Swipeable

public static class Swipeable.SwipeableInterface extends TypeInterface
An interface for swipeable widgets.
  • Constructor Details

    • SwipeableInterface

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

      public void overrideGetDistance(Arena arena, @Nullable Method method)
      Override virtual method get_distance.
      Parameters:
      method - the method to invoke
    • overrideGetSnapPoints

      public void overrideGetSnapPoints(Arena arena, @Nullable Method method)
      Override virtual method get_snap_points.
      Parameters:
      method - the method to invoke
    • overrideGetProgress

      public void overrideGetProgress(Arena arena, @Nullable Method method)
      Override virtual method get_progress.
      Parameters:
      method - the method to invoke
    • overrideGetCancelProgress

      public void overrideGetCancelProgress(Arena arena, @Nullable Method method)
      Override virtual method get_cancel_progress.
      Parameters:
      method - the method to invoke
    • overrideGetSwipeArea

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