Uses of Class
org.patterncoder.pattern.PatternModel

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

Uses of PatternModel in org.patterncoder.source
 

Methods in org.patterncoder.source with parameters of type PatternModel
 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 PatternModel in org.patterncoder.wizard.panels
 

Methods in org.patterncoder.wizard.panels that return PatternModel
protected  PatternModel PatternChooser.model()
           
 

Constructors in org.patterncoder.wizard.panels with parameters of type PatternModel
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.
PatternChooser(PatternModel model)
          Class Constructor specifying the model object that is used for the view.