Class AccessibleList

java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gtk.AccessibleList
All Implemented Interfaces:
Proxy

@Generated("org.javagi.JavaGI") public class AccessibleList extends ProxyInstance
Wraps a list of references to Accessible objects.
Since:
4.14
  • Constructor Details

    • AccessibleList

      public AccessibleList(MemorySegment address)
      Create a AccessibleList proxy instance for the provided memory address.
      Parameters:
      address - the memory address of the native object
  • Method Details

    • getType

      public static @Nullable Type getType()
      Get the GType of the AccessibleList class.
      Returns:
      the GType
    • getMemoryLayout

      public static MemoryLayout getMemoryLayout()
      The memory layout of the native struct.
      Returns:
      the memory layout
    • fromArray

      public static AccessibleList fromArray(@Nullable Accessible @Nullable [] accessibles)
      Allocates a new list of accessible objects.
      Parameters:
      accessibles - array of accessible objects
      Returns:
      the newly created list of accessible objects
      Since:
      4.14
    • fromList

      public static AccessibleList fromList(List<Accessible> list)
      Allocates a new GtkAccessibleList, doing a shallow copy of the passed list of accessible objects
      Parameters:
      list - a list of accessible objects
      Returns:
      the list of accessible objects
      Since:
      4.14
    • getObjects

      public List<Accessible> getObjects()
      Gets the list of objects this boxed type holds.
      Returns:
      a shallow copy of the objects
      Since:
      4.14