API Reference for Enthought Tool Suite 2.7.1
The TVTK pipeline browser plugin definition.
browser_view = View(id = (ID + '.browser_view.BrowserView'), class_name = (ID + '.browser_view.BrowserView'), name = 'TVTK pipeline browser', image = 'images/browser_view.png', position = 'left')
extensions = [ workbench ]
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.tvtk.plugins.browser'
requires = [ 'enthought.envisage.workbench', 'enthought.tvtk.plugins.scene' ]
workbench = Workbench(views = [ browser_view ])
| Local name | Refers to |
|---|---|
| PluginDefinition | enthought.envisage.core.plugin_definition.PluginDefinition |
| View | enthought.envisage.workbench.workbench_plugin_definition.View |
| Workbench | enthought.envisage.workbench.workbench_plugin_definition.Workbench |
Copyright © 2002-2008 Enthought, Inc.