Package wx :: Package lib :: Module mvctree :: Class LateFSTreeModel
[frames | no frames]

Class LateFSTreeModel

 TreeModel --+        
             |        
BasicTreeModel --+    
                 |    
       FSTreeModel --+
                     |
                    LateFSTreeModel


This treemodel models the filesystem starting from a given path. It retrieves the directory list as requested.


Method Summary
  __init__(self, path)
  GetChildCount(self, node)
  IsLeaf(self, node)
    Inherited from FSTreeModel
  IsEditable(self, node)
  SetEditable(self, node, bool)
    Inherited from BasicTreeModel
  AddChild(self, parent, child)
  GetChildAt(self, node, index)
  GetParent(self, node)
  GetRoot(self)
  InsertChild(self, parent, child, index)
  RemoveNode(self, node)
  SetRoot(self, root)

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:48:39 2007 http://epydoc.sf.net