API Reference for Enthought Tool Suite 3.0.1
Copyright 2006 by David C. Morrill
tree_editor = TreeEditor(editable = False, selected = 'selected', nodes = [ ObjectTreeNode(node_for = [ RootNode ], auto_open = True, label = 'path'), ObjectTreeNode(node_for = [ PathNode ], auto_close = True, label = 'name'), ObjectTreeNode(node_for = [ FileNode ], label = 'name') ])
view = FileBrowser()
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| Callable | enthought.traits.trait_types.Callable |
| Directory | enthought.traits.trait_types.Directory |
| exists | os.path.exists |
| File | enthought.traits.trait_types.File |
| FilePosition | enthought.developer.helper.file_position.FilePosition |
| HasPrivateTraits | enthought.traits.has_traits.HasPrivateTraits |
| Instance | enthought.traits.trait_types.Instance |
| isdir | os.path.isdir |
| isfile | os.path.isfile |
| Item | enthought.traits.ui.item.Item |
| join | os.path.join |
| listdir | os.listdir |
| ObjectTreeNode | enthought.traits.ui.tree_node.ObjectTreeNode |
| Property | enthought.traits.traits.Property |
| Str | enthought.traits.trait_types.Str |
| TreeEditor | enthought.traits.ui.editors.TreeEditor |
| TreeNodeObject | enthought.traits.ui.tree_node.TreeNodeObject |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2008 Enthought, Inc.