Uses of Class
edu.cmu.sun.view.WindowView

Packages that use WindowView
edu.cmu.sun.view Component3D objects that update the scene graph from the models and dispatch mouse events to controllers. 
 

Uses of WindowView in edu.cmu.sun.view
 

Fields in edu.cmu.sun.view with type parameters of type WindowView
(package private)  java.util.List<WindowView> ColumnView.windows
           
 

Methods in edu.cmu.sun.view that return WindowView
private  WindowView ColumnView.getViewForModel(WindowModel winModel)
          returns the windowView with the corresponding WindowModel.
 

Methods in edu.cmu.sun.view that return types with arguments of type WindowView
 java.util.List<WindowView> ColumnView.getWindows()
           
 

Methods in edu.cmu.sun.view with parameters of type WindowView
private  void ColumnGlueView.createGlueView(WindowView windowView, ItemView itemView, ItemModel itemModel)