C# Class GeckofxUnitTests.MockMozIPersonalDictionaryAcceptsAllWords

Mock PersonalDictionary That accepts all words.
Inheritance: mozIPersonalDictionary
Datei anzeigen Open project: tophatmonocle/DirtyGecko Class Usage Examples

Public Methods

Method Description
AddCorrection ( string word, string correction, string lang ) : void
AddWord ( string word, string lang ) : void
Check ( string word, string lang ) : bool
EndSession ( ) : void
GetCorrection ( string word, System &words, uint &count ) : void
GetWordListAttribute ( ) : nsIStringEnumerator
IgnoreWord ( string word ) : void
Load ( ) : void
RemoveCorrection ( string word, string correction, string lang ) : void
RemoveWord ( string word, string lang ) : void
Save ( ) : void

Method Details

AddCorrection() public method

public AddCorrection ( string word, string correction, string lang ) : void
word string
correction string
lang string
return void

AddWord() public method

public AddWord ( string word, string lang ) : void
word string
lang string
return void

Check() public method

public Check ( string word, string lang ) : bool
word string
lang string
return bool

EndSession() public method

public EndSession ( ) : void
return void

GetCorrection() public method

public GetCorrection ( string word, System &words, uint &count ) : void
word string
words System
count uint
return void

GetWordListAttribute() public method

public GetWordListAttribute ( ) : nsIStringEnumerator
return nsIStringEnumerator

IgnoreWord() public method

public IgnoreWord ( string word ) : void
word string
return void

Load() public method

public Load ( ) : void
return void

RemoveCorrection() public method

public RemoveCorrection ( string word, string correction, string lang ) : void
word string
correction string
lang string
return void

RemoveWord() public method

public RemoveWord ( string word, string lang ) : void
word string
lang string
return void

Save() public method

public Save ( ) : void
return void