Uses of Interface
org.jtheque.books.view.models.able.IAuthorsModel

Packages that use IAuthorsModel
org.jtheque.books.view.able Contains the views specifications. 
org.jtheque.books.view.controllers Contains the controllers. 
org.jtheque.books.view.controllers.able Contains the controllers specifications. 
org.jtheque.books.view.models Contains the models of the view. 
org.jtheque.books.view.panels Contains the panels of the view. 
 

Uses of IAuthorsModel in org.jtheque.books.view.able
 

Methods in org.jtheque.books.view.able that return IAuthorsModel
 IAuthorsModel IAuthorView.getModel()
           
 

Uses of IAuthorsModel in org.jtheque.books.view.controllers
 

Methods in org.jtheque.books.view.controllers that return IAuthorsModel
 IAuthorsModel AuthorController.getViewModel()
           
 

Uses of IAuthorsModel in org.jtheque.books.view.controllers.able
 

Methods in org.jtheque.books.view.controllers.able that return IAuthorsModel
 IAuthorsModel IAuthorController.getViewModel()
          Return the model of the view.
 

Uses of IAuthorsModel in org.jtheque.books.view.models
 

Classes in org.jtheque.books.view.models that implement IAuthorsModel
 class AuthorsModel
          A principal data model for the author view.
 

Uses of IAuthorsModel in org.jtheque.books.view.panels
 

Methods in org.jtheque.books.view.panels that return IAuthorsModel
 IAuthorsModel AuthorView.getModel()
           
 



Copyright © 2010 JTheque. All Rights Reserved.