Home | Trees | Index | Help |
---|
Package twisted :: Package spread :: Package ui :: Module tktree :: Class FileNode |
|
Node
--+
|
FileNode
Method Summary | |
---|---|
__init__(self,
name)
| |
Return the name of this node in the tree. | |
Return the sub nodes of this node. | |
Called when we are double clicked. (inherited from Node )
| |
Return true if this node is expandable. | |
Call me when something about me changes, so that my representation changes. (inherited from Node )
|
Method Details |
---|
getName(self)Return the name of this node in the tree.
|
getSubNodes(self)Return the sub nodes of this node.
|
isExpandable(self)Return true if this node is expandable.
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:50 2003 | http://epydoc.sf.net |