Uses of Class
mvc.Model

Packages that use Model
mvc   
 

Uses of Model in mvc
 

Methods in mvc with parameters of type Model
 void Control.initControl(Model m, View v, Parameters p)
           
 void View.setModel(Model model)
           
 void Parameters.setModel(Model model)
           
 

Constructors in mvc with parameters of type Model
Parameters(Model model)
           
View(Model model, Parameters parameters)