API Reference for Enthought Tool Suite 3.0.1
A view showing a summary of the running application.
service_registry_browser_view = View(Item(name = 'service_registry_model', show_label = False, editor = TreeEditor(nodes = service_registry_browser_tree_nodes, editable = False, orientation = 'vertical', hide_root = True, show_icons = True, on_dclick = 'object.dclick')), resizable = True, style = 'custom', title = 'Service Registry', width = 0.10000000000000001, height = 0.10000000000000001)
| Local name | Refers to |
|---|---|
| Any | enthought.traits.trait_types.Any |
| 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 |
| IExtensionPoint | enthought.envisage.i_extension_point.IExtensionPoint |
| inspect | inspect |
| Instance | enthought.traits.trait_types.Instance |
| IServiceRegistry | enthought.envisage.i_service_registry.IServiceRegistry |
| Item | enthought.traits.ui.item.Item |
| service_registry_browser_tree_nodes | enthought.envisage.developer.ui.view.service_registry_browser_tree.service_registry_browser_tree_nodes |
| TextEditor | enthought.plugins.text_editor.editor.text_editor.TextEditor |
| TreeEditor | enthought.traits.ui.editors.TreeEditor |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2008 Enthought, Inc.