Uses of Interface
dbrown.IView

Uses of IView in dbrown
 

Classes in dbrown that implement IView
 class ChefView
           
 class WaiterView
           
 

Fields in dbrown with type parameters of type IView
private  java.util.ArrayList<IView> Waiter.views
           
private  java.util.ArrayList<IView> Chef.views
           
 

Methods in dbrown with parameters of type IView
 void Waiter.addView(IView newView)
           
 void Chef.addView(IView newView)
          Adds a view to the model's collection of views.