Home | Trees | Index | Help |
---|
Package twisted :: Package spread :: Package ui :: Module tktree :: Class Node |
|
FileNode
Method Summary | |
---|---|
Do whatever you want here. | |
Return the name of this node in the tree. | |
Return the sub nodes of this node. | |
Called when we are double clicked. | |
Return true if this node is expandable. | |
Call me when something about me changes, so that my representation changes. |
Method Details |
---|
__init__(self)
Do whatever you want here.
|
getName(self)Return the name of this node in the tree. |
getSubNodes(self)Return the sub nodes of this node. |
gotDoubleClick(self)Called when we are double clicked. |
isExpandable(self)Return true if this node is expandable. |
updateMe(self)Call me when something about me changes, so that my representation changes. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.1 on Sat Feb 15 21:19:25 2003 | http://epydoc.sf.net |