Class AuthorActionEventDetails


  • @API(type=EXTENDABLE,
         src=PUBLIC)
    public class AuthorActionEventDetails
    extends java.lang.Object
    Class offering details about an author action event.
    Since:
    23
    • Constructor Detail

      • AuthorActionEventDetails

        public AuthorActionEventDetails​(AuthorActionEventHandler.AuthorActionEventType eventType,
                                        boolean showContentCompletionWindowOnEnter)
        Class containing information on an author action event.
        Parameters:
        eventType - the event type.
        showContentCompletionWindowOnEnter - true if the content completion window should be shown when ENTER is pressed.
    • Method Detail

      • isShowContentCompletionWindowOnEnter

        public boolean isShowContentCompletionWindowOnEnter()
        Returns:
        Returns true if the content completion window will be shown when ENTER is pressed. This setting is controlled by the "Press ENTER to show available content completion proposals" checkbox.