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 InputParsingManagerpublic int getCaretPosition()
getCaretPosition in interface InputParsingManagerpublic String getCommandLine()
getCommandLine in interface InputParsingManagerpublic int getCompletionLevel()
getCompletionLevel in interface InputParsingManagerpublic int getNumberOfLines()
getNumberOfLines in interface InputParsingManagerpublic String getPartLevel(int level)
getPartLevel in interface InputParsingManagerpublic Point getWindowCompletionLocation()
getWindowCompletionLocation in interface InputParsingManagerpublic boolean isBlockEditing()
isBlockEditing in interface InputParsingManagerpublic void reset()
reset in interface InputParsingManagerpublic void setInputCommandView(InputCommandView inputCommandView)
setInputCommandView in interface InputParsingManagerpublic void writeCompletionPart(String completionResult)
writeCompletionPart in interface InputParsingManagerpublic void backspace()
backspace in interface InputParsingManagerCopyright © 2007-2013 Artenum. All Rights Reserved.