Side of Software
Wizard Library 1.6

Uses of Interface
sos.wizard.WizardModel

Uses of WizardModel in sos.wizard
 

Classes in sos.wizard that implement WizardModel
 class AbstractWizardModel
          A partial implementation of the WizardModel interface.
 class DefaultWizardModel
          A general-purpose wizard model that can handle both static (unconditional) and dynamic (conditional) pages.
 

Methods in sos.wizard that return WizardModel
protected  WizardModel JWizard.createDefaultWizardModel()
          Creates and returns a default wizard model.
 WizardModel JWizard.getModel()
          Returns the model underlying this wizard component.
 

Methods in sos.wizard with parameters of type WizardModel
 void JWizard.setModel(WizardModel model)
          Sets the model underlying this wizard component.
 

Constructors in sos.wizard with parameters of type WizardModel
JWizard(WizardModel wizardModel)
          Creates a JWizard with the specified underlying wizard model and no accessory panel.
JWizard(WizardModel wizardModel, javax.swing.JComponent accessory)
          Creates a JWizard with the specified wizard model and accessory panel.
 


Side of Software
Wizard Library 1.6

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