Uses of Interface
xyz.cofe.term.common.InputEvent
-
Packages that use InputEvent Package Description xyz.cofe.term.common xyz.cofe.term.common.ev xyz.cofe.term.common.nix xyz.cofe.term.common.win -
-
Uses of InputEvent in xyz.cofe.term.common
Subinterfaces of InputEvent in xyz.cofe.term.common Modifier and Type Interface Description interfaceInputCharEventСобытие ввода символа (char) с клавиатураinterfaceInputKeyboardEventСобытия клавиатурыinterfaceInputKeyEventСобытия нажатия спец клавиш клавиатуры - стрелки, delete, backspace, ...interfaceInputMouseButtonEventСобытия нажатия клавиши мышиinterfaceInputMouseEventСобытия мышиinterfaceInputMouseWheelEventСобытие прокрутки колеса мышиinterfaceInputResizeEventСобытие изменение размера терминалаMethods in xyz.cofe.term.common that return types with arguments of type InputEvent Modifier and Type Method Description Optional<InputEvent>Console. read()Чтение событие вводаOptional<InputEvent>ConsoleDelegate. read() -
Uses of InputEvent in xyz.cofe.term.common.ev
Classes in xyz.cofe.term.common.ev that implement InputEvent Modifier and Type Class Description classInputCharEventBaseclassInputKeyEventBaseclassInputMouseButtonEventBaseclassInputResizeEventImpl -
Uses of InputEvent in xyz.cofe.term.common.nix
Classes in xyz.cofe.term.common.nix that implement InputEvent Modifier and Type Class Description classNixInputCharEventclassNixInputKeyEventclassNixInputMouseButtonEventFields in xyz.cofe.term.common.nix with type parameters of type InputEvent Modifier and Type Field Description protected Queue<InputEvent>NixConsole. eventBufferMethods in xyz.cofe.term.common.nix that return types with arguments of type InputEvent Modifier and Type Method Description protected Queue<InputEvent>NixAsyncConsole. createEventQueue()protected Queue<InputEvent>NixConsole. createEventQueue()protected abstract Optional<InputEvent>NixAbstractConsole. pollFromQueue()protected Optional<InputEvent>NixConsole. pollFromQueue()Optional<InputEvent>NixAbstractConsole. read()protected Optional<InputEvent>NixAbstractConsole. read(com.googlecode.lanterna.input.KeyStroke ks)Optional<InputEvent>NixAsyncConsole. read()protected Optional<InputEvent>NixAsyncConsole. read(com.googlecode.lanterna.input.KeyStroke ks)Optional<InputEvent>NixAbstractConsole. readSync()Синхронное-блокируемое чтение данныхOptional<InputEvent>NixAsyncConsole. readSync()Methods in xyz.cofe.term.common.nix with parameters of type InputEvent Modifier and Type Method Description protected abstract voidNixAbstractConsole. putToQueue(InputEvent event)protected voidNixConsole. putToQueue(InputEvent event)Method parameters in xyz.cofe.term.common.nix with type arguments of type InputEvent Modifier and Type Method Description voidNixAsyncConsole.InputReader. reading(Supplier<Optional<InputEvent>> reading) -
Uses of InputEvent in xyz.cofe.term.common.win
Classes in xyz.cofe.term.common.win that implement InputEvent Modifier and Type Class Description classWinInputCharEventclassWinInputKeyEventclassWinInputMouseButtonEventclassWinInputResizeEventMethods in xyz.cofe.term.common.win that return types with arguments of type InputEvent Modifier and Type Method Description static Optional<InputEvent>WinInputEvent. parse(xyz.cofe.term.win.InputEvent event)static Optional<InputEvent>WinInputEvent. parse(xyz.cofe.term.win.InputKeyEvent event)codes of keys KeyName keyCode scanCode F1 112 59 F2 113 60 F3 114 61 F4 115 62 F5 116 63 F6 117 64 F7 118 65 F8 119 66 F9 120 67 F10 121 68 F11 122 87 F12 123 88 Escape 27 1 Backspace 8 14 ArrowLeft 37 75 ArrowRight 39 77 ArrowUp 38 72 ArrowDown 40 80 Insert 45 82 Delete 46 83 Home 36 71 End 35 79 PageUp 33 73 PageDown 34 81 Tab 9 15 ReverseTab Enter 13 28Optional<InputEvent>WinConsole. read()
-