C# Class SIL.FieldWorks.LexText.Controls.InflectionClassPopupTreeManager

Handles a TreeCombo control (Widgets assembly) for use in selecting inflection classes.
Inheritance: PopupTreeManager
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
InflectionClassPopupTreeManager ( TreeCombo treeCombo, SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, bool useAbbr, Form parent, int wsDisplay ) : System.Collections.Generic

Constructor.

Protected Methods

Method Description
MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode

Private Methods

Method Description
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.

Method Details

InflectionClassPopupTreeManager() public method

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
return System.Collections.Generic

MakeMenuItems() protected method

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