Class RemoteActionGroup.RemoteActionGroup$Impl
java.lang.Object
org.javagi.base.ProxyInstance
org.gnome.gobject.TypeInstance
org.gnome.gobject.GObject
org.gnome.gio.RemoteActionGroup.RemoteActionGroup$Impl
- All Implemented Interfaces:
ActionGroup, RemoteActionGroup, Proxy
- Enclosing interface:
RemoteActionGroup
public static class RemoteActionGroup.RemoteActionGroup$Impl
extends GObject
implements RemoteActionGroup
The RemoteActionGroup$Impl type represents a native instance of the RemoteActionGroup interface.
- Since:
- 2.32
-
Nested Class Summary
Nested classes/interfaces inherited from class GObject
GObject.Builder<B>, GObject.NotifyCallback, GObject.ObjectClassNested classes/interfaces inherited from interface ActionGroup
ActionGroup.ActionAddedCallback, ActionGroup.ActionEnabledChangedCallback, ActionGroup.ActionGroup$Impl, ActionGroup.ActionGroupInterface, ActionGroup.ActionRemovedCallback, ActionGroup.ActionStateChangedCallbackNested classes/interfaces inherited from interface RemoteActionGroup
RemoteActionGroup.RemoteActionGroup$Impl, RemoteActionGroup.RemoteActionGroupInterface -
Constructor Summary
ConstructorsConstructorDescriptionRemoteActionGroup$Impl(MemorySegment address) Create a RemoteActionGroup instance for the provided memory address. -
Method Summary
Methods inherited from class GObject
addToggleRef, addWeakPointer, asParent, bindProperty, bindProperty, bindProperty, bindPropertyFull, bindPropertyFull, bindPropertyWithClosures, bindPropertyWithClosures, builder, compatControl, connect, connect, connect, constructed, disconnect, dispatchPropertiesChanged, dispose, dupData, dupQdata, emit, emitNotify, finalize_, forceFloating, freezeNotify, get, getData, getMemoryLayout, getProperty, getProperty, getProperty, getQdata, getType, getv, interfaceFindProperty, interfaceInstallProperty, interfaceListProperties, isFloating, newInstance, newInstance, newv, notify, notify, notifyByPspec, onNotify, ref, refSink, removeToggleRef, removeWeakPointer, replaceData, replaceQdata, runDispose, set, setData, setDataFull, setProperty, setProperty, setProperty, setQdata, setQdataFull, setv, stealData, stealQdata, takeRef, thawNotify, unref, watchClosure, weakRef, weakUnref, withPropertiesMethods inherited from class TypeInstance
callParent, callParent, cast, getPrivate, readGClass, writeGClassMethods inherited from class ProxyInstance
equals, handle, hashCodeMethods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ActionGroup
actionAdded, actionEnabledChanged, actionRemoved, actionStateChanged, activateAction, changeActionState, emitActionAdded, emitActionEnabledChanged, emitActionRemoved, emitActionStateChanged, getActionEnabled, getActionParameterType, getActionState, getActionStateHint, getActionStateType, hasAction, listActions, onActionAdded, onActionEnabledChanged, onActionRemoved, onActionStateChanged, queryActionMethods inherited from interface RemoteActionGroup
activateActionFull, changeActionStateFull
-
Constructor Details
-
RemoteActionGroup$Impl
Create a RemoteActionGroup instance for the provided memory address.- Parameters:
address- the memory address of the native object
-