C# 클래스 SIL.FieldWorks.LexText.Controls.InflectionClassPopupTreeManager

Handles a TreeCombo control (Widgets assembly) for use in selecting inflection classes.
상속: PopupTreeManager
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

공개 메소드들

메소드 설명
InflectionClassPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, bool useAbbr, Form parent, int wsDisplay ) : System.Collections.Generic

Constructor.

보호된 메소드들

메소드 설명
MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode

비공개 메소드들

메소드 설명
GatherPartsOfSpeech ( SIL.FieldWorks.FDO.FdoCache cache, int rootHvo, int rootFlid, int subFlid, int itemFlid, int flidName, int wsName, List collector ) : void

Traverse a tree of objects. Put the appropriate descendant identifiers into collector.

메소드 상세

InflectionClassPopupTreeManager() 공개 메소드

Constructor.
public InflectionClassPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, bool useAbbr, Form parent, int wsDisplay ) : System.Collections.Generic
treeCombo SIL.FieldWorks.Common.Widgets.TreeCombo
cache SIL.FieldWorks.FDO.FdoCache
mediator XCore.Mediator
useAbbr bool
parent System.Windows.Forms.Form
wsDisplay int
리턴 System.Collections.Generic

MakeMenuItems() 보호된 메소드

protected MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode
popupTree SIL.FieldWorks.Common.Widgets.PopupTree
hvoTarget int
리턴 System.Windows.Forms.TreeNode