Package org.gnome.gtk
Class AccessibleText.AccessibleTextInterface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.AccessibleText.AccessibleTextInterface
- All Implemented Interfaces:
Proxy
- Enclosing interface:
AccessibleText
The interface vtable for accessible objects containing text.
- Since:
- 4.14
-
Constructor Summary
ConstructorsConstructorDescriptionAccessibleTextInterface(MemorySegment address) Create a AccessibleTextInterface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideGetAttributes(Arena arena, @Nullable Method method) Override virtual methodget_attributes.voidoverrideGetCaretPosition(Arena arena, @Nullable Method method) Override virtual methodget_caret_position.voidoverrideGetContents(Arena arena, @Nullable Method method) Override virtual methodget_contents.voidoverrideGetContentsAt(Arena arena, @Nullable Method method) Override virtual methodget_contents_at.voidoverrideGetDefaultAttributes(Arena arena, @Nullable Method method) Override virtual methodget_default_attributes.voidoverrideGetExtents(Arena arena, @Nullable Method method) Override virtual methodget_extents.voidoverrideGetOffset(Arena arena, @Nullable Method method) Override virtual methodget_offset.voidoverrideGetSelection(Arena arena, @Nullable Method method) Override virtual methodget_selection.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
-
AccessibleTextInterface
Create a AccessibleTextInterface 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
-
overrideGetContents
-
overrideGetContentsAt
-
overrideGetCaretPosition
-
overrideGetSelection
-
overrideGetAttributes
-
overrideGetDefaultAttributes
-
overrideGetExtents
-
overrideGetOffset
-