@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, setTimer
public HelpScreenView(Screen screen, Terminal terminal, long refreshDelay, ScreenView nextScreenView)
public void init()
init
in interface ScreenView
init
in class AbstractScreenView
public ScreenView handleKeyPress(KeyPress keyPress)
handleKeyPress
in interface ScreenView
handleKeyPress
in class AbstractScreenView
public void showHelpScreen(long refreshDelay, CommandDescription[] commandDescriptions)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.