Package org.gnome.gtk
Class Accessible.AccessibleInterface
java.lang.Object
io.github.jwharm.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.Accessible.AccessibleInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
Accessible
The common interface for accessible objects.
-
Constructor Summary
ConstructorDescriptionAllocate a new AccessibleInterface.AccessibleInterface
(Arena arena) Allocate a new AccessibleInterface.AccessibleInterface
(MemorySegment address) Create a AccessibleInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayout
The memory layout of the native struct.void
overrideGetAccessibleParent
(Arena arena, Method method) Override virtual methodget_accessible_parent
.void
overrideGetAtContext
(Arena arena, Method method) Override virtual methodget_at_context
.void
overrideGetBounds
(Arena arena, Method method) Override virtual methodget_bounds
.void
overrideGetFirstAccessibleChild
(Arena arena, Method method) Override virtual methodget_first_accessible_child
.void
overrideGetNextAccessibleSibling
(Arena arena, Method method) Override virtual methodget_next_accessible_sibling
.void
overrideGetPlatformState
(Arena arena, Method method) Override virtual methodget_platform_state
.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGType
Methods inherited from class io.github.jwharm.javagi.base.ProxyInstance
equals, handle, hashCode
-
Constructor Details
-
AccessibleInterface
Create a AccessibleInterface proxy instance for the provided memory address.- Parameters:
address
- the memory address of the native object
-
AccessibleInterface
Allocate a new AccessibleInterface.- Parameters:
arena
- to control the memory allocation scope
-
AccessibleInterface
public AccessibleInterface()Allocate a new AccessibleInterface. The memory is allocated withArena.ofAuto()
.
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetAtContext
-
overrideGetPlatformState
-
overrideGetAccessibleParent
-
overrideGetFirstAccessibleChild
-
overrideGetNextAccessibleSibling
-
overrideGetBounds
-