API Reference for Enthought Tool Suite 3.2.0
A UI for browsing a plugin.
Convenience trait to delegate an attribute to a plugin.
DelegatedToPlugin = Delegate('plugin', modify = True)
extension_point_table_editor = TableEditor(columns = [ ObjectColumn(name = 'id') ], editable = True, edit_view = View(Item(name = 'desc', show_label = False), style = 'custom'))
plugin_browser_view = View(VGroup(Item(name = 'id'), Item(name = 'name'), label = 'General'), VGroup(Item(name = 'extension_points', editor = extension_point_table_editor, show_label = False), label = 'Extension Points'), width = 0.80000000000000004, height = 0.59999999999999998)
Browse a plugin.
| Local name | Refers to |
|---|---|
| Code | enthought.traits.trait_types.Code |
| Delegate | enthought.traits.trait_types.Delegate |
| ExtensionPoint | enthought.envisage.extension_point.ExtensionPoint |
| HasTraits | enthought.traits.has_traits.HasTraits |
| Instance | enthought.traits.trait_types.Instance |
| IPlugin | enthought.envisage.i_plugin.IPlugin |
| Item | enthought.traits.ui.item.Item |
| List | enthought.traits.trait_types.List |
| ObjectColumn | enthought.traits.ui.table_column.ObjectColumn |
| Property | enthought.traits.traits.Property |
| Str | enthought.traits.trait_types.Str |
| TableEditor | enthought.traits.ui.editors.table_editor.TableEditor |
| VGroup | enthought.traits.ui.group.VGroup |
| View | enthought.traits.ui.view.View |
© Copyright 2002-2009 Enthought, Inc.