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

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

공개 메소드들

메소드 설명
MSAPopupTreeManager ( PopupTree popupTree, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System

Constructor.

MSAPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System

Constructor.

MakeTargetMenuItem ( ) : TreeNode

Populate the tree with just ONE menu item, the one that we want to select.

보호된 메소드들

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

NOTE that this implementation IGNORES hvoTarget and selects the MSA indicated by the sense.

m_treeCombo_AfterSelect ( object sender, TreeViewEventArgs e ) : void

비공개 메소드들

메소드 설명
AddNewMsa ( ) : bool
AddTreeNodeForMsa ( PopupTree popupTree, ITsStrFactory tsf, IMoMorphSynAnalysis msa ) : HvoTreeNode
ChooseFromMasterCategoryList ( ) : void
CreateEmptyMsa ( ) : void
EditExistingMsa ( ) : bool
LoadStrings ( ) : void
SwitchToEmptyMsa ( ) : void

메소드 상세

MSAPopupTreeManager() 공개 메소드

Constructor.
public MSAPopupTreeManager ( PopupTree popupTree, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System
popupTree SIL.FieldWorks.Common.Widgets.PopupTree
cache SIL.FieldWorks.FDO.FdoCache
list ICmPossibilityList
ws int
useAbbr bool
mediator XCore.Mediator
parent System.Windows.Forms.Form
리턴 System

MSAPopupTreeManager() 공개 메소드

Constructor.
public MSAPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, ICmPossibilityList list, int ws, bool useAbbr, XCore.Mediator mediator, Form parent ) : System
treeCombo SIL.FieldWorks.Common.Widgets.TreeCombo
cache SIL.FieldWorks.FDO.FdoCache
list ICmPossibilityList
ws int
useAbbr bool
mediator XCore.Mediator
parent System.Windows.Forms.Form
리턴 System

MakeMenuItems() 보호된 메소드

NOTE that this implementation IGNORES hvoTarget and selects the MSA indicated by the sense.
protected MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode
popupTree SIL.FieldWorks.Common.Widgets.PopupTree
hvoTarget int
리턴 System.Windows.Forms.TreeNode

MakeTargetMenuItem() 공개 메소드

Populate the tree with just ONE menu item, the one that we want to select.
public MakeTargetMenuItem ( ) : TreeNode
리턴 System.Windows.Forms.TreeNode

m_treeCombo_AfterSelect() 보호된 메소드

protected m_treeCombo_AfterSelect ( object sender, TreeViewEventArgs e ) : void
sender object
e System.Windows.Forms.TreeViewEventArgs
리턴 void