Uses of Class
dbrown.RTModel

Uses of RTModel in dbrown
 

Fields in dbrown declared as RTModel
private  RTModel RTNumericView.model
          The right triangle model.
private  RTModel RTGraphicView.model
          The right triangle model.
private  RTModel RTButtonView.model
          The right triangle model.
 

Constructors in dbrown with parameters of type RTModel
OneFrameView(RTModel model)
           
RTButtonView(RTModel newModel)
          The view constructor.
RTGraphicView(RTModel newModel)
          The View constructor.
RTNumericView(RTModel newModel)
          The view constructor.