Side of Software
Wizard Library 1.6

Uses of Interface
sos.wizard.DefaultWizardModel.Transition

Uses of DefaultWizardModel.Transition in sos.wizard
 

Classes in sos.wizard that implement DefaultWizardModel.Transition
static class DefaultWizardModel.TransitionAdapter
          A convenience class that implements the Transition interface with empty methods.
 

Methods in sos.wizard with parameters of type DefaultWizardModel.Transition
 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, DefaultWizardModel.Transition transition)
          Removes any subsequent pages and appends the specified page to the end of the list and assigns it the specified transition.
 

Constructors in sos.wizard with parameters of type DefaultWizardModel.Transition
DefaultWizardModel(Page initialPage, DefaultWizardModel.Transition initialTransition)
          Creates a DefaultWizardModel with the specified initial page and initial transition.
 


Side of Software
Wizard Library 1.6

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