C# Class SIL.FieldWorks.TE.TeMainWnd.TeSelectableViewFactory

Factory that can create ISelectableViews in TE.
Inheritance: ISelectableViewFactory
ファイルを表示 Open project: sillsdev/FieldWorks

Protected Properties

Property Type Description
m_viewName string
m_viewType TeViewType

Public Methods

Method Description
Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView

Creates an ISelectableView ///

TeSelectableViewFactory ( string viewName, TeViewType viewType, CreatorDelegate creatorMethod ) : System

Initializes a new instance of the TeSelectableViewFactory class.

Method Details

Create() public method

Creates an ISelectableView ///
public Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView
tabItem SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties The tab item.
return ISelectableView

TeSelectableViewFactory() public method

Initializes a new instance of the TeSelectableViewFactory class.
public TeSelectableViewFactory ( string viewName, TeViewType viewType, CreatorDelegate creatorMethod ) : System
viewName string Name of the view.
viewType TeViewType Type of the view.
creatorMethod CreatorDelegate The creator method.
return System

Property Details

m_viewName protected_oe property

protected string m_viewName
return string

m_viewType protected_oe property

protected TeViewType m_viewType
return TeViewType