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

Summary description for FeatureStructureTreeView.
Inheritance: System.Windows.Forms.TreeView, IFWDisposable
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

FeatureStructureTreeView ( ) : System
FeatureStructureTreeView ( System container ) : System
PopulateTreeFromFeatureStructure ( IFsFeatStruc fs ) : void
PopulateTreeFromInflectableFeat ( IFsFeatDefn defn ) : void
PopulateTreeFromInflectableFeats ( IEnumerable defns ) : void
Sort ( ) : void
Sort ( TreeNodeCollection col ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddNode ( IFsFeatDefn defn, FeatureTreeNode parentNode ) : void
AddNode ( IFsFeatStruc fs, FeatureTreeNode parentNode ) : void
AddNode ( IFsFeatureSpecification spec, FeatureTreeNode parentNode ) : void
AddNode ( IFsSymFeatVal val, FeatureTreeNode parentNode ) : void
AddNodeFromFS ( IFsSymFeatVal val, FeatureTreeNode parentNode ) : void
AlreadyInTree ( int iTag, FeatureTreeNode node ) : bool
HandleCheckBoxNodes ( TreeView tv, FeatureTreeNode tn ) : void
Init ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InsertNode ( FeatureTreeNode newNode, FeatureTreeNode parentNode ) : void
IsTerminalNode ( TreeNode tn ) : bool
OnKeyUp ( object obj, KeyEventArgs kea ) : void
OnMouseUp ( object obj, MouseEventArgs mea ) : void

Method Details

CheckDisposed() public méthode

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FeatureStructureTreeView() public méthode

public FeatureStructureTreeView ( ) : System
Résultat System

FeatureStructureTreeView() public méthode

public FeatureStructureTreeView ( System container ) : System
container System
Résultat System

PopulateTreeFromFeatureStructure() public méthode

public PopulateTreeFromFeatureStructure ( IFsFeatStruc fs ) : void
fs IFsFeatStruc
Résultat void

PopulateTreeFromInflectableFeat() public méthode

public PopulateTreeFromInflectableFeat ( IFsFeatDefn defn ) : void
defn IFsFeatDefn
Résultat void

PopulateTreeFromInflectableFeats() public méthode

public PopulateTreeFromInflectableFeats ( IEnumerable defns ) : void
defns IEnumerable
Résultat void

Sort() public méthode

public Sort ( ) : void
Résultat void

Sort() public méthode

public Sort ( TreeNodeCollection col ) : void
col System.Windows.Forms.TreeNodeCollection
Résultat void