Inherits from
- TraitsUIView: enthought.pyface.workbench.traits_ui_view.TraitsUIView
Attributes
- category
The category that the view belongs to (this can used to group views when they are displayed to the user).
category = 'Developer'
- code_browser
The code browser used to parse Python code.
code_browser = Instance(CODE_BROWSER)
- id
The part's globally unique identifier.
id = 'enthought.envisage.developer.ui.view.service_registry_browser_view'
- name
The part's name (displayed to the user).
name = 'Services'
Method summary
Inherited from base classes
- create_control(self, parent)
- create_ui(self, parent)
- destroy_control(self)