Package org.gnome.gtk
Class Accessible.AccessibleInterface
java.lang.Object
org.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.
- Since:
- 4.10
-
Constructor Summary
ConstructorsConstructorDescriptionAccessibleInterface(MemorySegment address) Create a AccessibleInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideGetAccessibleParent(Arena arena, @Nullable Method method) Override virtual methodget_accessible_parent.voidoverrideGetAtContext(Arena arena, @Nullable Method method) Override virtual methodget_at_context.voidoverrideGetBounds(Arena arena, @Nullable Method method) Override virtual methodget_bounds.voidoverrideGetFirstAccessibleChild(Arena arena, @Nullable Method method) Override virtual methodget_first_accessible_child.voidoverrideGetNextAccessibleSibling(Arena arena, @Nullable Method method) Override virtual methodget_next_accessible_sibling.voidoverrideGetPlatformState(Arena arena, @Nullable Method method) Override virtual methodget_platform_state.Methods inherited from class org.gnome.gobject.TypeInterface
addPrerequisite, getPlugin, instantiatablePrerequisite, peek, peekParent, prerequisites, readGInstanceType, readGType, writeGInstanceType, writeGTypeMethods inherited from class org.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
-
-
Method Details
-
getMemoryLayout
The memory layout of the native struct.- Returns:
- the memory layout
-
overrideGetAtContext
-
overrideGetPlatformState
-
overrideGetAccessibleParent
-
overrideGetFirstAccessibleChild
-
overrideGetNextAccessibleSibling
-
overrideGetBounds
-