C# Class SIL.FieldWorks.IText.SandboxBase.IhMorphForm

Inheritance: InterlinComboHandler
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
HandleReturnKey ( ) : bool
HandleSelect ( int index ) : void
SetupCombo ( ) : void

Private Methods

Method Description
AddAnalysesOf ( IWfiWordform wordform, bool fBaseWordIsPhrase ) : void

Add to the combo the analyses of the specified wordform (that don't already occur). REFACTOR : possibly could refactor with SandboxEditMonitor.BuildCurrentMorphsString

AddIfNotPresent ( ITsString tssAnal, ICmObject analysisObj ) : void

Add an item to the combo unless it is already present.

AddOtherCase ( string other ) : void

Add to the combo the specified alternate-case form of the word.

EditMorphBreaks ( ) : string

IhMorphForm ( ) : System
IhMorphForm ( SandboxBase sandbox ) : System
UpdateMorphBreaks ( string sMorphs ) : void

Method Details

HandleReturnKey() public method

public HandleReturnKey ( ) : bool
return bool

HandleSelect() public method

public HandleSelect ( int index ) : void
index int
return void

SetupCombo() public method

public SetupCombo ( ) : void
return void