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

Summary description for LexReferenceSequenceLauncher. TODO: how similar is this class to LexReferenceTreeBranchesLauncher and LexReferenceCollectionLauncher? Could they all inherit from the same class?
Inheritance: SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceLauncher
Datei anzeigen Open project: sillsdev/FieldWorks Class Usage Examples

Protected Properties

Property Type Description
m_displayParent ICmObject

Public Methods

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

Protected Methods

Method Description
CreateVectorReverenceView ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
HandleChooser ( ) : void

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

Private Methods

Method Description
InitializeComponent ( ) : void

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

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

CreateVectorReverenceView() protected method

protected CreateVectorReverenceView ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView
return SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceView

HandleChooser() protected method

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

LexReferenceSequenceLauncher() public method

public LexReferenceSequenceLauncher ( ) : System
return System

Property Details

m_displayParent protected_oe property

protected ICmObject m_displayParent
return ICmObject