Class View.ViewClass

All Implemented Interfaces:
Proxy
Direct Known Subclasses:
Map.MapClass
Enclosing class:
View

public static class View.ViewClass extends TextView.TextViewClass
  • Constructor Details

    • ViewClass

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

      public void overrideLineMarkActivated(Arena arena, @Nullable Method method)
      Override virtual method line_mark_activated.
      Parameters:
      method - the method to invoke
    • overrideShowCompletion

      public void overrideShowCompletion(Arena arena, @Nullable Method method)
      Override virtual method show_completion.
      Parameters:
      method - the method to invoke
    • overrideMoveLines

      public void overrideMoveLines(Arena arena, @Nullable Method method)
      Override virtual method move_lines.
      Parameters:
      method - the method to invoke
    • overrideMoveWords

      public void overrideMoveWords(Arena arena, @Nullable Method method)
      Override virtual method move_words.
      Parameters:
      method - the method to invoke
    • overridePushSnippet

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