Class CellRenderer.CellRendererClass

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
CellRendererText.CellRendererTextClass
Enclosing class:
CellRenderer

public static class CellRenderer.CellRendererClass extends InitiallyUnowned.InitiallyUnownedClass
  • Constructor Details

    • CellRendererClass

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

      public void overrideGetRequestMode(Arena arena, @Nullable Method method)
      Override virtual method get_request_mode.
      Parameters:
      method - the method to invoke
    • overrideGetPreferredWidth

      public void overrideGetPreferredWidth(Arena arena, @Nullable Method method)
      Override virtual method get_preferred_width.
      Parameters:
      method - the method to invoke
    • overrideGetPreferredHeightForWidth

      public void overrideGetPreferredHeightForWidth(Arena arena, @Nullable Method method)
      Override virtual method get_preferred_height_for_width.
      Parameters:
      method - the method to invoke
    • overrideGetPreferredHeight

      public void overrideGetPreferredHeight(Arena arena, @Nullable Method method)
      Override virtual method get_preferred_height.
      Parameters:
      method - the method to invoke
    • overrideGetPreferredWidthForHeight

      public void overrideGetPreferredWidthForHeight(Arena arena, @Nullable Method method)
      Override virtual method get_preferred_width_for_height.
      Parameters:
      method - the method to invoke
    • overrideGetAlignedArea

      public void overrideGetAlignedArea(Arena arena, @Nullable Method method)
      Override virtual method get_aligned_area.
      Parameters:
      method - the method to invoke
    • overrideSnapshot

      public void overrideSnapshot(Arena arena, @Nullable Method method)
      Override virtual method snapshot.
      Parameters:
      method - the method to invoke
    • overrideActivate

      public void overrideActivate(Arena arena, @Nullable Method method)
      Override virtual method activate.
      Parameters:
      method - the method to invoke
    • overrideStartEditing

      public void overrideStartEditing(Arena arena, @Nullable Method method)
      Override virtual method start_editing.
      Parameters:
      method - the method to invoke
    • overrideEditingCanceled

      public void overrideEditingCanceled(Arena arena, @Nullable Method method)
      Override virtual method editing_canceled.
      Parameters:
      method - the method to invoke
    • overrideEditingStarted

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