Uses of Class
com.jgoodies.bookfinder.model.MainModel

Packages that use MainModel
com.jgoodies.bookfinder.request Contains classes that describe and contact the Amazon.com web service and unmarshal the received XML contents. 
com.jgoodies.bookfinder.view.dialog Consists of classes that build dialogs and their subpanels 
com.jgoodies.bookfinder.view.main Consists of classes that build the main frame and user interface and present the models 
 

Uses of MainModel in com.jgoodies.bookfinder.request
 

Constructors in com.jgoodies.bookfinder.request with parameters of type MainModel
AmazonAccessor(MainModel mainModel)
          Constructs the AmazonAccessor.
 

Uses of MainModel in com.jgoodies.bookfinder.view.dialog
 

Constructors in com.jgoodies.bookfinder.view.dialog with parameters of type MainModel
PreferencesDialog(Frame owner, MainModel mainModel)
          Constructs a PreferencesDialog.
 

Uses of MainModel in com.jgoodies.bookfinder.view.main
 

Constructors in com.jgoodies.bookfinder.view.main with parameters of type MainModel
MainFrame(MainModel mainModel)
          Constructs the main frame of the Book Finder.
Tour(MainModel mainModel, MainFrame mainFrame)
           
 



Copyright © 2002-2008 JGoodies Karsten Lentzsch. All Rights Reserved.