Package com.artenum.rosetta.test
Class FakeInputParsingManager
- java.lang.Object
-
- com.artenum.rosetta.test.FakeInputParsingManager
-
- All Implemented Interfaces:
InputParsingManager
public class FakeInputParsingManager extends java.lang.Object implements InputParsingManager
-
-
Constructor Summary
Constructors Constructor Description FakeInputParsingManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappend(java.lang.String content)voidbackspace()intgetCaretPosition()java.lang.StringgetCommandLine()intgetCompletionLevel()intgetNumberOfLines()java.lang.StringgetPartLevel(int level)java.awt.PointgetWindowCompletionLocation()booleanisBlockEditing()voidreset()voidsetInputCommandView(InputCommandView inputCommandView)voidwriteCompletionPart(java.lang.String completionResult)
-
-
-
Method Detail
-
append
public void append(java.lang.String content)
- Specified by:
appendin interfaceInputParsingManager
-
getCaretPosition
public int getCaretPosition()
- Specified by:
getCaretPositionin interfaceInputParsingManager- Returns:
-
getCommandLine
public java.lang.String getCommandLine()
- Specified by:
getCommandLinein interfaceInputParsingManager- Returns:
-
getCompletionLevel
public int getCompletionLevel()
- Specified by:
getCompletionLevelin interfaceInputParsingManager- Returns:
-
getNumberOfLines
public int getNumberOfLines()
- Specified by:
getNumberOfLinesin interfaceInputParsingManager- Returns:
-
getPartLevel
public java.lang.String getPartLevel(int level)
- Specified by:
getPartLevelin interfaceInputParsingManager- Returns:
-
getWindowCompletionLocation
public java.awt.Point getWindowCompletionLocation()
- Specified by:
getWindowCompletionLocationin interfaceInputParsingManager- Returns:
-
isBlockEditing
public boolean isBlockEditing()
- Specified by:
isBlockEditingin interfaceInputParsingManager- Returns:
-
reset
public void reset()
- Specified by:
resetin interfaceInputParsingManager
-
setInputCommandView
public void setInputCommandView(InputCommandView inputCommandView)
- Specified by:
setInputCommandViewin interfaceInputParsingManager
-
writeCompletionPart
public void writeCompletionPart(java.lang.String completionResult)
- Specified by:
writeCompletionPartin interfaceInputParsingManager
-
backspace
public void backspace()
- Specified by:
backspacein interfaceInputParsingManager
-
-