Uses of Interface
org.patterncoder.wizard.panels.WizardPanel

Packages that use WizardPanel
org.patterncoder.wizard.panels   
 

Uses of WizardPanel in org.patterncoder.wizard.panels
 

Classes in org.patterncoder.wizard.panels that implement WizardPanel
 class AbstractWizardPanel
           
 class ClassPanel
          The ClassPanel class is an extension of the JPanel class, and is one of the components that can be registered as a step in the wizard process.
 class PatternChooser
          PatternChooser is an extension of the JPanel class, and deals with the initial selection of a Design Pattern.