Class HelpScreenView
java.lang.Object
org.apache.hadoop.hbase.hbtop.screen.AbstractScreenView
org.apache.hadoop.hbase.hbtop.screen.help.HelpScreenView
- All Implemented Interfaces:
- ScreenView
The help screen.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final intprivate final HelpScreenPresenterprivate static final int
- 
Constructor SummaryConstructorsConstructorDescriptionHelpScreenView(Screen screen, Terminal terminal, long refreshDelay, ScreenView nextScreenView) 
- 
Method SummaryModifier and TypeMethodDescriptionhandleKeyPress(KeyPress keyPress) voidinit()private voidshowCommandDescription(TerminalPrinter terminalPrinter, CommandDescription commandDescription) voidshowHelpScreen(long refreshDelay, CommandDescription[] commandDescriptions) private voidshowScreenDescription(long refreshDelay) Methods inherited from class org.apache.hadoop.hbase.hbtop.screen.AbstractScreenViewcancelTimer, clearTerminal, doResizeIfNecessary, getScreen, getTerminal, getTerminalPrinter, getTerminalSize, handleTimer, hideCursor, refreshTerminal, setCursorPosition, setTimer
- 
Field Details- 
SCREEN_DESCRIPTION_START_ROW- See Also:
 
- 
COMMAND_DESCRIPTION_START_ROW- See Also:
 
- 
helpScreenPresenter
 
- 
- 
Constructor Details- 
HelpScreenViewpublic HelpScreenView(Screen screen, Terminal terminal, long refreshDelay, ScreenView nextScreenView) 
 
- 
- 
Method Details- 
init- Specified by:
- initin interface- ScreenView
- Overrides:
- initin class- AbstractScreenView
 
- 
handleKeyPress- Specified by:
- handleKeyPressin interface- ScreenView
- Overrides:
- handleKeyPressin class- AbstractScreenView
 
- 
showHelpScreen
- 
showScreenDescription
- 
showCommandDescriptionprivate void showCommandDescription(TerminalPrinter terminalPrinter, CommandDescription commandDescription) 
 
-