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

Inheritance: SIL.FieldWorks.LexText.Controls.EntryGoDlg
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode 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

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Form_TextChanged() protected méthode

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
Résultat void

HandleMatchingSelectionChanged() protected méthode

protected HandleMatchingSelectionChanged ( ) : void
Résultat void

LinkAllomorphDlg() public méthode

public LinkAllomorphDlg ( ) : System
Résultat System

SetDlgInfo() public méthode

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.
Résultat void

SetDlgInfo() public méthode

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
Résultat void