Class Dialog.DialogClass

All Implemented Interfaces:
Proxy
Enclosing class:
Dialog

public static class Dialog.DialogClass extends Window.WindowClass
  • Constructor Details

    • DialogClass

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

      public void overrideResponse(Arena arena, @Nullable Method method)
      Override virtual method response.
      Parameters:
      method - the method to invoke
    • overrideClose

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