C# Class SIL.FieldWorks.Common.Framework.DetailControls.MultiLevelConc

A MultiLevelConc (concordance) displays a concordance. The concordance can consist of a mixture of context slices (which are leaf nodes in a tree, and typically display one occurrence of an interesting item in context) and summary slices (which typically show a particular interesting item, and can be expanded to show either further summaries or contexts). The concordance is initialized with a list (any IList implementation)of IConcSliceInfo objects. This interface provides information to control how each slice is displayed. Some default implementations are provided in this component.
Inheritance: DataTree
Datei anzeigen Open project: sillsdev/FieldWorks

Public Methods

Method Description
MakeEditorAt ( int i ) : Slice
MultiLevelConc ( FDO cache, IList items ) : System

Private Methods

Method Description
InsertDummies ( ConcSlice concSlice, int index, int count ) : void

Method Details

MakeEditorAt() public method

public MakeEditorAt ( int i ) : Slice
i int
return Slice

MultiLevelConc() public method

public MultiLevelConc ( FDO cache, IList items ) : System
cache FDO
items IList
return System