Subpackages
Submodules
- api - Envisage package Copyright 2003-2007 Enthought, Inc.
- application - An extensible, pluggable, application.
- application_event - An application event.
- category - A definition of a category to be added to a class.
- class_load_hook - A hook to allow code be executed when a class is loaded.
- core_plugin - The Envisage core plugin.
- egg_plugin_manager - A plugin manager that gets its plugins from Eggs.
- egg_utils - Utility functions for working with Python Eggs.
- extension_point - A trait type used to declare and access extension points.
- extension_point_binding - A binding between a trait on an object and an extension point.
- extension_point_changed_event - An event fired when an extension point's extensions have changed.
- extension_provider - The default base class for extension providers.
- extension_registry - A base class for extension registry implementation.
- i_application - The application interface.
- i_extension_point - The interface for extension points.
- i_extension_point_user - The interface for objects using the 'ExtensionPoint' trait type.
- i_extension_provider - The interface for extension providers.
- i_extension_registry - The interface for extension registries.
- i_import_manager - The interface for import managers.
- i_plugin - The plugin interface.
- i_plugin_activator - The plugin activator interface.
- i_plugin_manager - The plugin manager interface.
- i_provider_extension_registry - The provider extension registry interface.
- i_service_registry - The service registry interface.
- i_service_user - The interface for objects using the 'Service' trait type.
- import_manager - The default import manager implementation.
- plugin - The default implementation of the 'IPlugin' interface.
- plugin_activator - The default plugin activator.
- plugin_event - A plugin event.
- plugin_extension_registry - An extension registry that uses plugins as extension providers.
- plugin_manager - The default plugin manager implementation.
- provider_extension_registry - An extension registry implementation with multiple providers.
- safeweakref - An implementation of weak references that works for bound methods
- service - A trait type used to access services.
- service_offer - An offer to provide a service.
- service_registry - The service registry.
- twisted_application - A non-GUI application with a twisted reactor event loop
- unknown_extension - The exception raised when an unknown extension is referenced.
- unknown_extension_point - The exception raised when an unknown extension point is referenced.
- util - Utility functions used internally by Envisage.