Part of twisted.spread.ui.tktree View Source View In Hierarchy
Method | __init__ | Do whatever you want here. |
Method | getName | Return the name of this node in the tree. |
Method | isExpandable | Return true if this node is expandable. |
Method | getSubNodes | Return the sub nodes of this node. |
Inherited from Node:
Method | gotDoubleClick | Called when we are double clicked. |
Method | updateMe | Call me when something about me changes, so that my representation changes. |