C# 클래스 SIL.FieldWorks.IText.SandboxBase.IhMorphForm

상속: InterlinComboHandler
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
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