Inherits from
- DecoratedEditor: enthought.envisage.workbench.DecoratedEditor
Attributes
- project
The project containing the resource we're editing
project = Instance('enthought.envisage.single_project.project.Project')
Method summary
- __init__(self, **traits)
- destroy_control(self)
Methods
- __init__(self, **traits)
Constructor.
Extended to associate ourself with the current project.
- destroy_control(self)
Destroys the toolkit-specific control that represents the editor.
Extended to ensure that the current project stops associating us with its resources.