C# Class Tangerine.UI.BLL.AssemblyTreeModel

Inheritance: ITreeModel
Afficher le fichier Open project: andreycha/tangerine Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyTreeModel ( ) : System
FindNode ( Aga.Controls.Tree.TreePath path ) : Node
GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
GetPath ( Node node ) : Aga.Controls.Tree.TreePath
IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
OnStructureChanged ( Aga.Controls.Tree.TreePathEventArgs args ) : void

Méthodes protégées

Méthode Description
OnNodeInserted ( Node parent, int index, Node node ) : void
OnNodeRemoved ( Node parent, int index, Node node ) : void
OnNodesChanged ( Node parent, int index, Node node ) : void

Private Methods

Méthode Description
FindNode ( Node root, Aga.Controls.Tree.TreePath path, int level ) : Node
IsContainIO ( Node node ) : bool
IsContainNet ( Node node ) : bool
IsContainSecurity ( Node node ) : bool
IsContainURIAndFileHandler ( Node node ) : bool

Method Details

AssemblyTreeModel() public méthode

public AssemblyTreeModel ( ) : System
Résultat System

FindNode() public méthode

public FindNode ( Aga.Controls.Tree.TreePath path ) : Node
path Aga.Controls.Tree.TreePath
Résultat Node

GetChildren() public méthode

public GetChildren ( Aga.Controls.Tree.TreePath treePath ) : System.Collections.IEnumerable
treePath Aga.Controls.Tree.TreePath
Résultat System.Collections.IEnumerable

GetPath() public méthode

public GetPath ( Node node ) : Aga.Controls.Tree.TreePath
node Node
Résultat Aga.Controls.Tree.TreePath

IsLeaf() public méthode

public IsLeaf ( Aga.Controls.Tree.TreePath treePath ) : bool
treePath Aga.Controls.Tree.TreePath
Résultat bool

OnNodeInserted() protected méthode

protected OnNodeInserted ( Node parent, int index, Node node ) : void
parent Node
index int
node Node
Résultat void

OnNodeRemoved() protected méthode

protected OnNodeRemoved ( Node parent, int index, Node node ) : void
parent Node
index int
node Node
Résultat void

OnNodesChanged() protected méthode

protected OnNodesChanged ( Node parent, int index, Node node ) : void
parent Node
index int
node Node
Résultat void

OnStructureChanged() public méthode

public OnStructureChanged ( Aga.Controls.Tree.TreePathEventArgs args ) : void
args Aga.Controls.Tree.TreePathEventArgs
Résultat void