C# Class nHydrate.DslPackage.nHydrateExplorerToolWindow

Inheritance: nHydrateExplorerToolWindowBase
Mostra file Open project: nHydrate/nHydrate Class Usage Examples

Public Methods

Method Description
SelectElement ( Microsoft modelElement, bool highlight ) : void

Given a model element this will select it on the explorer tree

nHydrateExplorerToolWindow ( global serviceProvider )

Constructs a new nHydrateExplorerToolWindow.

Protected Methods

Method Description
CreateTreeContainer ( ) : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer
OnSelectionChanged ( EventArgs e ) : void

Private Methods

Method Description
GetModelElementNode ( TreeNodeCollection nodes, Microsoft modelElement ) : TreeNode

Method Details

CreateTreeContainer() protected method

protected CreateTreeContainer ( ) : Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer
return Microsoft.VisualStudio.Modeling.Shell.ModelExplorerTreeContainer

OnSelectionChanged() protected method

protected OnSelectionChanged ( EventArgs e ) : void
e EventArgs
return void

SelectElement() public method

Given a model element this will select it on the explorer tree
public SelectElement ( Microsoft modelElement, bool highlight ) : void
modelElement Microsoft
highlight bool
return void

nHydrateExplorerToolWindow() public method

Constructs a new nHydrateExplorerToolWindow.
public nHydrateExplorerToolWindow ( global serviceProvider )
serviceProvider global