pyface.workbench.i_editor module¶
The interface of a workbench editor.
- class pyface.workbench.i_editor.IEditor(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
IWorkbenchPartThe interface of a workbench editor.
- class pyface.workbench.i_editor.MEditor[source]¶
Bases:
MWorkbenchPartMixin containing common code for toolkit-specific implementations.