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

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

Méthodes publiques

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

Constructor.

Méthodes protégées

Méthode Description
MakeMenuItems ( PopupTree popupTree, int hvoTarget ) : TreeNode

Private Methods

Méthode 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 méthode

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
Résultat System.Collections.Generic

MakeMenuItems() protected méthode

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