Property | Type | Description | |
---|---|---|---|
CacheWordGroupOccurrencesForRibbon | void | ||
CollectAllColumnsToCombo | void | ||
CollectColumnsToCombo | void | ||
CollectRowsToCombo | int | ||
GetColumnChoices | ICmPossibility[] | ||
Init | void | ||
SetAffectedWordGroups | void | ||
SetRibbon | void |
Method | Description | |
---|---|---|
AdvancedMTDialogLogic ( SIL.FieldWorks.FDO.FdoCache cache, bool fPrepose, |
||
Dispose ( ) : void |
Method | Description | |
---|---|---|
Dispose ( bool fDisposing ) : void |
Method | Description | |
---|---|---|
CacheWordGroupOccurrencesForRibbon ( ) : void | ||
CollectAllColumnsToCombo ( ) : void |
Collect all columns from hvo array and create List of ColumnMenuItems for ComboBox.
|
|
CollectColumnsToCombo ( ICmPossibility colArray ) : void |
Create a List of ColumnMenuItems for ComboBox based on an array of column hvos.
|
|
CollectRowsToCombo ( ) : int |
Collect the eligible rows (as passed in by the Chart Logic) into the ComboBox items array. Returns the number of rows collected.
|
|
GetColumnChoices ( IConstChartRow row ) : ICmPossibility[] |
Figure out what columns should be available, given a selected row.
|
|
Init ( ) : void | ||
SetAffectedWordGroups ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence selectedWords ) : void |
Takes the list of AffectedWordGroups fed into the dialog and the list of user selected words and updates the AffectedWordGroups list in the parameter object
|
|
SetRibbon ( ) : void |
Sets the text ribbon to display the occurrences in the current WordGroup.
|
public AdvancedMTDialogLogic ( SIL.FieldWorks.FDO.FdoCache cache, bool fPrepose, |
||
cache | SIL.FieldWorks.FDO.FdoCache | |
fPrepose | bool | |
ccSentElem | ||
return | System |