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:
IWorkbenchPart
The interface of a workbench editor.
- class pyface.workbench.i_editor.MEditor[source]¶
Bases:
MWorkbenchPart
Mixin containing common code for toolkit-specific implementations.