C# Class nHydrate.DslPackage.nHydrateExplorerToolWindowBase

Model explorer tool window class.
Inheritance: DslShell::ModelExplorerToolWindow
Mostrar archivo Open project: nHydrate/nHydrate

Protected Methods

Method Description
CreateTreeContainer ( ) : DslShell::ModelExplorerTreeContainer

Creates the model explorer to be hosted in the window.

OnSelectionChanged ( global e ) : void

Called when selection changes in this window.

Overriden to update the F1 help keyword for the selection.

nHydrateExplorerToolWindowBase ( global serviceProvider )

Constructor.

Method Details

CreateTreeContainer() protected method

Creates the model explorer to be hosted in the window.
protected CreateTreeContainer ( ) : DslShell::ModelExplorerTreeContainer
return DslShell::ModelExplorerTreeContainer

OnSelectionChanged() protected method

Called when selection changes in this window.
Overriden to update the F1 help keyword for the selection.
protected OnSelectionChanged ( global e ) : void
e global
return void

nHydrateExplorerToolWindowBase() protected method

Constructor.
protected nHydrateExplorerToolWindowBase ( global serviceProvider )
serviceProvider global Service provider.