C# 클래스 SIL.FieldWorks.TE.TeMainWnd.TePrintLayoutViewFactory

Factory for print layout views
상속: TeSelectableViewFactory
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
Create ( SIL.FieldWorks.Common.UIAdapters.SBTabItemProperties tabItem ) : ISelectableView

Creates an ISelectableView

TePrintLayoutViewFactory ( string viewName, TeViewType viewType, string pubName, PrintLayoutCreatorDelegate creatorMethod ) : System

Initializes a new instance of the TePrintLayoutViewFactory class.

메소드 상세

Create() 공개 메소드

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

TePrintLayoutViewFactory() 공개 메소드

Initializes a new instance of the TePrintLayoutViewFactory class.
public TePrintLayoutViewFactory ( string viewName, TeViewType viewType, string pubName, PrintLayoutCreatorDelegate creatorMethod ) : System
viewName string Name of the view.
viewType TeViewType Type of the view.
pubName string Name of the publication.
creatorMethod PrintLayoutCreatorDelegate The creator method.
리턴 System