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

Inheritance: TreeModelBase
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
GetChildren ( TreePath treePath ) : IEnumerable
IsLeaf ( TreePath treePath ) : bool
SortedTreeModel ( ITreeModel innerModel ) : System

Private Methods

Method Description
_innerModel_NodesChanged ( object sender, TreeModelEventArgs e ) : void
_innerModel_NodesInserted ( object sender, TreeModelEventArgs e ) : void
_innerModel_NodesRemoved ( object sender, TreeModelEventArgs e ) : void
_innerModel_StructureChanged ( object sender, TreePathEventArgs e ) : void

Method Details

GetChildren() public method

public GetChildren ( TreePath treePath ) : IEnumerable
treePath TreePath
return IEnumerable

IsLeaf() public method

public IsLeaf ( TreePath treePath ) : bool
treePath TreePath
return bool

SortedTreeModel() public method

public SortedTreeModel ( ITreeModel innerModel ) : System
innerModel ITreeModel
return System