Uses of Interface
sk.uniba.euromath.editor.wizards.IWizard

Packages that use IWizard
sk.uniba.euromath.editor.wizards Reusable GUI wizards. 
sk.uniba.euromath.editor.wizards.document Reusable GUI wizards, that serves for document modification. 
 

Uses of IWizard in sk.uniba.euromath.editor.wizards
 

Classes in sk.uniba.euromath.editor.wizards that implement IWizard
 class MultiWizard
           Multi-wizard switcher.
 class OnePageWizard<P extends BaseWizardPage>
          Wraps given wizard page into a one-paged wizard.
 

Fields in sk.uniba.euromath.editor.wizards declared as IWizard
protected  IWizard MultiWizard.PageLocator.wizard
          Wizard containing requested page.
 

Fields in sk.uniba.euromath.editor.wizards with type parameters of type IWizard
protected  IdentityHashMap<IWizard,List<BaseWizardPage>> MultiWizard.pages
          Contains pages created by the wizards.
protected  List<IWizard> MultiWizard.wizards
          Contains list of wizards.
 

Methods in sk.uniba.euromath.editor.wizards that return IWizard
 IWizard IMultiWizardProvider.current()
          Fetches the current wizard.
protected  IWizard MultiWizard.getActiveWizard()
          Returns active wizard - the last item of wizards array.
protected  IWizard WizardDialog.getWizard()
          Returns the wizard this dialog is currently displaying.
 IWizard IMultiWizardProvider.next()
          Fetches the next wizard.
 IWizard IMultiWizardProvider.previous()
          Fetches the previous wizard.
 

Constructors in sk.uniba.euromath.editor.wizards with parameters of type IWizard
MultiWizard.PageLocator(IWizard wizard, int wizardIndex, int pageIndex)
          Constructor.
WizardDialog(Shell parentShell, IWizard newWizard, String processName)
          Creates a new wizard dialog for the given wizard.
 

Uses of IWizard in sk.uniba.euromath.editor.wizards.document
 

Classes in sk.uniba.euromath.editor.wizards.document that implement IWizard
 class CreateAttributeListWizard
           Manages the process of creating new attributes into newly created element.
 class InsertListChooserWizard
           Allows the user to choose between multiple insertlists, and to choose the name of each element.
 

Fields in sk.uniba.euromath.editor.wizards.document with type parameters of type IWizard
protected  List<IWizard> NewDocumentWizardProvider.wizards
          List of pages that user visited.
protected  List<IWizard> InsertElementWizardProvider.wizards
          Wizards that has been activated.
 

Methods in sk.uniba.euromath.editor.wizards.document that return IWizard
 IWizard FillNewElementWizardProvider.current()
           
 IWizard NewDocumentWizardProvider.current()
           
 IWizard InsertElementWizardProvider.current()
           
 IWizard ExportWizardProvider.current()
           
protected  IWizard InsertElementWizardProvider.findNextWizard()
          Finds next wizard for querying contents of an element.
 IWizard FillNewElementWizardProvider.WizardStep.getWizard()
          Returns wizard that allows user to enter data required for this step to be finished succesfully.
 IWizard FillNewElementWizardProvider.CreateElementContentsWS.getWizard()
           
protected  IWizard NewDocumentWizardProvider.moveToFinishWizard()
          Creates the 'finish' page.
protected  IWizard NewDocumentWizardProvider.moveToFourthWizard()
          Creates fourth page - starts to fill root element's contents, or finishes the document creation.
 IWizard FillNewElementWizardProvider.next()
           
 IWizard NewDocumentWizardProvider.next()
           
 IWizard InsertElementWizardProvider.next()
           
 IWizard ExportWizardProvider.next()
           
 IWizard FillNewElementWizardProvider.previous()
           
 IWizard NewDocumentWizardProvider.previous()
           
 IWizard InsertElementWizardProvider.previous()
           
 IWizard ExportWizardProvider.previous()
           
 



Copyright © 2003-2006 null. All Rights Reserved.