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

Inheritance: SIL.FieldWorks.LexText.Controls.EntryGoDlg
Exibir arquivo Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
LinkAllomorphDlg ( ) : System
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void

Set up the dlg in preparation to showing it.

SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void

Common init of the dialog, whether or not we have a starting lex entry.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Form_TextChanged ( object sender, EventArgs e ) : void

This method handles the 'form' text change so that when it goes back to a length of zero, the allomorphs combo box is made empty. (This is a refinement of the dlg to act 'more correctly'.)

HandleMatchingSelectionChanged ( ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

Form_TextChanged() protected method

This method handles the 'form' text change so that when it goes back to a length of zero, the allomorphs combo box is made empty. (This is a refinement of the dlg to act 'more correctly'.)
protected Form_TextChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

HandleMatchingSelectionChanged() protected method

protected HandleMatchingSelectionChanged ( ) : void
return void

LinkAllomorphDlg() public method

public LinkAllomorphDlg ( ) : System
return System

SetDlgInfo() public method

Set up the dlg in preparation to showing it.
public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void
cache SIL.FieldWorks.FDO.FdoCache FDO cache.
mediator XCore.Mediator Mediator used to restore saved siz and location info.
startingEntry ILexEntry Entry that cannot be used as a match in this dlg.
return void

SetDlgInfo() public method

Common init of the dialog, whether or not we have a starting lex entry.
public SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, SIL.FieldWorks.LexText.Controls.WindowParams wp, XCore.Mediator mediator ) : void
cache SIL.FieldWorks.FDO.FdoCache
wp SIL.FieldWorks.LexText.Controls.WindowParams
mediator XCore.Mediator
return void