C# Class SIL.FieldWorks.IText.MockInterlinDocForAnalyis

Inheritance: InterlinDocForAnalysis
Mostrar archivo Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
CallSetActiveFreeform void
MockInterlinDocForAnalyis System
UpdateGuesses void

Public Methods

Method Description
SelectOccurrence ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence target ) : void

Protected Methods

Method Description
CreateFocusBoxInternal ( ) : FocusBoxController

Private Methods

Method Description
CallSetActiveFreeform ( int hvoSeg, int ws ) : void

Calls SetActiveFreeform on the view constructor to simulate having an empty free translation line selected (with the "Press Enter..." prompt).

MockInterlinDocForAnalyis ( IStText testText ) : System
UpdateGuesses ( HashSet wordforms ) : void

Method Details

CreateFocusBoxInternal() protected method

protected CreateFocusBoxInternal ( ) : FocusBoxController
return FocusBoxController

SelectOccurrence() public method

public SelectOccurrence ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence target ) : void
target SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
return void