Inherits from
- View: enthought.pyface.workbench.view.View
Attributes
- id
id = Str('enthought.logger.plugin.view.logger_view.LoggerView')
- name
name = Str('Logger')
- service
The LoggerService we are associated with.
service = Any()
- widget
widget = Any()
Method summary
- create_control(self, parent)
Methods
- create_control(self, parent)
Creates the toolkit-specific control that represents the view. 'parent' is the toolkit-specific control that is the view's parent.