Package org.gnome.gtk
Class TreeModel.TreeModelIface
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInterface
org.gnome.gtk.TreeModel.TreeModelIface
-
Constructor Summary
ConstructorsConstructorDescriptionTreeModelIface(MemorySegment address) Create a TreeModelIface proxy instance for the provided memory address. -
Method Summary
Modifier and TypeMethodDescriptionstatic MemoryLayoutThe memory layout of the native struct.voidoverrideGetColumnType(Arena arena, @Nullable Method method) Override virtual methodget_column_type.voidoverrideGetFlags(Arena arena, @Nullable Method method) Override virtual methodget_flags.voidoverrideGetIter(Arena arena, @Nullable Method method) Override virtual methodget_iter.voidoverrideGetNColumns(Arena arena, @Nullable Method method) Override virtual methodget_n_columns.voidoverrideGetPath(Arena arena, @Nullable Method method) Override virtual methodget_path.voidoverrideGetValue(Arena arena, @Nullable Method method) Override virtual methodget_value.voidoverrideIterChildren(Arena arena, @Nullable Method method) Override virtual methoditer_children.voidoverrideIterHasChild(Arena arena, @Nullable Method method) Override virtual methoditer_has_child.voidoverrideIterNChildren(Arena arena, @Nullable Method method) Override virtual methoditer_n_children.voidoverrideIterNext(Arena arena, @Nullable Method method) Override virtual methoditer_next.voidoverrideIterNthChild(Arena arena, @Nullable Method method) Override virtual methoditer_nth_child.voidoverrideIterParent(Arena arena, @Nullable Method method) Override virtual methoditer_parent.voidoverrideIterPrevious(Arena arena, @Nullable Method method) Override virtual methoditer_previous.voidoverrideRefNode(Arena arena, @Nullable Method method) Override virtual methodref_node.voidoverrideRowChanged(Arena arena, @Nullable Method method) Override virtual methodrow_changed.voidoverrideRowDeleted(Arena arena, @Nullable Method method) Override virtual methodrow_deleted.voidoverrideRowHasChildToggled(Arena arena, @Nullable Method method) Override virtual methodrow_has_child_toggled.voidoverrideRowInserted(Arena arena, @Nullable Method method) Override virtual methodrow_inserted.voidoverrideRowsReordered(Arena arena, @Nullable Method method) Override virtual methodrows_reordered.voidoverrideUnrefNode(Arena arena, @Nullable Method method) Override virtual methodunref_node.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
-
TreeModelIface
Create a TreeModelIface 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
-
overrideRowChanged
-
overrideRowInserted
-
overrideRowHasChildToggled
-
overrideRowDeleted
-
overrideRowsReordered
-
overrideGetFlags
-
overrideGetNColumns
-
overrideGetColumnType
-
overrideGetIter
-
overrideGetPath
-
overrideGetValue
-
overrideIterNext
-
overrideIterPrevious
-
overrideIterChildren
-
overrideIterHasChild
-
overrideIterNChildren
-
overrideIterNthChild
-
overrideIterParent
-
overrideRefNode
-
overrideUnrefNode
-