Class AuthorActionEventHandlerBase

    • Constructor Detail

      • AuthorActionEventHandlerBase

        public AuthorActionEventHandlerBase()
    • Method Detail

      • getContentCompletionActions

        public java.util.List<IAuthorExtensionAction> getContentCompletionActions​(AuthorAccess authorAccess,
                                                                                  int caretOffset)
        Provides a list of actions that will be contributed in the content completion lists.
        Parameters:
        authorAccess - Access to the Author API.
        caretOffset - The caret offset.
        Returns:
        A list of actions that will be contributed in the content completion lists. Can be null.