Side of Software
Wizard Library 1.6

Uses of Interface
sos.wizard.Page

Uses of Page in sos.wizard
 

Classes in sos.wizard that implement Page
 class AbstractPage
          A partial implementation of the Page interface.
 class OptionPage
          A generic page that contains a message.
 class ProgressPage
          A page that shows the progress of an underlying task.
 

Methods in sos.wizard that return Page
 Page WizardModel.getCurrentPage()
          Retrieves the page currently being processed.
 Page DefaultWizardModel.getCurrentPage()
           
 Page DefaultWizardModel.getLastPage()
          Returns the page currently denoted as "last".
 

Methods in sos.wizard with parameters of type Page
 java.awt.Component ProgressPageEditor.getEditorComponent(javax.swing.JComponent c, Page page)
           
 java.awt.Component PageEditor.getEditorComponent(javax.swing.JComponent c, Page page)
          Starts editing the specified component's page and returns the component that will do the rendering.
 java.awt.Component OptionPageEditor.getEditorComponent(javax.swing.JComponent c, Page page)
           
 void JWizard.editPage(Page page)
          Called by the UI to sets the specified page as being the currently edited page.
protected  PageEditor JWizard.getPageEditor(Page page)
          Returns an editor that should edit the specified page.
 void DefaultWizardModel.addLast(Page page)
          Adds the specified page to the end of the current list of pages.
 void DefaultWizardModel.addLast(Page page, DefaultWizardModel.Transition transition)
          Adds the specified page to the end of the current list of pages and assigns it the specified transition.
 void DefaultWizardModel.push(Page page)
          Removes any subsequent pages and appends the specified page to the end of the list.
 void DefaultWizardModel.push(Page page, DefaultWizardModel.Transition transition)
          Removes any subsequent pages and appends the specified page to the end of the list and assigns it the specified transition.
 void DefaultWizardModel.setLastPage(Page lastPage)
          Informs this wizards that the specified page serves as the last page.
 void DefaultWizardModel.setSummaryPage(Page summaryPage)
          Sets the page to display after the finish task has completed successfully.
protected  void AbstractWizardModel.firePageChanged(Page oldPage, Page newPage)
          Notifies property change listeners that the current pages has changed from oldPage to newPage.
protected  void AbstractWizardModel.firePageChanged(Page oldPage, Page newPage)
          Notifies property change listeners that the current pages has changed from oldPage to newPage.
protected  boolean AbstractPageEditor.validatePage(Page page, java.awt.Component component)
          Validates the specified page and brings up an error message centered on component if the page is invalid.
 

Constructors in sos.wizard with parameters of type Page
DefaultWizardModel(Page initialPage, DefaultWizardModel.Transition initialTransition)
          Creates a DefaultWizardModel with the specified initial page and initial transition.
DefaultWizardModel(Page[] pages, Task finishTask, Page summaryPage)
          Creates a DefaultWizardModel with the specified pages and finish task.
DefaultWizardModel(Page[] pages, Task finishTask, Page summaryPage)
          Creates a DefaultWizardModel with the specified pages and finish task.
 


Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.