Package sk.uniba.euromath.editor.wizards

Reusable GUI wizards.

See:
          Description

Interface Summary
IMultiWizardProvider Provides wizards for the MultiWizard class.
IWizard Interface for a wizard.
IWizardPageContext Wizard page can query this interface to get various info.
 

Class Summary
AbstractWizard Contains one empty page.
BaseWizardPage Extends the WizardPage class and adds some functionality.
ExportWizardExtension Exports documents to various formats using the GENE framework.
FinishWizardPage Constructs the wizard page that contains only finalizing text: 'thank you for using this wizard, blah blah.
MultiWizard Multi-wizard switcher.
NewXMLDocumentWizard Wizard that creates new XML document.
OnePageWizard<P extends BaseWizardPage> Wraps given wizard page into a one-paged wizard.
WizardDialog A dialog to show a wizard to the end user.
 

Exception Summary
ProviderException Error occured when providing a wizard instance.
 

Package sk.uniba.euromath.editor.wizards Description

Reusable GUI wizards. Eclipse wizards are not supported - you must implement the IWizard interface in order to implement a wizard. A wizard can be displayed using the WizardDialog dialog.

You may chain multiple wizards using the MultiWizard class. The class implements the IWizard interface thus you may chain them with other wizards.

You may find some useful wizards in the document and file packages.

Maintainer: Martin Vysny



Copyright © 2003-2006 null. All Rights Reserved.