C# 클래스 SIL.FieldWorks.FdoUi.BulkEditBarPhonologicalFeatures

Bulk edit bar used for assigning phonological features to phonemes
상속: SIL.FieldWorks.Common.Controls.BulkEditBar
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
BulkEditBarPhonologicalFeatures ( BrowseViewer bv, XmlNode spec, XCore.Mediator mediator, SIL.FieldWorks.FDO.FdoCache cache ) : System

Create one

BulkEditBarPhonologicalFeatures_EnableTargetFeatureCombo ( object sender, TargetFeatureEventArgs e ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
MakeItem ( XmlNode colSpec ) : BulkEditItem
ShowPreviewItems ( SIL.FieldWorks.Common.Controls.ProgressState state ) : void

메소드 상세

BulkEditBarPhonologicalFeatures() 공개 메소드

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.
리턴 System

BulkEditBarPhonologicalFeatures_EnableTargetFeatureCombo() 공개 메소드

public BulkEditBarPhonologicalFeatures_EnableTargetFeatureCombo ( object sender, TargetFeatureEventArgs e ) : void
sender object
e TargetFeatureEventArgs
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

MakeItem() 보호된 메소드

protected MakeItem ( XmlNode colSpec ) : BulkEditItem
colSpec System.Xml.XmlNode
리턴 SIL.FieldWorks.Common.Controls.BulkEditItem

ShowPreviewItems() 보호된 메소드

protected ShowPreviewItems ( SIL.FieldWorks.Common.Controls.ProgressState state ) : void
state SIL.FieldWorks.Common.Controls.ProgressState
리턴 void