Uses of Class
sk.uniba.euromath.editor.wizards.BaseWizardPage

Packages that use BaseWizardPage
sk.uniba.euromath.editor.wizards Reusable GUI wizards. 
sk.uniba.euromath.editor.wizards.document Reusable GUI wizards, that serves for document modification. 
sk.uniba.euromath.editor.wizards.file Reusable GUI wizards, that serves for work with files. 
 

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

Classes in sk.uniba.euromath.editor.wizards with type parameters of type BaseWizardPage
 class OnePageWizard<P extends BaseWizardPage>
          Wraps given wizard page into a one-paged wizard.
 

Subclasses of BaseWizardPage in sk.uniba.euromath.editor.wizards
 class FinishWizardPage
          Constructs the wizard page that contains only finalizing text: 'thank you for using this wizard, blah blah.
 

Fields in sk.uniba.euromath.editor.wizards declared as BaseWizardPage
protected  P OnePageWizard.page
          The represented page.
 

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

Methods in sk.uniba.euromath.editor.wizards that return BaseWizardPage
 BaseWizardPage OnePageWizard.current()
           
 BaseWizardPage IWizard.current()
          Fetches the current page.
 BaseWizardPage MultiWizard.current()
           
 BaseWizardPage WizardDialog.getCurrentPage()
          Returns page, currently shown on screen.
protected  BaseWizardPage MultiWizard.PageLocator.getPage()
          Returns the page instance.
protected  BaseWizardPage MultiWizard.getStartingPage()
          Retrieves the first page of the first wizard.
 BaseWizardPage OnePageWizard.next()
           
 BaseWizardPage IWizard.next()
          Fetches the next page.
 BaseWizardPage MultiWizard.next()
           
 BaseWizardPage OnePageWizard.previous()
           
 BaseWizardPage IWizard.previous()
          Fetches the previous page.
 BaseWizardPage MultiWizard.previous()
           
 

Methods in sk.uniba.euromath.editor.wizards with parameters of type BaseWizardPage
protected  MultiWizard.PageLocator MultiWizard.getPage(BaseWizardPage page)
          Finds given page and returns its location in the wizards and pages properties.
 

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

Subclasses of BaseWizardPage in sk.uniba.euromath.editor.wizards.document
 class CreateAttributeListWizardPage
          Manages the process of creating new attributes into newly created element.
 class EntityListWizardPage
          Shows list of entities.
 class ExportClassChooserWizardPage
          Allows the user to choose the export document class.
 class GraphSelectorWizardPage
          Allows user to select between multiple exporters in the exporter graph.
 class InsertListChooserWizardPage
          Allows the user to choose between multiple insertlists, and to choose the name of each element.
 class NameListItemChooserWizardPage<R extends BaseRule>
          Allows user to choose one item from given namelist.
 class NamespaceSelectorWizardPage
          Wraps the NamespaceSelector widget.
 class NewPrefixesQueryWizardPage
          Queries for new prefixes.
 

Methods in sk.uniba.euromath.editor.wizards.document that return BaseWizardPage
 BaseWizardPage CreateAttributeListWizard.current()
           
 BaseWizardPage InsertListChooserWizard.current()
           
 BaseWizardPage CreateAttributeListWizard.next()
           
 BaseWizardPage InsertListChooserWizard.next()
           
 BaseWizardPage CreateAttributeListWizard.previous()
           
 BaseWizardPage InsertListChooserWizard.previous()
           
 

Uses of BaseWizardPage in sk.uniba.euromath.editor.wizards.file
 

Subclasses of BaseWizardPage in sk.uniba.euromath.editor.wizards.file
 class FileSelectorWizardPage
          Wraps the FileSelector widget.
 



Copyright © 2003-2006 null. All Rights Reserved.