twisted.spread.ui.tktree.Node
class documentationtwisted.spread.ui.tktree
View Source
(View In Hierarchy)
Known subclasses: twisted.spread.ui.tktree.FileNode
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. |
Method | gotDoubleClick | Called when we are double clicked. |
Method | updateMe | Call me when something about me changes, so that my representation changes. |
Do whatever you want here.
Return the name of this node in the tree.
Return true if this node is expandable.
Return the sub nodes of this node.
Call me when something about me changes, so that my representation changes.