C# Class ZForge.Controls.TreeViewAdv.Tree.TreeListAdapter

Converts IEnumerable interface to ITreeModel. Allows to display a plain list in the TreeView
Inheritance: ITreeModel
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
GetChildren ( TreePath treePath ) : System.Collections.IEnumerable
IsLeaf ( TreePath treePath ) : bool
OnNodeInserted ( TreeModelEventArgs args ) : void
OnNodeRemoved ( TreeModelEventArgs args ) : void
OnNodesChanged ( TreeModelEventArgs args ) : void
OnStructureChanged ( TreePathEventArgs args ) : void
TreeListAdapter ( System list ) : System

Method Details

GetChildren() public méthode

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

IsLeaf() public méthode

public IsLeaf ( TreePath treePath ) : bool
treePath TreePath
Résultat bool

OnNodeInserted() public méthode

public OnNodeInserted ( TreeModelEventArgs args ) : void
args TreeModelEventArgs
Résultat void

OnNodeRemoved() public méthode

public OnNodeRemoved ( TreeModelEventArgs args ) : void
args TreeModelEventArgs
Résultat void

OnNodesChanged() public méthode

public OnNodesChanged ( TreeModelEventArgs args ) : void
args TreeModelEventArgs
Résultat void

OnStructureChanged() public méthode

public OnStructureChanged ( TreePathEventArgs args ) : void
args TreePathEventArgs
Résultat void

TreeListAdapter() public méthode

public TreeListAdapter ( System list ) : System
list System
Résultat System