dip.developer.plugins

ExtensionsViewerPlugin

class dip.developer.plugins.ExtensionsViewerPlugin

Base class: Plugin

The ExtensionViewerPlugin class is the plugin definition for the extension point viewer.

description = 'View extension points'
The description of the plugin as it will appear to the user.
id = 'dip.developer.extensions_viewer'
The identifier of the plugin.
actions = ContributionTo('dip.shell.actions')
The actions contributed by this plugin.

PluginsViewerPlugin

class dip.developer.plugins.PluginsViewerPlugin

Base class: Plugin

The PluginsViewerPlugin class is the plugin definition for the plugins viewer.

description = 'View plugins'
The description of the plugin as it will appear to the user.
id = 'dip.developer.plugins_viewer'
The identifier of the plugin.
actions = ContributionTo('dip.shell.actions')
The actions contributed by this plugin.

ServicesViewerPlugin

class dip.developer.plugins.ServicesViewerPlugin

Base class: Plugin

The ServicesViewerPlugin class is the plugin definition for the services viewer.

description = 'View services'
The description of the plugin as it will appear to the user.
id = 'dip.developer.services_viewer'
The identifier of the plugin.
actions = ContributionTo('dip.shell.actions')
The actions contributed by this plugin.

Table Of Contents

Previous topic

dip.automate

Next topic

dip.developer.extensions_viewer

This Page