C# Класс SIL.FieldWorks.IText.SandboxBase.IhMorphForm

Наследование: InterlinComboHandler
Показать файл Открыть проект

Открытые методы

Метод Описание
HandleReturnKey ( ) : bool
HandleSelect ( int index ) : void
SetupCombo ( ) : void

Приватные методы

Метод Описание
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

Описание методов

HandleReturnKey() публичный Метод

public HandleReturnKey ( ) : bool
Результат bool

HandleSelect() публичный Метод

public HandleSelect ( int index ) : void
index int
Результат void

SetupCombo() публичный Метод

public SetupCombo ( ) : void
Результат void