public class FakeInputParsingManager extends Object implements InputParsingManager
Constructor and Description |
---|
FakeInputParsingManager() |
Modifier and Type | Method and Description |
---|---|
void |
append(String content) |
void |
backspace() |
int |
getCaretPosition() |
String |
getCommandLine() |
int |
getCompletionLevel() |
int |
getNumberOfLines() |
String |
getPartLevel(int level) |
Point |
getWindowCompletionLocation() |
boolean |
isBlockEditing() |
void |
reset() |
void |
setInputCommandView(InputCommandView inputCommandView) |
void |
writeCompletionPart(String completionResult) |
public void append(String content)
append
in interface InputParsingManager
public int getCaretPosition()
getCaretPosition
in interface InputParsingManager
public String getCommandLine()
getCommandLine
in interface InputParsingManager
public int getCompletionLevel()
getCompletionLevel
in interface InputParsingManager
public int getNumberOfLines()
getNumberOfLines
in interface InputParsingManager
public String getPartLevel(int level)
getPartLevel
in interface InputParsingManager
public Point getWindowCompletionLocation()
getWindowCompletionLocation
in interface InputParsingManager
public boolean isBlockEditing()
isBlockEditing
in interface InputParsingManager
public void reset()
reset
in interface InputParsingManager
public void setInputCommandView(InputCommandView inputCommandView)
setInputCommandView
in interface InputParsingManager
public void writeCompletionPart(String completionResult)
writeCompletionPart
in interface InputParsingManager
public void backspace()
backspace
in interface InputParsingManager
Copyright © 2007–2017 Artenum. All rights reserved.