Class InputModeScreenView
java.lang.Object
org.apache.hadoop.hbase.hbtop.screen.AbstractScreenView
org.apache.hadoop.hbase.hbtop.screen.top.InputModeScreenView
- All Implemented Interfaces:
ScreenView
The input mode in the top screen.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionInputModeScreenView
(Screen screen, Terminal terminal, int row, String message, List<String> histories, Function<String, ScreenView> resultListener) -
Method Summary
Methods inherited from class org.apache.hadoop.hbase.hbtop.screen.AbstractScreenView
cancelTimer, clearTerminal, doResizeIfNecessary, getScreen, getTerminal, getTerminalPrinter, getTerminalSize, handleTimer, hideCursor, refreshTerminal, setCursorPosition, setTimer
-
Field Details
-
row
-
inputModeScreenPresenter
-
-
Constructor Details
-
InputModeScreenView
public InputModeScreenView(Screen screen, Terminal terminal, int row, String message, List<String> histories, Function<String, ScreenView> resultListener)
-
-
Method Details
-
init
- Specified by:
init
in interfaceScreenView
- Overrides:
init
in classAbstractScreenView
-
handleKeyPress
- Specified by:
handleKeyPress
in interfaceScreenView
- Overrides:
handleKeyPress
in classAbstractScreenView
-
showInput
-