Class Window.WindowClass

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
ApplicationWindow.ApplicationWindowClass, Dialog.DialogClass, MessageDialog.MessageDialogClass, Window.WindowClass
Enclosing class:
Window

public static class Window.WindowClass extends Widget.WidgetClass
  • Constructor Details

    • WindowClass

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

      public void overrideActivateFocus(Arena arena, @Nullable Method method)
      Override virtual method activate_focus.
      Parameters:
      method - the method to invoke
    • overrideActivateDefault

      public void overrideActivateDefault(Arena arena, @Nullable Method method)
      Override virtual method activate_default.
      Parameters:
      method - the method to invoke
    • overrideKeysChanged

      public void overrideKeysChanged(Arena arena, @Nullable Method method)
      Override virtual method keys_changed.
      Parameters:
      method - the method to invoke
    • overrideEnableDebugging

      public void overrideEnableDebugging(Arena arena, @Nullable Method method)
      Override virtual method enable_debugging.
      Parameters:
      method - the method to invoke
    • overrideCloseRequest

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