Uses of Class
org.patterncoder.wizard.panels.AbstractWizardPanel

Packages that use AbstractWizardPanel
org.patterncoder.wizard   
org.patterncoder.wizard.panels   
 

Uses of AbstractWizardPanel in org.patterncoder.wizard
 

Constructors in org.patterncoder.wizard with parameters of type AbstractWizardPanel
WizardPanelDescriptor(java.lang.Object panelID, java.lang.Object next, java.lang.Object previous, java.lang.String step, java.lang.String desc, AbstractWizardPanel panel)
          Creates a new instance of WizardPanelDescriptor, giving variable values for each of the required variables of this class.
 

Uses of AbstractWizardPanel in org.patterncoder.wizard.panels
 

Subclasses of AbstractWizardPanel in org.patterncoder.wizard.panels
 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.