public abstract class FileDisplayer extends Object implements org.jboss.aesh.complete.Completion
| Constructor and Description |
|---|
FileDisplayer() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterAttach() |
protected void |
afterDetach() |
void |
clearBottomLine() |
abstract void |
displayBottom() |
abstract org.jboss.aesh.console.man.FileParser |
getFileParser() |
org.jboss.aesh.console.man.TerminalPage.Search |
getSearchStatus() |
String |
getSearchWord() |
int |
getTopVisibleRow() |
boolean |
isAtBottom() |
boolean |
isAtTop() |
void |
processOperation(org.jboss.aesh.console.command.CommandOperation operation) |
void |
setConsole(org.jboss.aesh.console.Console console) |
void |
setControlOperator(org.jboss.aesh.console.operator.ControlOperator controlOperator) |
void |
writeToConsole(String word) |
public void setConsole(org.jboss.aesh.console.Console console)
public void setControlOperator(org.jboss.aesh.console.operator.ControlOperator controlOperator)
public void afterAttach()
throws IOException
IOExceptionprotected void afterDetach()
throws IOException
IOExceptionpublic void processOperation(org.jboss.aesh.console.command.CommandOperation operation)
throws IOException
IOExceptionpublic abstract org.jboss.aesh.console.man.FileParser getFileParser()
public abstract void displayBottom()
throws IOException
IOExceptionpublic void writeToConsole(String word) throws IOException
IOExceptionpublic void clearBottomLine()
throws IOException
IOExceptionpublic boolean isAtBottom()
public boolean isAtTop()
public org.jboss.aesh.console.man.TerminalPage.Search getSearchStatus()
public String getSearchWord()
public int getTopVisibleRow()
Copyright © 2014 JBoss by Red Hat. All rights reserved.