@InterfaceAudience.Private public class HelpScreenView extends AbstractScreenView
| Constructor and Description |
|---|
HelpScreenView(Screen screen,
Terminal terminal,
long refreshDelay,
ScreenView nextScreenView) |
| Modifier and Type | Method and Description |
|---|---|
ScreenView |
handleKeyPress(KeyPress keyPress) |
void |
init() |
void |
showHelpScreen(long refreshDelay,
CommandDescription[] commandDescriptions) |
cancelTimer, clearTerminal, doResizeIfNecessary, getScreen, getTerminal, getTerminalPrinter, getTerminalSize, handleTimer, hideCursor, refreshTerminal, setCursorPosition, setTimerpublic HelpScreenView(Screen screen, Terminal terminal, long refreshDelay, ScreenView nextScreenView)
public void init()
init in interface ScreenViewinit in class AbstractScreenViewpublic ScreenView handleKeyPress(KeyPress keyPress)
handleKeyPress in interface ScreenViewhandleKeyPress in class AbstractScreenViewpublic void showHelpScreen(long refreshDelay,
CommandDescription[] commandDescriptions)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.