C# Class Duality.Editor.Controls.TreeModels.TypeHierarchy.TypeBrowserTreeModel

Inheritance: ITreeModel
Mostrar archivo Open project: BraveSirAndrew/duality

Public Methods

Method Description
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
TypeBrowserTreeModel ( Type baseType = null ) : System

Private Methods

Method Description
GetParentNamespace ( string name ) : string
GetRootNamespace ( string name ) : string
GetSubNamespaces ( string parentNamespace ) : IEnumerable
InitAssemblyCache ( ) : void

Method Details

GetChildren() public method

public GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
treePath Aga.Controls.Tree.TreePath
return System.Collections.IEnumerable

IsLeaf() public method

public IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
treePath Aga.Controls.Tree.TreePath
return bool

TypeBrowserTreeModel() public method

public TypeBrowserTreeModel ( Type baseType = null ) : System
baseType System.Type
return System