-
- All Implemented Interfaces:
-
java.lang.AutoCloseable,uniffi.wysiwyg_composer.ComposerUpdateInterface,uniffi.wysiwyg_composer.Disposable
public class ComposerUpdate implements Disposable, AutoCloseable, ComposerUpdateInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classComposerUpdate.Companion
-
Constructor Summary
Constructors Constructor Description ComposerUpdate(Pointer pointer)ComposerUpdate(NoPointer noPointer)This constructor can be used to instantiate a fake object.
-
Method Summary
Modifier and Type Method Description Unitdestroy()Unitclose()final PointeruniffiClonePointer()LinkActionUpdatelinkAction()MenuActionmenuAction()MenuStatemenuState()TextUpdatetextUpdate()-
-
Constructor Detail
-
ComposerUpdate
ComposerUpdate(Pointer pointer)
-
ComposerUpdate
ComposerUpdate(NoPointer noPointer)
This constructor can be used to instantiate a fake object.
-
-
Method Detail
-
uniffiClonePointer
final Pointer uniffiClonePointer()
-
linkAction
LinkActionUpdate linkAction()
-
menuAction
MenuAction menuAction()
-
textUpdate
TextUpdate textUpdate()
-
-
-
-