API Reference for Enthought Tool Suite 2.7.1
The internal plugin definition.
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.envisage.internal'
workbench = Workbench(views = [ View(id = (ID + '.view.application_view.ApplicationView'), class_name = (ID + '.view.application_view.ApplicationView'), image = 'images/application_view.png', name = 'Application', position = 'left'), View(id = (ID + '.view.resource_detail_view.ResourceDetailView'), class_name = (ID + '.view.resource_detail_view.ResourceDetailView'), image = 'images/resource_detail_view.png', name = 'Resource Detail', position = 'right'), View(id = (ID + '.view.wx_view.WXView'), class_name = (ID + '.view.wx_view.WXView'), image = 'images/wx_view.png', name = 'WX Windows', position = 'bottom') ], perspectives = [ Perspective(id = (ID + '.SystemPerspective'), name = 'System', show_editor_area = False, contents = [ Perspective.Item(id = (ID + '.view.application_view.ApplicationView'), position = 'left'), Perspective.Item(id = (ID + '.view.resource_detail_view.ResourceDetailView'), position = 'right') ]) ])
Copyright © 2002-2008 Enthought, Inc.