Package org.gnome.gtk
Class AccessibleList
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gtk.AccessibleList
-
Field Summary
Fields inherited from class io.github.jwharm.javagi.base.ProxyInstance
address
-
Constructor Summary
ConstructorsConstructorDescriptionAccessibleList
(MemorySegment address) Create a AccessibleList proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic AccessibleList
fromArray
(Accessible[] accessibles) Allocates a new list of accessible objects.static AccessibleList
fromList
(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 Type
getType()
Get the GType of the AccessibleList classMethods inherited from class io.github.jwharm.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
-