C# Класс AGS.Editor.TabbedDocumentManager

Показать файл Открыть проект

Открытые методы

Метод Описание
AddDocument ( AGS.Types.ContentDocument pane ) : void
ContainsDocument ( AGS.Types.ContentDocument pane ) : bool
DocumentTitlesChanged ( ) : void
Init ( ) : void
ProcessKeyDown ( Keys key ) : bool
ProcessKeyUp ( Keys key ) : bool
RemoveAllDocuments ( AGS.Types.ContentDocument except ) : void
RemoveDocument ( AGS.Types.ContentDocument pane ) : void
SetActiveDocument ( AGS.Types.ContentDocument pane ) : void
TabbedDocumentManager ( ) : System
TabbedDocumentManager ( DockPanel dockPanel ) : System

Приватные методы

Метод Описание
AttachTabContextMenu ( AGS.Types.ContentDocument document ) : void
DocumentListMenuEventHandler ( object sender, EventArgs e ) : void
Document_DockStateChanged ( object sender, EventArgs e ) : void
GetDockData ( AGS.Types.ContentDocument pane ) : AGS.Types.DockData
RefreshWindowsMenu ( ) : void
RemoveDocument ( AGS.Types.ContentDocument pane, bool canCancel ) : void
SetActiveDocument ( AGS.Types.ContentDocument pane, bool updatePaneOrder ) : void
SetIcon ( AGS.Types.ContentDocument pane ) : void
TreeContextMenuEventHandler ( object sender, EventArgs e ) : void
_dockPanel_ActiveContentChanged ( object sender, EventArgs e ) : void
btnClose_Click ( object sender, EventArgs e ) : void

Описание методов

AddDocument() публичный метод

public AddDocument ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
Результат void

ContainsDocument() публичный метод

public ContainsDocument ( AGS.Types.ContentDocument pane ) : bool
pane AGS.Types.ContentDocument
Результат bool

DocumentTitlesChanged() публичный метод

public DocumentTitlesChanged ( ) : void
Результат void

Init() публичный метод

public Init ( ) : void
Результат void

ProcessKeyDown() публичный метод

public ProcessKeyDown ( Keys key ) : bool
key Keys
Результат bool

ProcessKeyUp() публичный метод

public ProcessKeyUp ( Keys key ) : bool
key Keys
Результат bool

RemoveAllDocuments() публичный метод

public RemoveAllDocuments ( AGS.Types.ContentDocument except ) : void
except AGS.Types.ContentDocument
Результат void

RemoveDocument() публичный метод

public RemoveDocument ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
Результат void

SetActiveDocument() публичный метод

public SetActiveDocument ( AGS.Types.ContentDocument pane ) : void
pane AGS.Types.ContentDocument
Результат void

TabbedDocumentManager() публичный метод

public TabbedDocumentManager ( ) : System
Результат System

TabbedDocumentManager() публичный метод

public TabbedDocumentManager ( DockPanel dockPanel ) : System
dockPanel WeifenLuo.WinFormsUI.Docking.DockPanel
Результат System