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.

activate()[source]

Activate the view.

hide()[source]

Hide the view.

show()[source]

Show the view.

class pyface.workbench.i_view.MView[source]

Bases: MWorkbenchPart, PerspectiveItem

Mixin containing common code for toolkit-specific implementations.

activate()[source]

Activate the view.

hide()[source]

Hide the view.

show()[source]

Show the view.