pyface.workbench.i_view module¶
The interface for workbench views.
- class pyface.workbench.i_view.IView(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
IWorkbenchPart
,IPerspectiveItem
The interface for workbench views.
- class pyface.workbench.i_view.MView[source]¶
Bases:
MWorkbenchPart
,PerspectiveItem
Mixin containing common code for toolkit-specific implementations.