C# 클래스 ClearCanvas.Desktop.View.WinForms.WorkspaceView

WinForms implementation of IWorkspaceView.

This class may subclassed if customization is desired. In this case, the DesktopWindowView class must also be subclassed in order to instantiate the subclass from its DesktopWindowView.CreateWorkspaceView method.

Reasons for subclassing may include: overriding SetTitle to customize the display of the workspace title.

상속: ClearCanvas.Desktop.View.WinForms.DesktopObjectView, IWorkspaceView
파일 보기 프로젝트 열기: jasper-yeh/ClearCanvas 1 사용 예제들

공개 메소드들

메소드 설명
Activate ( ) : void

Activates the workspace, making the tab the selected tab.

CreateDialogBoxView ( WorkspaceDialogBox dialogBox ) : IWorkspaceDialogBoxView

Creates a new view for the specified WorkspaceDialogBox.

Override this method if you want to return a custom implementation of IWorkspaceDialogBoxView. In practice, it is preferable to subclass WorkspaceDialogBoxView rather than implement IWorkspaceDialogBoxView directly.

Hide ( ) : void

Not implemented.

Open ( ) : void

Opens the workspace, adding the tab to the tab group.

SetTitle ( string title ) : void

Sets the title of the workspace.

Show ( ) : void

Not implemented.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes of this object.

WorkspaceView ( Workspace workspace, DesktopWindowView desktopView ) : System.Windows.Forms

Constructor.

비공개 메소드들

메소드 설명
AddDialogBoxView ( WorkspaceDialogBoxView view ) : void
RemoveDialogBoxView ( WorkspaceDialogBoxView view ) : void

메소드 상세

Activate() 공개 메소드

Activates the workspace, making the tab the selected tab.
public Activate ( ) : void
리턴 void

CreateDialogBoxView() 공개 메소드

Creates a new view for the specified WorkspaceDialogBox.
Override this method if you want to return a custom implementation of IWorkspaceDialogBoxView. In practice, it is preferable to subclass WorkspaceDialogBoxView rather than implement IWorkspaceDialogBoxView directly.
public CreateDialogBoxView ( WorkspaceDialogBox dialogBox ) : IWorkspaceDialogBoxView
dialogBox WorkspaceDialogBox
리턴 IWorkspaceDialogBoxView

Dispose() 보호된 메소드

Disposes of this object.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Hide() 공개 메소드

Not implemented.
public Hide ( ) : void
리턴 void

Open() 공개 메소드

Opens the workspace, adding the tab to the tab group.
public Open ( ) : void
리턴 void

SetTitle() 공개 메소드

Sets the title of the workspace.
public SetTitle ( string title ) : void
title string
리턴 void

Show() 공개 메소드

Not implemented.
public Show ( ) : void
리턴 void

WorkspaceView() 보호된 메소드

Constructor.
protected WorkspaceView ( Workspace workspace, DesktopWindowView desktopView ) : System.Windows.Forms
workspace Workspace
desktopView DesktopWindowView
리턴 System.Windows.Forms