Uses of Class
com.webstersmalley.picweb.offline.config.ConfigurationModel

Packages that use ConfigurationModel
com.webstersmalley.picweb.offline   
com.webstersmalley.picweb.offline.config   
 

Uses of ConfigurationModel in com.webstersmalley.picweb.offline
 

Fields in com.webstersmalley.picweb.offline declared as ConfigurationModel
private  ConfigurationModel WebsiteGenerator.model
           
private  ConfigurationModel ThumbPageGenerator.model
           
private  ConfigurationModel ImageProcessor.model
           
private  ConfigurationModel HomepageGenerator.model
           
 

Constructors in com.webstersmalley.picweb.offline with parameters of type ConfigurationModel
HomepageGenerator(ConfigurationModel model, StringMapper mapper, TemplateModel template, FolderContents folder)
           
ImageProcessor(java.util.List images, ConfigurationModel model, java.lang.String rootFolder)
           
ThumbPageGenerator(ConfigurationModel model, StringMapper mapper, TemplateModel template, FolderContents folder)
           
WebsiteGenerator(ConfigurationModel model)
           
 

Uses of ConfigurationModel in com.webstersmalley.picweb.offline.config
 

Methods in com.webstersmalley.picweb.offline.config that return ConfigurationModel
static ConfigurationModel ConfigurationModel.fromXML(java.lang.String filename)
          Create a ConfigurationModel object out of an xml filename
private  ConfigurationModel ConfigurationFrame.getConfigurationModel()
          Returns a new ConfigurationModel based on the state of the frame.
 

Methods in com.webstersmalley.picweb.offline.config with parameters of type ConfigurationModel
private  void ConfigurationFrame.populateFromModel(ConfigurationModel model)
          Populates the text fields from values from the passed in model
 



Copyright © 2004-2005-2005 Webster Smalley. All Rights Reserved.