Uses of Class
bt747.j2se_view.J2SEAppModel

Packages that use J2SEAppModel
bt747.j2se_view   
bt747.j2se_view.model   
 

Uses of J2SEAppModel in bt747.j2se_view
 

Methods in bt747.j2se_view that return J2SEAppModel
 J2SEAppModel J2SEAppController.getAppModel()
           
 

Methods in bt747.j2se_view with parameters of type J2SEAppModel
 void BT747Main.setModel(J2SEAppModel m)
           
 

Constructors in bt747.j2se_view with parameters of type J2SEAppModel
BT747Main(J2SEAppModel m, J2SEAppController c)
           
J2SEAppController(J2SEAppModel model)
           
 

Uses of J2SEAppModel in bt747.j2se_view.model
 

Constructors in bt747.j2se_view.model with parameters of type J2SEAppModel
PositionData(J2SEAppModel m)