API Reference for Enthought Tool Suite 3.2.0
The tree editor used in the application browser.
application_browser_tree_nodes = ([ IApplicationTreeNode(auto_open = True, label = 'id', rename = False, copy = False, delete = False, insert = False, menu = None), IExtensionPointTreeNode(rename = False, copy = False, delete = False, insert = False, menu = None), IPluginTreeNode(label = 'name', rename = False, copy = False, delete = False, insert = False, menu = None), ContainerTreeNode(label = 'label', rename = False, copy = False, delete = False, insert = False, menu = None) ] + value_tree_nodes)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| HasTraits | enthought.traits.has_traits.HasTraits |
| IApplication | enthought.envisage.i_application.IApplication |
| IExtensionPoint | enthought.envisage.i_extension_point.IExtensionPoint |
| IPlugin | enthought.envisage.i_plugin.IPlugin |
| List | enthought.traits.trait_types.List |
| Str | enthought.traits.trait_types.Str |
| TreeEditor | enthought.traits.ui.editors.tree_editor.TreeEditor |
| TreeNode | enthought.traits.ui.tree_node.TreeNode |
| Undefined | enthought.traits.trait_base.Undefined |
| value_tree_nodes | enthought.traits.ui.value_tree.value_tree_nodes |
© Copyright 2002-2009 Enthought, Inc.