API Reference for Enthought Tool Suite 3.2.0
A view showing a summary of the running application.
application_browser_view = View(Item(name = 'application', show_label = False, editor = TreeEditor(nodes = application_browser_tree_nodes, editable = False, orientation = 'vertical', hide_root = True, show_icons = True, selected = 'selection', on_dclick = 'object.dclick')), resizable = True, style = 'custom', title = 'Application', width = 0.10000000000000001, height = 0.10000000000000001)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| application_browser_tree_nodes | enthought.envisage.developer.ui.view.application_browser_tree.application_browser_tree_nodes |
| CodeBrowser | enthought.envisage.developer.code_browser.code_browser.CodeBrowser |
| File | enthought.io.file.File |
| HasTraits | enthought.traits.has_traits.HasTraits |
| IApplication | enthought.envisage.i_application.IApplication |
| inspect | inspect |
| Instance | enthought.traits.trait_types.Instance |
| IPlugin | enthought.envisage.i_plugin.IPlugin |
| Item | enthought.traits.ui.item.Item |
| TextEditor | enthought.plugins.text_editor.editor.text_editor.TextEditor |
| TreeEditor | enthought.traits.ui.editors.tree_editor.TreeEditor |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2009 Enthought, Inc.