Method | Description | |
---|---|---|
CheckDisposed ( ) : void |
Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
|
|
GetContentMapping ( ) : SIL.FieldWorks.LexText.Controls.MarkerPresenter.ContentMapping | ||
Init ( SIL.FieldWorks.LexText.Controls.MarkerPresenter currentMarker, |
||
LexImportWizardMarker ( ILexImportFields fwFields ) : System |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddAbbrAndNameInfo ( IMultiUnicode abbr, IMultiUnicode name, IMultiUnicode reverseAbbr, IMultiUnicode reverseName ) : void | ||
AddCustomFieldsToPossibleFields ( ) : void | ||
EnableControlsFromField ( SIL.FieldWorks.LexText.Controls.LexImportField field ) : void | ||
EnableLangDesc ( bool enable ) : void | ||
FillLexicalRefTypesCombo ( SIL.FieldWorks.LexText.Controls.LexImportField field ) : void | ||
InitBottomPanel ( ) : void | ||
InitializeComponent ( ) : void | ||
LexImportWizardMarker_Load ( object sender, |
||
ShowInfo ( SIL.FieldWorks.LexText.Controls.LexImportField field ) : void | ||
UpdateOKButtonState ( ) : void |
It only makes sense for the user to press ok if they have selected a destination field OR the field is an Auto field or it's to be excluded.
|
|
btnAddCustomField_Click ( object sender, |
||
btnAddLangDesc_Click ( object sender, |
||
btnOK_Click ( object sender, |
||
btnShowInfo_Click ( object sender, |
||
buttonHelp_Click ( object sender, |
||
cbFunction_SelectedIndexChanged ( object sender, |
||
chkbxAutoField_CheckedChanged ( object sender, |
||
chkbxExclude_CheckedChanged ( object sender, |
||
tvDestination_AfterSelect ( object sender, |
||
tvDestination_BeforeSelect ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void |
public GetContentMapping ( ) : SIL.FieldWorks.LexText.Controls.MarkerPresenter.ContentMapping | ||
return | SIL.FieldWorks.LexText.Controls.MarkerPresenter.ContentMapping |
public Init ( SIL.FieldWorks.LexText.Controls.MarkerPresenter currentMarker, |
||
currentMarker | SIL.FieldWorks.LexText.Controls.MarkerPresenter | |
uiLangsHT | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
helpTopicProvider | IHelpTopicProvider | |
app | IApp | |
stylesheet | IVwStylesheet | |
return | void |
public LexImportWizardMarker ( ILexImportFields fwFields ) : System | ||
fwFields | ILexImportFields | |
return | System |