Module neovim.notifications
Class CmdlineShowEvent
java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- All Implemented Interfaces:
UiCmdlineEvent,UiEvent
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCmdlineShowEvent(List<List> content, int pos, String firstc, String prompt, int indent, int level) -
Method Summary
-
Field Details
-
NAME
- See Also:
-
-
Constructor Details
-
CmdlineShowEvent
-
-
Method Details
-
getContent
-
getPos
public int getPos() -
getFirstc
-
getPrompt
-
getIndent
public int getIndent() -
getLevel
public int getLevel() -
getEventName
- Specified by:
getEventNamein interfaceUiEvent
-
toString
-