Uses of Interface
dbrown.IView

Uses of IView in dbrown
 

Classes in dbrown that implement IView
 class RTButtonView
          View and update the right triangle model with buttons that increment the base and height by 1.
 class RTGraphicView
          Displays a right triangle as a graphic within a JComponent with a blank border of size BORDER.
 class RTNumericView
          View and update the right triangle model with numeric fields.
 

Fields in dbrown with type parameters of type IView
private  java.util.ArrayList<IView> RTModel.views
          A collection of views of the model.
 

Methods in dbrown with parameters of type IView
 void RTModel.addView(IView newView)
          Adds a view to the model's collection of views.
 void RTModel.deleteView(IView oldView)
          Removes a view from the model's collection of views.