public interface InputParsingManager
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) |
void reset()
int getCaretPosition()
String getCommandLine()
void append(String content)
content
- Point getWindowCompletionLocation()
int getCompletionLevel()
String getPartLevel(int level)
level
- void writeCompletionPart(String completionResult)
completionResult
- int getNumberOfLines()
boolean isBlockEditing()
void setInputCommandView(InputCommandView inputCommandView)
inputCommandView
- void backspace()
Copyright © 2007-2012 Artenum. All Rights Reserved.