C# Class SIL.FieldWorks.XWorks.LexEd.LexReferenceTreeRootLauncher

Summary description for LexReferenceTreeRootLauncher.
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.AtomicReferenceLauncher
Show file Open project: sillsdev/FieldWorks Class Usage Examples

Public Methods

Method Description
AddItem ( ICmObject obj ) : void
LexReferenceTreeRootLauncher ( ) : System

Protected Methods

Method Description
CreateAtomicReferenceView ( ) : SIL.FieldWorks.Common.Framework.DetailControls.AtomicReferenceView
HandleChooser ( ) : void

Override method to handle launching of a chooser for selecting lexical entries.

Private Methods

Method Description
GetChildObject ( ) : ICmObject
InitializeComponent ( ) : void

Everything except the Name is taken care of by the Superclass.

LaunchChooser ( ) : void

Wrapper for HandleChooser() to make it available to the slice.

Method Details

AddItem() public method

public AddItem ( ICmObject obj ) : void
obj ICmObject
return void

CreateAtomicReferenceView() protected method

protected CreateAtomicReferenceView ( ) : SIL.FieldWorks.Common.Framework.DetailControls.AtomicReferenceView
return SIL.FieldWorks.Common.Framework.DetailControls.AtomicReferenceView

HandleChooser() protected method

Override method to handle launching of a chooser for selecting lexical entries.
protected HandleChooser ( ) : void
return void

LexReferenceTreeRootLauncher() public method

public LexReferenceTreeRootLauncher ( ) : System
return System