Package org.gnome.gtk
Class AccessibleList
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gtk.AccessibleList
-
Constructor Summary
ConstructorsConstructorDescriptionAccessibleList(MemorySegment address) Create a AccessibleList proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessibleListfromArray(@Nullable Accessible @Nullable [] accessibles) Allocates a new list of accessible objects.static AccessibleListfromList(List<Accessible> list) Allocates a newGtkAccessibleList, doing a shallow copy of the passed list of accessible objectsGets the list of objects this boxed type holds.static @Nullable TypegetType()Get the GType of the AccessibleList classMethods inherited from class org.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
AccessibleList
Create a AccessibleList proxy instance for the provided memory address.- Parameters:
address- the memory address of the native object
-
-
Method Details
-
getType
-
fromArray
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
Allocates a newGtkAccessibleList, 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
Gets the list of objects this boxed type holds.- Returns:
- a shallow copy of the objects
- Since:
- 4.14
-