C# Класс SIL.FieldWorks.LexText.Controls.LinkAllomorphDlg

Наследование: SIL.FieldWorks.LexText.Controls.EntryGoDlg
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
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

Приватные методы

Метод Описание
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

Form_TextChanged() защищенный Метод

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
Результат void

HandleMatchingSelectionChanged() защищенный Метод

protected HandleMatchingSelectionChanged ( ) : void
Результат void

LinkAllomorphDlg() публичный Метод

public LinkAllomorphDlg ( ) : System
Результат System

SetDlgInfo() публичный Метод

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.
Результат void

SetDlgInfo() публичный Метод

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
Результат void