API Reference for Enthought Tool Suite 3.2.0
The definition of an Envisage plugin for online help.
It assumes that the Workbench plugin is being used.
Copyright: 2008, Enthought Inc. License: BSD Author: Janet Swisher
DEMOS_GROUP = 'DemosGroup'
DEMOS_MENU = 'Demos'
DOCS_GROUP = 'DocsGroup'
DOCS_MENU = 'Documents'
DOWNLOADS_MENU = 'Downloads'
EXAMPLES_GROUP = 'ExamplesGroup'
EXAMPLES_MENU = 'Examples'
HELP_MENU = 'MenuBar/Help'
Logging.
logger = logging.getLogger(__name__)
This module's package.
PKG = '.'.join(__name__.split('.')[:-Const(1))
| Local name | Refers to |
|---|---|
| ActionSet | enthought.envisage.ui.action.action_set.ActionSet |
| ExtensionPoint | enthought.envisage.extension_point.ExtensionPoint |
| Group | enthought.envisage.ui.action.group.Group |
| HelpCode | enthought.help.help_plugin.help_code.HelpCode |
| HelpDoc | enthought.help.help_plugin.help_doc.HelpDoc |
| IHelpCode | enthought.help.help_plugin.i_help_code.IHelpCode |
| IHelpDoc | enthought.help.help_plugin.i_help_doc.IHelpDoc |
| Instance | enthought.traits.trait_types.Instance |
| List | enthought.traits.trait_types.List |
| logging | logging |
| Menu | enthought.envisage.ui.action.menu.Menu |
| new | new |
| Plugin | enthought.envisage.plugin.Plugin |
| Str | enthought.traits.trait_types.Str |
© Copyright 2002-2009 Enthought, Inc.