Inherits from
- TreeContentProvider: enthought.pyface.viewer.tree_content_provider.TreeContentProvider
Method summary
- append(self, parent, child)
- get_children(self, item)
- get_parent(self, item)
- has_children(self, item)
- insert(self, parent, index, child)
- insert_before(self, parent, before, child)
- remove(self, parent, child)
Inherited from base classes
- get_elements(self, element)
Methods
- append(self, parent, child)
Appends 'child' to the 'parent' item.
- get_children(self, item)
Returns the children of an item.
- get_parent(self, item)
Returns the parent of an item.
- has_children(self, item)
True iff the item has children.
- insert(self, parent, index, child)
Inserts 'child' into the 'parent' item at 'index'.
- insert_before(self, parent, before, child)
Inserts 'child' into 'parent' item before 'before'.
- remove(self, parent, child)
Removes 'child' from the 'parent' item.