Method | Description | |
---|---|---|
DeleteFromReference ( ILexReference lr ) : void |
This method is called when a user selects Delete Relation on a Lexical Relation slice. For: sequence relations (eg. Calendar) collection relations (eg. Synonym) tree relation (parts/whole when deleting a Whole slice)
|
|
DeleteReference ( ILexReference lr ) : void |
This method is called when a user selects Delete Relation on a Lexical Relation slice. For: Pair relation (eg. Antonym) tree relation (parts/whole when deleting a Parts slice)
|
|
EditReferenceDetails ( ILexReference lr ) : void |
This method is called when a user selects "Edit Reference Set Details" for a Lexical Relation slice.
|
|
Expand ( int iSlice ) : void |
Expand this node, which is at position iSlice in its parent. I (JH) don't know why this was written to take the index of the slice. It's just as easy for this class to find its own index. |
|
FinishInit ( ) : void |
Override method to add suitable control.
|
|
GenerateChildren ( |
||
HandleCreateMenuItem ( object sender, |
||
HandleMoreMenuItem ( object sender, |
||
HandleMouseDown ( Point p ) : bool | ||
MakeSenseChooser ( SIL.FieldWorks.FDO.FdoCache cache, IHelpTopicProvider helpTopicProvider ) : SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser | ||
OnHelp ( object sender, |
||
OnShowFieldAlwaysVisible1 ( object sender, |
||
OnShowFieldIfData1 ( object sender, |
||
OnShowFieldNormallyHidden1 ( object sender, |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Executes in two distinct scenarios. 1. If disposing is true, the method has been called directly or indirectly by a user's code via the Dispose method. Both managed and unmanaged resources can be disposed. 2. If disposing is false, the method has been called by the runtime from inside the finalizer and you should not reference (access) other managed objects, as they already have been garbage collected. Only unmanaged resources can be disposed. If any exceptions are thrown, that is fine. If the method is being done in a finalizer, it will be ignored. If it is thrown by client code calling Dispose, it needs to be handled by fixing the bug. If subclasses override this method, they should call the base implementation. |
|
ExpandNewNode ( ) : void | ||
UpdateDisplayIfNeeded ( int hvo, int tag ) : bool |
Updates the display of a slice, if an hvo and tag it cares about has changed in some way.
|
Method | Description | |
---|---|---|
AddFinalContextMenuStripOptions ( |
||
DisposeContextMenu ( object sender, |
||
GenerateChildNode ( int iChild, |
||
GetChildObject ( ILexRefType lrt ) : ICmObject |
This method is called when we are creating a new lexical relation slice. If the user selects an item it's hvo is returned. Otherwise 0 is returned and the lexical relation should not be created.
|
|
GetRootObject ( ILexRefType lrt ) : ICmObject |
This method is called when we are creating a new lexical relation slice. If the user selects an item it's hvo is returned. Otherwise 0 is returned and the lexical relation should not be created.
|
|
SetRefs ( ) : void | ||
SetupContextMenuStrip ( ) : |
||
UpdateForDelete ( ILexReference lr ) : void | ||
contextMenuStrip_Closed ( object sender, System.Windows.Forms.ToolStripDropDownClosedEventArgs e ) : void |
public DeleteFromReference ( ILexReference lr ) : void | ||
lr | ILexReference | |
return | void |
public DeleteReference ( ILexReference lr ) : void | ||
lr | ILexReference | |
return | void |
public EditReferenceDetails ( ILexReference lr ) : void | ||
lr | ILexReference | |
return | void |
public GenerateChildren ( |
||
node | ||
caller | ||
obj | ICmObject | |
indent | int | |
insPos | int | |
path | ||
reuseMap | ||
fUsePersistentExpansion | bool | |
return | void |
public HandleCreateMenuItem ( object sender, |
||
sender | object | |
ea | ||
return | void |
public HandleMoreMenuItem ( object sender, |
||
sender | object | |
ea | ||
return | void |
public static MakeSenseChooser ( SIL.FieldWorks.FDO.FdoCache cache, IHelpTopicProvider helpTopicProvider ) : SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser | ||
cache | SIL.FieldWorks.FDO.FdoCache | |
helpTopicProvider | IHelpTopicProvider | |
return | SIL.FieldWorks.Common.Framework.DetailControls.SimpleListChooser |
public OnHelp ( object sender, |
||
sender | object | |
args | ||
return | void |
public OnShowFieldAlwaysVisible1 ( object sender, |
||
sender | object | |
args | ||
return | void |
public OnShowFieldIfData1 ( object sender, |
||
sender | object | |
args | ||
return | void |
public OnShowFieldNormallyHidden1 ( object sender, |
||
sender | object | |
args | ||
return | void |
protected UpdateDisplayIfNeeded ( int hvo, int tag ) : bool | ||
hvo | int | |
tag | int | |
return | bool |