Method | Description | |
---|---|---|
SetDlgInfo ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator, ILexEntry startingEntry ) : void |
Set up the dlg in preparation to showing it.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
HandleMatchingSelectionChanged ( ) : void | ||
InitializeMatchingObjects ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : void | ||
SetBottomMessage ( ) : void |
Method | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MergeEntryDlg ( ) : System.Collections.Generic |
protected HandleMatchingSelectionChanged ( ) : void | ||
return | void |
protected InitializeMatchingObjects ( SIL.FieldWorks.FDO.FdoCache cache, XCore.Mediator mediator ) : void | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
mediator | XCore.Mediator | |
return | void |
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 |