java.lang.Object
com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
All Implemented Interfaces:
UiCmdlineEvent, UiEvent

public final class CmdlineShowEvent extends Object implements UiCmdlineEvent
  • Field Details

  • Constructor Details

    • CmdlineShowEvent

      public CmdlineShowEvent(List<List> content, int pos, String firstc, String prompt, int indent, int level)
  • Method Details

    • getContent

      public List<List> getContent()
    • getPos

      public int getPos()
    • getFirstc

      public String getFirstc()
    • getPrompt

      public String getPrompt()
    • getIndent

      public int getIndent()
    • getLevel

      public int getLevel()
    • getEventName

      public String getEventName()
      Specified by:
      getEventName in interface UiEvent
    • toString

      public String toString()
      Overrides:
      toString in class Object