pyface.wizard.i_wizard_controller module

The interface for all pyface wizard controllers.

class pyface.wizard.i_wizard_controller.IWizardController(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]

Bases: Interface

The interface for all pyface wizard controllers.

get_first_page()[source]

Returns the first page in the model.

get_next_page(page)[source]

Returns the next page.

get_previous_page(page)[source]

Returns the previous page.

is_first_page(page)[source]

Is the page the first page?

is_last_page(page)[source]

Is the page the last page?

dispose_pages()[source]

Dispose all the pages.