Uses of Interface
com.ensarsarajcic.neovim.java.notifications.ui.UiEvent
-
-
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui
Methods in com.ensarsarajcic.neovim.java.notifications.ui that return types with arguments of type UiEvent Modifier and Type Method Description java.util.List<UiEvent>NeovimRedrawEvent. getUiEvents()Constructor parameters in com.ensarsarajcic.neovim.java.notifications.ui with type arguments of type UiEvent Constructor Description NeovimRedrawEvent(java.util.List<UiEvent> uiEvents) -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.cmdline
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.cmdline Modifier and Type Interface Description interfaceUiCmdlineEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.cmdline that implement UiEvent Modifier and Type Class Description classCmdlineBlockAppendclassCmdlineBlockHideEventclassCmdlineBlockShowclassCmdlineHideEventclassCmdlinePosEventclassCmdlineShowEventclassCmdlineSpecialCharEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.global
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.global Modifier and Type Interface Description interfaceUiGlobalEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.global that implement UiEvent Modifier and Type Class Description classBellEventclassBusyOffEventclassBusyOnEventclassModeChangeEventclassModeInfoSetEventclassMouseOffEventclassMouseOnEventclassOptionSetEventclassSetIconEventclassSetTitleEventclassSuspendEventclassUpdateMenuEventclassVisualBellEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.grid
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.grid Modifier and Type Interface Description interfaceUiGridEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.grid that implement UiEvent Modifier and Type Class Description classClearEventclassCursorGotoEventclassEolClearEventclassHighlightSetEventclassPutEventclassResizeEventclassScrollEventclassSetScrollRegionEventclassUpdateBackgroundEventclassUpdateForegroundEventclassUpdateSpecialColorEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid Modifier and Type Interface Description interfaceUiLineGridEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.grid.linegrid that implement UiEvent Modifier and Type Class Description classGridClearEventclassGridCursorGotoEventclassGridDestroyEventclassGridLineEventclassGridResizeEventclassGridScrollEventclassHighlightAttributeDefineEventclassHighlightGroupSetEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.message
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.message Modifier and Type Interface Description interfaceUiMessageEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.message that implement UiEvent Modifier and Type Class Description classMessageClearEventclassMessageHistoryShowEventclassMessageRulerEventclassMessageShowCommandEventclassMessageShowEventclassMessageShowModeEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.multigrid
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.multigrid Modifier and Type Interface Description interfaceUiMultigridEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.multigrid that implement UiEvent Modifier and Type Class Description classMessageSetEventclassWinCloseEventclassWinExternalPositionEventclassWinFloatingPositionEventclassWinHideEventclassWinPositionEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu Modifier and Type Interface Description interfaceUiPopupmenuEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.popupmenu that implement UiEvent Modifier and Type Class Description classPopupmenuHideEventclassPopupmenuSelectEventclassPopupmenuShowEvent -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.tabline
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.tabline Modifier and Type Interface Description interfaceUiTablineEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.tabline that implement UiEvent Modifier and Type Class Description classTablineUpdateEventFields in com.ensarsarajcic.neovim.java.notifications.ui.tabline with type parameters of type UiEvent Modifier and Type Field Description static java.util.function.Function<java.util.List,UiEvent>TablineUpdateEvent. CREATOR -
Uses of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu
Subinterfaces of UiEvent in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu Modifier and Type Interface Description interfaceUiWildmenuEventClasses in com.ensarsarajcic.neovim.java.notifications.ui.wildmenu that implement UiEvent Modifier and Type Class Description classWildmenuHideEventclassWildmenuSelectEventclassWildmenuShowEvent
-