|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.artenum.rosetta.implementation.FakeDictionnaryCompletionManager
public class FakeDictionnaryCompletionManager
A test class in order to test the Completion Manager
Constructor Summary | |
---|---|
FakeDictionnaryCompletionManager()
Create a fake database of completion informations |
Method Summary | |
---|---|
List<CompletionItem> |
getCompletionItems()
Return the list of the matching items |
void |
setInputParsingManager(InputParsingManager inputParsingManager)
Defines the Parsing Manager |
void |
setInterpretor(GenericInterpreter interpretor)
Defines the interpretor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FakeDictionnaryCompletionManager()
Method Detail |
---|
public List<CompletionItem> getCompletionItems()
CompletionManager
getCompletionItems
in interface CompletionManager
public void setInputParsingManager(InputParsingManager inputParsingManager)
CompletionManager
setInputParsingManager
in interface CompletionManager
inputParsingManager
- the parsing managerpublic void setInterpretor(GenericInterpreter interpretor)
CompletionManager
setInterpretor
in interface CompletionManager
interpretor
- the interpretor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |