Uses of Interface
jwizardcomponent.JWizardComponents

Packages that use JWizardComponents
jwizardcomponent   
jwizardcomponent.common   
jwizardcomponent.dialog   
jwizardcomponent.example   
jwizardcomponent.frame   
 

Uses of JWizardComponents in jwizardcomponent
 

Classes in jwizardcomponent that implement JWizardComponents
 class DefaultJWizardComponents
          Title: DefaultJWizardComponents Description: Swing-Based Wizard Framework for Wizards Copyright (C) 2003 William Ready
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
 

Fields in jwizardcomponent declared as JWizardComponents
(package private)  JWizardComponents FinishAction.wizardComponents
           
(package private)  JWizardComponents CancelAction.wizardComponents
           
 

Methods in jwizardcomponent that return JWizardComponents
 JWizardComponents JWizardPanel.getWizardComponents()
           
 

Methods in jwizardcomponent with parameters of type JWizardComponents
 void JWizardPanel.setWizardComponents(JWizardComponents awizardComponents)
           
 

Constructors in jwizardcomponent with parameters of type JWizardComponents
JWizardPanel(JWizardComponents wizardComponents)
           
JWizardPanel(JWizardComponents wizardComponents, java.lang.String title)
           
FinishAction(JWizardComponents wizardComponents)
           
CancelAction(JWizardComponents wizardComponents)
           
 

Uses of JWizardComponents in jwizardcomponent.common
 

Constructors in jwizardcomponent.common with parameters of type JWizardComponents
SimpleButtonPanel(JWizardComponents wizardComponents)
           
 

Uses of JWizardComponents in jwizardcomponent.dialog
 

Fields in jwizardcomponent.dialog declared as JWizardComponents
(package private)  JWizardComponents SimpleJWizardDialog.wizardComponents
           
 

Methods in jwizardcomponent.dialog that return JWizardComponents
 JWizardComponents SimpleJWizardDialog.getWizardComponents()
           
 

Methods in jwizardcomponent.dialog with parameters of type JWizardComponents
 void SimpleJWizardDialog.setWizardComponents(JWizardComponents aWizardComponents)
           
 

Uses of JWizardComponents in jwizardcomponent.example
 

Constructors in jwizardcomponent.example with parameters of type JWizardComponents
SimpleLabelWizardPanel(JWizardComponents wizardComponents, javax.swing.JLabel label)
           
SimpleDynamicWizardPanel(JWizardComponents wizardComponents)
           
OptionWizardPanel(JWizardComponents wizardComponents, java.lang.String option)
           
LastWizardPanel(JWizardComponents wizardComponents)
           
LabelWizardPanel(JWizardComponents wizardComponents, java.lang.String label)
           
FirstWizardPanel(JWizardComponents wizardComponents)
           
ChooserWizardPanel(JWizardComponents wizardComponents)
           
 

Uses of JWizardComponents in jwizardcomponent.frame
 

Methods in jwizardcomponent.frame that return JWizardComponents
 JWizardComponents JWizardFrame.getWizardComponents()
           
 

Methods in jwizardcomponent.frame with parameters of type JWizardComponents
 void JWizardFrame.setWizardComponents(JWizardComponents aWizardComponents)