C# Class SIL.FieldWorks.FdoUi.BulkEditBarPhonologicalFeatures

Bulk edit bar used for assigning phonological features to phonemes
Inheritance: SIL.FieldWorks.Common.Controls.BulkEditBar
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
BulkEditBarPhonologicalFeatures ( BrowseViewer bv, XmlNode spec, XCore.Mediator mediator, SIL.FieldWorks.FDO.FdoCache cache ) : System

Create one

BulkEditBarPhonologicalFeatures_EnableTargetFeatureCombo ( object sender, TargetFeatureEventArgs e ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
MakeItem ( XmlNode colSpec ) : BulkEditItem
ShowPreviewItems ( SIL.FieldWorks.Common.Controls.ProgressState state ) : void

Method Details

BulkEditBarPhonologicalFeatures() public méthode

Create one
public BulkEditBarPhonologicalFeatures ( BrowseViewer bv, XmlNode spec, XCore.Mediator mediator, SIL.FieldWorks.FDO.FdoCache cache ) : System
bv BrowseViewer The BrowseViewer that it is part of.
spec System.Xml.XmlNode The parameters element of the BV, containing the /// 'columns' elements that specify the BE bar (among other things).
mediator XCore.Mediator The mediator.
cache SIL.FieldWorks.FDO.FdoCache The cache.
Résultat System

BulkEditBarPhonologicalFeatures_EnableTargetFeatureCombo() public méthode

public BulkEditBarPhonologicalFeatures_EnableTargetFeatureCombo ( object sender, TargetFeatureEventArgs e ) : void
sender object
e TargetFeatureEventArgs
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

MakeItem() protected méthode

protected MakeItem ( XmlNode colSpec ) : BulkEditItem
colSpec System.Xml.XmlNode
Résultat SIL.FieldWorks.Common.Controls.BulkEditItem

ShowPreviewItems() protected méthode

protected ShowPreviewItems ( SIL.FieldWorks.Common.Controls.ProgressState state ) : void
state SIL.FieldWorks.Common.Controls.ProgressState
Résultat void