Uses of Interface
org.patterncoder.wizard.Wizard

Packages that use Wizard
org.patterncoder   
org.patterncoder.source   
org.patterncoder.wizard.panels   
 

Uses of Wizard in org.patterncoder
 

Classes in org.patterncoder that implement Wizard
 class PatternCoderFrame
          PatternCoderFrame controls the flow of the extension execution.
 

Uses of Wizard in org.patterncoder.source
 

Methods in org.patterncoder.source with parameters of type Wizard
 java.util.List<WizardPanelDescriptor> PatternFileReader.getWizardDescriptors(Wizard parent, PatternModel model)
          Returns a list of WizardPanelDescriptor objects from data supplied in a source file.
 java.util.List<WizardPanelDescriptor> PatternFileReaderDom.getWizardDescriptors(Wizard parent, PatternModel model)
          Creates a list of WizardPanelDescriptor objects associated with the pattern source file being read in.
 

Uses of Wizard in org.patterncoder.wizard.panels
 

Constructors in org.patterncoder.wizard.panels with parameters of type Wizard
ClassPanel(Wizard parent, PatternModel model, java.lang.Object compId)
          Creates new form ClassPanel, supplying the PatternModel object being used and the Object id of the component to which this panel is to relate.