API Reference for Enthought Tool Suite 2.7.1
Definition of the Additions plugin.
This plugin assumes that the (deprecated) UI plugin is used to create the GUI. Do not extend this plugin if you are using the (recommended) Workbench plugin.
Implementations of cookies used by this plugin.
cookie_implementations = CookieImplementations(implementations = [ CookieImplementation(cookie_interface = (PROJECT + '.action.open_cookie.OpenCookie'), resource_type = PLUGIN_RESOURCE_TYPE, cookie_implementation = (ID + '.cookie.open_plugin_cookie.OpenPluginCookie')) ])
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.envisage.additions'
ID prefix for the PluginResourceType.
PLUGIN_RESOURCE_TYPE = (ID + '.resource_type.plugin_resource_type.PluginResourceType')
UI pages for setting this plugin's preferences.
preference_pages = PreferencePages(pages = [ Page(id = (ID + 'AdditionsPreferencePage'), class_name = (ID + '.ui.additions_preference_page.AdditionsPreferencePage'), name = 'Additions', category = '') ])
ID prefix for the Project plugin.
PROJECT = 'enthought.envisage.project'
Resource types for this plugin.
resource_types = ResourceManager(resource_types = [ ResourceType(class_name = PLUGIN_RESOURCE_TYPE, precedes = [ FILE_RESOURCE_TYPE ]) ])
| Local name | Refers to |
|---|---|
| CookieImplementation | enthought.envisage.resource.resource_ui_plugin_definition.CookieImplementation |
| CookieImplementations | enthought.envisage.resource.resource_ui_plugin_definition.CookieImplementations |
| FILE_RESOURCE_TYPE | enthought.envisage.resource.resource_plugin_definition.FILE_RESOURCE_TYPE |
| Page | enthought.envisage.ui.preference.preference_plugin_definition.Page |
| PluginDefinition | enthought.envisage.core.plugin_definition.PluginDefinition |
| PreferencePages | enthought.envisage.ui.preference.preference_plugin_definition.PreferencePages |
| ResourceManager | enthought.envisage.resource.resource_plugin_definition.ResourceManager |
| ResourceType | enthought.envisage.resource.resource_plugin_definition.ResourceType |
Copyright © 2002-2008 Enthought, Inc.