public abstract class AeshFileDisplayer extends Object implements Command
Constructor and Description |
---|
AeshFileDisplayer() |
Modifier and Type | Method and Description |
---|---|
protected void |
afterAttach() |
protected void |
afterDetach() |
void |
clearBottomLine() |
abstract void |
displayBottom() |
protected CommandInvocation |
getCommandInvocation() |
abstract FileParser |
getFileParser() |
TerminalPage.Search |
getSearchStatus() |
String |
getSearchWord() |
protected Shell |
getShell() |
int |
getTopVisibleRow() |
boolean |
isAtBottom() |
boolean |
isAtTop() |
void |
processInput() |
void |
processOperation(CommandOperation operation) |
protected void |
setCommandInvocation(CommandInvocation commandInvocation) |
protected void |
setControlOperator(ControlOperator operator) |
void |
writeToConsole(String word) |
protected void setCommandInvocation(CommandInvocation commandInvocation)
protected CommandInvocation getCommandInvocation()
protected void setControlOperator(ControlOperator operator)
protected Shell getShell()
protected void afterAttach() throws IOException, InterruptedException
IOException
InterruptedException
protected void afterDetach() throws IOException
IOException
public void processInput() throws IOException, InterruptedException
IOException
InterruptedException
public void processOperation(CommandOperation operation) throws IOException
IOException
public abstract FileParser getFileParser()
public abstract void displayBottom() throws IOException
IOException
public void writeToConsole(String word) throws IOException
IOException
public void clearBottomLine() throws IOException
IOException
public boolean isAtBottom()
public boolean isAtTop()
public TerminalPage.Search getSearchStatus()
public String getSearchWord()
public int getTopVisibleRow()
Copyright © 2016 JBoss by Red Hat. All rights reserved.