Class MessageModeScreenView
java.lang.Object
org.apache.hadoop.hbase.hbtop.screen.AbstractScreenView
org.apache.hadoop.hbase.hbtop.screen.top.MessageModeScreenView
- All Implemented Interfaces:
ScreenView
The message mode in the top screen.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionMessageModeScreenView
(Screen screen, Terminal terminal, int row, String message, ScreenView nextScreenView) -
Method Summary
Modifier and TypeMethodDescriptionhandleKeyPress
(KeyPress keyPress) void
init()
void
showMessage
(String message) Methods inherited from class org.apache.hadoop.hbase.hbtop.screen.AbstractScreenView
cancelTimer, clearTerminal, doResizeIfNecessary, getScreen, getTerminal, getTerminalPrinter, getTerminalSize, hideCursor, refreshTerminal, setCursorPosition, setTimer
-
Field Details
-
row
-
messageModeScreenPresenter
-
-
Constructor Details
-
MessageModeScreenView
public MessageModeScreenView(Screen screen, Terminal terminal, int row, String message, ScreenView nextScreenView)
-
-
Method Details
-
init
- Specified by:
init
in interfaceScreenView
- Overrides:
init
in classAbstractScreenView
-
handleTimer
- Specified by:
handleTimer
in interfaceScreenView
- Overrides:
handleTimer
in classAbstractScreenView
-
handleKeyPress
- Specified by:
handleKeyPress
in interfaceScreenView
- Overrides:
handleKeyPress
in classAbstractScreenView
-
showMessage
-