API Reference for Enthought Tool Suite 2.7.1
The Envisage UI plugin.
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.envisage.ui'
preferences = Preferences(defaults = { Const('prompt_on_exit') : Name('True'), Const('show_tool_names') : Name('True') })
ui_actions = UIActions(menus = [ Menu(id = 'FileMenu', name = '&File', path = 'FileGroup', groups = [ Group(id = 'Start'), Group(id = 'End') ]), Menu(id = 'ViewMenu', name = '&View', path = 'HelpGroup', groups = [ Group(id = 'Start'), Group(id = 'End') ]), Menu(id = 'HelpMenu', name = '&Help', path = 'HelpGroup', groups = [ Group(id = 'Start'), Group(id = 'End') ]) ], actions = [ Action(id = (ID + '.action.about_action.AboutAction'), class_name = (ID + '.action.about_action.AboutAction'), name = '&About', image = 'images/about.png', tooltip = 'Display information about the application', menu_bar_path = 'HelpMenu/'), Action(id = (ID + '.action.exit_action.ExitAction'), class_name = (ID + '.action.exit_action.ExitAction'), name = 'E&xit', tooltip = 'Exit the application', image = 'images/exit.png', menu_bar_path = 'FileMenu/') ])
| Local name | Refers to |
|---|---|
| Any | enthought.traits.traits.Any |
| Bool | enthought.traits.traits.Bool |
| Enum | enthought.traits.traits.Enum |
| ExtensionItem | enthought.envisage.core.extension_item.ExtensionItem |
| ExtensionPoint | enthought.envisage.core.extension_point.ExtensionPoint |
| Instance | enthought.traits.traits.Instance |
| Int | enthought.traits.traits.Int |
| List | enthought.traits.traits.List |
| PluginDefinition | enthought.envisage.core.plugin_definition.PluginDefinition |
| Preferences | enthought.envisage.core.core_plugin_definition.Preferences |
| Str | enthought.traits.traits.Str |
| Tuple | enthought.traits.traits.Tuple |
Copyright © 2002-2008 Enthought, Inc.