com.artenum.rosetta.interfaces.core
Interface CompletionManager

All Known Implementing Classes:
FakeDictionnaryCompletionManager

public interface CompletionManager

Author:
Sebastien Jourdain (jourdain@artenum.com)

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
 

Method Detail

setInputParsingManager

void setInputParsingManager(InputParsingManager inputParsingManager)
Defines the Parsing Manager

Parameters:
inputParsingManager - the parsing manager

setInterpretor

void setInterpretor(GenericInterpreter interpretor)
Defines the interpretor

Parameters:
interpretor - the interpretor

getCompletionItems

List<CompletionItem> getCompletionItems()
Return the list of the matching items

Returns:
the list of the item found


Copyright © 2007-2011 Artenum. All Rights Reserved.