Uses of Interface
org.openbp.swing.components.wizard.Wizard

Packages that use Wizard
org.openbp.swing.components.wizard   
 

Uses of Wizard in org.openbp.swing.components.wizard
 

Classes in org.openbp.swing.components.wizard that implement Wizard
 class WizardImpl
          Wizard component.
 

Fields in org.openbp.swing.components.wizard declared as Wizard
 Wizard WizardEvent.wizard
          Wizard that caused the event
 

Methods in org.openbp.swing.components.wizard that return Wizard
 Wizard WizardPage.getWizard()
          Gets the wizard that owns the panel.
 

Methods in org.openbp.swing.components.wizard with parameters of type Wizard
 void WizardPage.setWizard(Wizard wizard)
          Sets the wizard that owns the panel.
 

Constructors in org.openbp.swing.components.wizard with parameters of type Wizard
WizardEvent(Wizard wizard, int eventType)
          Default constructor.
WizardNavigator(Wizard wizard, ResourceCollection wizardResourceCollection)
          Constructor.
WizardPage(Wizard wizard)
          Default constructor.
WizardPage(Wizard wizard, java.lang.String title)
          Default constructor.
WizardPage(Wizard wizard, java.lang.String title, java.lang.String description)
          Default constructor.
WizardPage(Wizard wizard, java.lang.String title, java.lang.String description, javax.swing.ImageIcon wizardImage)
          Constructor.
WizardPage(Wizard wizard, java.lang.String title, java.lang.String description, javax.swing.ImageIcon wizardImage, javax.swing.ImageIcon backgroundImage)
          Constructor.
 



Copyright © 2011. All Rights Reserved.