Package ro.sync.ecss.extensions.api
Class AuthorActionEventDetails
java.lang.Object
ro.sync.ecss.extensions.api.AuthorActionEventDetails
Class offering details about an author action event.
- Since:
- 23
-
Constructor Summary
ConstructorsConstructorDescriptionAuthorActionEventDetails
(AuthorActionEventHandler.AuthorActionEventType eventType, boolean showContentCompletionWindowOnEnter) Class containing information on an author action event. -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
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 Details
-
getEventType
- Returns:
- Returns the eventType.
-
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.
-