Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AMBIGUOUS_WIDTH - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- ARABIC_SHAPE - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
B
- BellEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- BellEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.BellEvent
- BLOCK - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
- BufferChangedTickEvent - Class in com.ensarsarajcic.neovim.java.notifications.buffer
- BufferChangedTickEvent(Buffer, long) - Constructor for class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- BufferDetachEvent - Class in com.ensarsarajcic.neovim.java.notifications.buffer
- BufferDetachEvent(Buffer) - Constructor for class com.ensarsarajcic.neovim.java.notifications.buffer.BufferDetachEvent
- BufferEvent - Interface in com.ensarsarajcic.neovim.java.notifications.buffer
- bufferEvents() - Method in interface com.ensarsarajcic.neovim.java.notifications.NeovimNotificationHandler
-
Passes down a publisher of
BufferEventobjects receivedBufferEventis a special type of notification that is received when attached to a buffer in Neovim It will never complete - bufferEvents() - Method in class com.ensarsarajcic.neovim.java.notifications.NeovimStreamNotificationHandler
- BufferLinesEvent - Class in com.ensarsarajcic.neovim.java.notifications.buffer
- BufferLinesEvent(Buffer, int, int, int, List<String>, boolean) - Constructor for class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- BusyOffEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- BusyOffEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOffEvent
- BusyOnEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- BusyOnEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOnEvent
C
- ClearEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- ClearEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.ClearEvent
- CmdlineBlockAppend - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlineBlockAppend(String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockAppend
- CmdlineBlockHideEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlineBlockHideEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockHideEvent
- CmdlineBlockShow - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlineBlockShow(List<List>) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockShow
- CmdlineHideEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlineHideEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineHideEvent
- CmdlinePosEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlinePosEvent(int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlinePosEvent
- CmdlineShowEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlineShowEvent(List<List>, int, String, String, int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- CmdlineSpecialCharEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- CmdlineSpecialCharEvent(String, boolean, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- com.ensarsarajcic.neovim.java.notifications - package com.ensarsarajcic.neovim.java.notifications
- com.ensarsarajcic.neovim.java.notifications.buffer - package com.ensarsarajcic.neovim.java.notifications.buffer
- com.ensarsarajcic.neovim.java.notifications.global - package com.ensarsarajcic.neovim.java.notifications.global
- com.ensarsarajcic.neovim.java.notifications.ui - package com.ensarsarajcic.neovim.java.notifications.ui
- com.ensarsarajcic.neovim.java.notifications.ui.cmdline - package com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- com.ensarsarajcic.neovim.java.notifications.ui.global - package com.ensarsarajcic.neovim.java.notifications.ui.global
- com.ensarsarajcic.neovim.java.notifications.ui.grid - package com.ensarsarajcic.neovim.java.notifications.ui.grid
- com.ensarsarajcic.neovim.java.notifications.ui.popupmenu - package com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
- com.ensarsarajcic.neovim.java.notifications.ui.tabline - package com.ensarsarajcic.neovim.java.notifications.ui.tabline
- com.ensarsarajcic.neovim.java.notifications.ui.wildmenu - package com.ensarsarajcic.neovim.java.notifications.ui.wildmenu
- CREATOR - Static variable in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- CREATOR - Static variable in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferDetachEvent
- CREATOR - Static variable in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- CREATOR - Static variable in class com.ensarsarajcic.neovim.java.notifications.global.ErrorEvent
- CREATOR - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- CREATOR - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- CursorGotoEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- CursorGotoEvent(int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
D
- DefaultColorsSetEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- DefaultColorsSetEvent(int, int, int, int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
E
- EMOJI - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- EolClearEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- EolClearEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.EolClearEvent
- ErrorEvent - Class in com.ensarsarajcic.neovim.java.notifications.global
- ErrorEvent(RpcError) - Constructor for class com.ensarsarajcic.neovim.java.notifications.global.ErrorEvent
- EXT_CMDLINE - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- EXT_POPUP_MENU - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- EXT_TABLINE - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- EXT_WILD_MENU - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
F
- FlushEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- FlushEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.FlushEvent
- fromString(String) - Static method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
- fromString(String) - Static method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
G
- getAttributes() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightSetEvent
- getBackground() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- getBlend() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- getBlinkOff() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getBlinkOn() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getBlinkWait() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getBot() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- getBuffer() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- getBuffer() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferDetachEvent
- getBuffer() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- getCellPercentage() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getChangedTick() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- getChangedTick() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- getCharacter() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- getCol() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
- getCol() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- getColor() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateBackgroundEvent
- getColor() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateForegroundEvent
- getColor() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateSpecialColorEvent
- getContent() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getCount() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ScrollEvent
- getCtermBg() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- getCtermFg() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- getCurrentTabpage() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- getCursorShape() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getError() - Method in class com.ensarsarajcic.neovim.java.notifications.global.ErrorEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockAppend
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockHideEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockShow
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineHideEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlinePosEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.BellEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOffEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOnEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.FlushEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeChangeEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOffEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOnEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetIconEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetTitleEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SuspendEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.UpdateMenuEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.VisualBellEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ClearEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.EolClearEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightSetEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.PutEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ResizeEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ScrollEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateBackgroundEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateForegroundEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateSpecialColorEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuHideEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuSelectEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- getEventName() - Method in interface com.ensarsarajcic.neovim.java.notifications.ui.UiEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.UnsupportedEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuHideEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuSelectEvent
- getEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuShowEvent
- getExpectedEventName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.UnsupportedEvent
- getFirstc() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getFirstLine() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- getForeground() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- getFullName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getHeight() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ResizeEvent
- getHighlightId() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getHighlightLangmapId() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getIcon() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetIconEvent
- getIndent() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getInfo() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent.Item
- getItems() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- getItems() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuShowEvent
- getKind() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent.Item
- getLastLine() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- getLeft() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- getLevel() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlinePosEvent
- getLevel() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getLevel() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- getLine() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockAppend
- getLineData() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- getLines() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockShow
- getMenu() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent.Item
- getMode() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeChangeEvent
- getModeId() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeChangeEvent
- getModeInfoList() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
- getMouseShape() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent.TabInfo
- getNotificationName() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- getNotificationName() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferDetachEvent
- getNotificationName() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- getNotificationName() - Method in class com.ensarsarajcic.neovim.java.notifications.global.ErrorEvent
- getNotificationName() - Method in interface com.ensarsarajcic.neovim.java.notifications.NeovimNotification
-
Provides the name of this notification type.
- getNotificationName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.NeovimRedrawEvent
- getOption() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- getOptionName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- getPos() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlinePosEvent
- getPos() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getPrompt() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- getRawValue() - Method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- getRgbBg() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- getRgbFg() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- getRgbSp() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- getRight() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- getRow() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
- getRow() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- getSelected() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuSelectEvent
- getSelected() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- getSelectedIndex() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuSelectEvent
- getShortName() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- getSpecial() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- getTab() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent.TabInfo
- getTabs() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- getText() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.PutEvent
- getTitle() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetTitleEvent
- getTop() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- getUiEvents() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.NeovimRedrawEvent
- getValue() - Method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
- getValue() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- getWidth() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ResizeEvent
- getWord() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent.Item
- GlobalEvent - Interface in com.ensarsarajcic.neovim.java.notifications.global
- globalEvents() - Method in interface com.ensarsarajcic.neovim.java.notifications.NeovimNotificationHandler
-
Passes down a publisher of
GlobalEventobjects receivedGlobalEventis a superclass of all general nvim notifications It will never complete - globalEvents() - Method in class com.ensarsarajcic.neovim.java.notifications.NeovimStreamNotificationHandler
- GUI_FONT - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- GUI_FONT_SET - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- GUI_FONT_WIDE - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
H
- HighlightAttributes - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- HighlightAttributes(int, int, int, boolean, boolean, boolean, boolean, boolean, boolean, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- HighlightSetEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- HighlightSetEvent(HighlightAttributes) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightSetEvent
- HORIZONTAL - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
I
- isBold() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- isCursorStyleEnabled() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
- isItalic() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- isMore() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- isReverse() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- isShift() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- isStrikethrough() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- isUndercurl() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- isUnderline() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- Item(String, String, String, String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent.Item
L
- LINE_SPACE - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
M
- ModeChangeEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- ModeChangeEvent(String, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeChangeEvent
- ModeInfo - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- ModeInfo(ModeInfo.CursorShape, int, int, int, int, int, int, String, String, Object, Integer, Integer) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- ModeInfo.CursorShape - Enum Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- ModeInfoSetEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- ModeInfoSetEvent(boolean, List<ModeInfo>) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
- MouseOffEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- MouseOffEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOffEvent
- MouseOnEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- MouseOnEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOnEvent
N
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferDetachEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.global.ErrorEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockAppend
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockHideEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockShow
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineHideEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlinePosEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.BellEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOffEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOnEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.FlushEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeChangeEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOffEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOnEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetIconEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetTitleEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.SuspendEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.UpdateMenuEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.global.VisualBellEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ClearEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.EolClearEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightSetEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.PutEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ResizeEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ScrollEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateBackgroundEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateForegroundEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateSpecialColorEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.NeovimRedrawEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuHideEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuSelectEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.UnsupportedEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuHideEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuSelectEvent
- NAME - Static variable in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuShowEvent
- neovim.notifications - module neovim.notifications
- NeovimNotification - Interface in com.ensarsarajcic.neovim.java.notifications
-
Interface describing a neovim notification type.
- NeovimNotificationHandler - Interface in com.ensarsarajcic.neovim.java.notifications
-
Represents a source of notifications coming from neovim.
- NeovimRedrawEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui
-
Represents a special notification that consists of multiple
UiEvents - NeovimRedrawEvent(List<UiEvent>) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.NeovimRedrawEvent
- NeovimStreamNotificationHandler - Class in com.ensarsarajcic.neovim.java.notifications
-
Implementation of
NeovimNotificationHandlerbased onReactiveRpcStreamer - NeovimStreamNotificationHandler(ReactiveRpcStreamer) - Constructor for class com.ensarsarajcic.neovim.java.notifications.NeovimStreamNotificationHandler
-
Creates a new
NeovimStreamNotificationHandlerreading notifications fromReactiveRpcStreamerpassed in the constructor.
O
- OptionSetEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- OptionSetEvent(String, Object) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- OptionSetEvent.Option - Enum Class in com.ensarsarajcic.neovim.java.notifications.ui.global
P
- PopupmenuHideEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
- PopupmenuHideEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuHideEvent
- PopupmenuSelectEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
- PopupmenuSelectEvent(int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuSelectEvent
- PopupmenuShowEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
- PopupmenuShowEvent(List<PopupmenuShowEvent.Item>, int, int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- PopupmenuShowEvent.Item - Class in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
- PREFIX - Static variable in interface com.ensarsarajcic.neovim.java.notifications.buffer.BufferEvent
- PutEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- PutEvent(String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.PutEvent
R
- ResizeEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- ResizeEvent(int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.ResizeEvent
S
- ScrollEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- ScrollEvent(int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.ScrollEvent
- SetIconEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- SetIconEvent(String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.SetIconEvent
- SetScrollRegionEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- SetScrollRegionEvent(int, int, int, int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- SetTitleEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- SetTitleEvent(String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.SetTitleEvent
- SHOW_TABLINE - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- SuspendEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- SuspendEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.SuspendEvent
T
- TabInfo(Tabpage, String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent.TabInfo
- TablineUpdateEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.tabline
- TablineUpdateEvent(Tabpage, List<TablineUpdateEvent.TabInfo>) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- TablineUpdateEvent.TabInfo - Class in com.ensarsarajcic.neovim.java.notifications.ui.tabline
- TERMINAL_GUI_COLORS - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferChangedTickEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferDetachEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.buffer.BufferLinesEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockAppend
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockHideEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineBlockShow
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineHideEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlinePosEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineShowEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.cmdline.CmdlineSpecialCharEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.BellEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOffEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.BusyOnEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.FlushEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeChangeEvent
- toString() - Method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfoSetEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOffEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.MouseOnEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetIconEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SetTitleEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.SuspendEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.UpdateMenuEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.global.VisualBellEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ClearEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.CursorGotoEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.DefaultColorsSetEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.EolClearEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightAttributes
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.HighlightSetEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.PutEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ResizeEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.ScrollEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.SetScrollRegionEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateBackgroundEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateForegroundEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateSpecialColorEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.NeovimRedrawEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuHideEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuSelectEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.popupmenu.PopupmenuShowEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent.TabInfo
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.tabline.TablineUpdateEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.UnsupportedEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuHideEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuSelectEvent
- toString() - Method in class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuShowEvent
U
- UiCmdlineEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
- UiEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui
-
Represents one part of a
NeovimRedrawEvent - uiEvents() - Method in interface com.ensarsarajcic.neovim.java.notifications.NeovimNotificationHandler
-
Passes down a publisher of
NeovimRedrawEventobjects receivedNeovimRedrawEventis a special type of notification that is received when attached to Neovim It will never complete - uiEvents() - Method in class com.ensarsarajcic.neovim.java.notifications.NeovimStreamNotificationHandler
- UiGlobalEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui.global
- UiGridEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui.grid
- UiPopupmenuEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
- UiTablineEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui.tabline
- UiWildmenuEvent - Interface in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu
- UnsupportedEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui
- UnsupportedEvent(String) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.UnsupportedEvent
- UpdateBackgroundEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- UpdateBackgroundEvent(int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateBackgroundEvent
- UpdateForegroundEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- UpdateForegroundEvent(int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateForegroundEvent
- UpdateMenuEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- UpdateMenuEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.UpdateMenuEvent
- UpdateSpecialColorEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.grid
- UpdateSpecialColorEvent(int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.grid.UpdateSpecialColorEvent
V
- valueOf(String) - Static method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.OptionSetEvent.Option
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERTICAL - Enum constant in enum class com.ensarsarajcic.neovim.java.notifications.ui.global.ModeInfo.CursorShape
- VisualBellEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.global
- VisualBellEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.global.VisualBellEvent
W
- WildmenuHideEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu
- WildmenuHideEvent() - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuHideEvent
- WildmenuSelectEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu
- WildmenuSelectEvent(int) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuSelectEvent
- WildmenuShowEvent - Class in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu
- WildmenuShowEvent(List<String>) - Constructor for class com.ensarsarajcic.neovim.java.notifications.ui.wildmenu.WildmenuShowEvent
All Classes and Interfaces|All Packages|Constant Field Values